DoctrineModule 1.0.0 we have a stable release

Posted on February 2, 2016 by Gianluca Arbezzano


We are happy to announce the first stable release for DoctrineModule! 1.0.0 is ready to go after a couple of years of work.

The "Initial Commit" dates back to the date Oct 22, 2011 after 4 years, we are ready.

Thanks at all for yours contributions!

Update your composer configuration to use the stable version of this project.

{
    "require": {
        "doctrine/doctrine-module": "~1.0"
    }
}

Changes since 0.10.0

This is a list of issues resolved in 1.0.0 since 0.10.0:

  • [#523] Remove deprecated api call from test
  • [#547] Allow for the use of ZendCacheServiceStorageCacheAbstractServiceFactory

Please report any issues you may have with the update on the mailing list or on GitHub.

Remember to read our documentation and improve it with your knowledge.