Zend Framework 2 Components v2.6.0 Release Notes

Release Date: 2018-04-12 // about 6 years ago
  • โž• Added

    • ๐Ÿ‘ #34 adds support for PHP 7.2.

    ๐Ÿ”„ Changed

    • #14 modifies the Zend\Authentication\Validator\Authentication class such that
      it now will pull an adapter from the composed AuthenticationService instance if no
      authentication adapter is registered directly with the validator. This will only work
      if the adapter is a ValidatableAdapterInterface implementation (all AbstractAdapter
      instances are already implementations).

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    ๐Ÿšš #30 removes support for HHVM.

    ๐Ÿšš #30 removes support for PHP 5.5.

    ๐Ÿ›  Fixed

    • Nothing.