Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.52 KB

UPGRADE.md

File metadata and controls

26 lines (20 loc) · 1.52 KB

0.8.0

0.4.0

Version 0.4.0 has been rewritten from scratch using the new ServiceManager component of ZF2. This allows for drastically increased performance and reduced complexity of setup.

An alias has been set to reference Doctrine\ORM\EntityManager to help with BC but it is deprecated and will be removed in the future. The new service name is doctrine.entitymanager.orm_default.

The module.doctrine_orm.local.config.php.dist has been removed. Please review the README.md to setup your connection.

0.3.1

Version 0.3.1 integrated CLI with composer's CLI scripts registration method. To do so without conflicting with Doctrine ORM's CLI, you now have to access it either via ./vendor/bin/doctrine-module or ./vendor/doctrine/DoctrineModule/bin/doctrine-module.

0.3.0

After version 0.2.1, submodules have been dropped as they were too heavy and complex to manage. If you now want to use this module, please use composer, as described in README.md