Skip to content

Releases: doctrine/DoctrineORMModule

3.0.9

13 Jan 00:48
b06fb16
Compare
Choose a tag to compare

Added

  • Enable support for doctrine/persistence 2.0 or 1.3

3.1.1

20 Nov 22:31
Compare
Choose a tag to compare

Fixed

  • The doctrine/migrations module defaults the organize_migrations configuration values $this->migrationsAreOrganizedByYear and $this->migrationsAreOrganizedByYearAndMonth to false which puts all migrations into a single directory. If the organize_migrations is set to year or year_and_month it cannot be unset to false. So, this module has removed organize_migrations from the default orm_config migrations configuration.

3.1.0

19 Nov 20:43
Compare
Choose a tag to compare

Added

  • Support for Migrations ^3.0

Removed

  • Support for Migrations 1 and 2

3.0.8

17 Nov 22:37
Compare
Choose a tag to compare

Fixed

  • v3.0.7 introduced the ability to have migrations for multiple object managers. This change overlooked the case where a developer did not install the optional doctrine/migrations repository and caused an error when trying to load the module. This release adds specific unit tests for optional dependencies and fixes the break in v3.0.7.

3.0.7

15 Nov 00:10
Compare
Choose a tag to compare

Added

  • Support for multiple migrations configurations. For the life of this module support for migrations has been limited to doctrine.entitymanager.orm_default. With this release you can create migrations configurations for multiple object managers. You are however limited to only one configuration per object manager.

3.0.6

01 Nov 20:58
Compare
Choose a tag to compare

Added

  • Doctrine Coding Standard has been applied
  • doctrine-project.json added to project

Changed

  • Enable support for Doctrine 2.0
  • Avoid recent versions of doctrine/migrations
  • Minimum doctrine/persistence changed to 1.3

Fixed

  • Namespace for MappingDriverChain corrected #625

3.0.5

18 Jun 21:37
d9b473d
Compare
Choose a tag to compare

Fixed

  • Newer Doctrine coding standard flagged nesting of control structures per method as small as possible.

Removed

  • Added conflict to composer.json for doctrine/migrations >= 3.0

3.0.4

17 Jun 22:51
792d062
Compare
Choose a tag to compare

Changed

  • Use CodeCov instead of Scrutinizer

3.0.3

08 Mar 20:34
3d206b8
Compare
Choose a tag to compare

Fixed

  • module.config.php referenced DoctrineObject through DoctrineModule. Fixed to use Doctrine\Laminas\Hydrator\DoctrineObject

Other

  • A fix to functional testing of command line migration command used in Travis testing.

3.0.2

19 Feb 20:32
5456f15
Compare
Choose a tag to compare

Fixed

  • Fix old Zend Developer Tools CSS class names