Skip to content

1.10.0

Compare
Choose a tag to compare
@laminas-bot laminas-bot released this 23 Jun 16:10
· 64 commits to 2.2.x since this release
1.10.0
0a7331b

Release Notes for 1.10.0

Added

  • This release adds support for PHP 8.0.

  • This release adds support for laminas/laminas-hydrator v4 releases.

  • The IsInt validator now supports the strict option.

Removed

  • This release removes support for PHP versions prior to 7.3.

  • This release removes support for laminas/laminas-eventmanager versions prior to 3.2.

  • This release removes support for laminas/laminas-hydrator versions prior to 3.0.

  • This release removes support for laminas/laminas-code versions prior to 3.5.

  • This release removes support for the deprecated Laminas\Filter\Int, Laminas\Filter\Null, Laminas\I18n\Filter, Laminas\I18n\Validator\Int, and Laminas\I18n\Validator\Float classes, as they no longer work under PHP 7.3. Users are directed to their replacements, Laminas\Filter\ToInt, Laminas\Filter\ToNull, Laminas\I18n\Validator\IsInt, and Laminas\I18n\Validator\IsFloat, respectively.

1.10.0

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 3

Enhancement