Doctrine Module release 0.8.1
Posted on
The Zend Framework Integration Team is happy to announce the new
release of DoctrineModule. DoctrineModule 0.8.1
will be the last
bugfix, it is the last version that will support PHP 5.3. Further
versions of the 0.8.*
series may still be released in case of security
issues.
Following issues were solved in this release: : - [#376] Bumping PHP and ZF2 dependencies, branch alias for master
- [#378] I think this is a small PSR rule violation.
- [#381] Update validator.md
- [#388] Added exception for missing required parameter for find_method option as
- [#390] Clarified how to pass sort information.
- [#395] Issue with objects being cast to array in validators
- [#397] Enhancement: use exit code from run()
- [#401] Reading Inconsistency
- [#391] UniqueObject Validator * allowing composite identifiers from context or not
- [#400] let zf2 console return exit status
- [#404] Fix form elements
- [#406] Fix context unique
- [#421] Make DoctrineObject use AbstractHydrator s namingStrategy
- [#426] update year in license
- [#436] Fixing typo and updating paginator link to ZF 2.3
- [#450] minor cs fix
- [#458] Update doctrine*module.php
- [#462] Adding custom Doctrine*Cli Commands
- [#465] Reenable scrutinizerci code coverage
- [#453] phpdoc fixes
To install this version, simply update your `composer.json`:
{
"require": {
"doctrine/doctrine-module": "0.8.1"
}
}