Skip to content

5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Dec 09:51
· 171 commits to 6.3.x since this release
5.0.0
64acfd2

Release Notes for 5.0.0

Backwards incompatible release (major)

Changed

  • Internally, properties are now typed wherever possible. This can be breaking if you are extending classes.
  • Module class, ConfigProvider, option classes and factories are now marked as final.
  • laminas-cache is now required in version ^3.1 (see 3.0 and 3.1 for breaking changes).
  • laminas-form is now required in version ^3.0 (see release notes for breaking changes).
  • doctrine-laminas-hydrator is now required in ^3.0 (see release notes for breaking changes).

Removed

  • Integration with laminas-console and laminas-mvc-concole is removed, as these packages are discontinued. Please use ./vendor/bin/doctrine-module instead of php public/index.php to access CLI.
  • Support for PHP 7.3 was removed.

5.0.0

  • Total issues resolved: 0
  • Total pull requests resolved: 10
  • Total contributors: 1

BC Break

BC Break,Enhancement

Enhancement

BC Break,Feature Removal