Skip to content

4.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 21:03
· 249 commits to 6.4.x since this release
4.2.0
de74578

Release Notes for 4.2.0

Feature release (minor)

Added

  • Support for PHP 8.0 and 8.1. Please note that some upstream dependencies are not yet compatible with PHP 8.1, hence, DoctrineModule cannot yet be installed using PHP 8.1.
  • Support for laminas-form 3.0, either laminas-form 2.0 or 3.0 can be used with DoctrineModule.

Changed

Deprecated

  • Usage of laminas-mvc-console is deprecated. If you used php public/index.php to access the Doctrine CLI, please switch to using ./vendor/bin/doctrine-module instead.
  • All signatures related to laminas-servicemanager 2.0 have been deprecated as DoctrineModule already requires laminas-servicemanager 3.0 for a while.

Removed

  • Support for PHP 7.2.

4.2.0

  • Total issues resolved: 1
  • Total pull requests resolved: 11
  • Total contributors: 2

Documentation

Enhancement

Bug