All Versions
11
Latest Version
Avg Release Cycle
230 days
Latest Release
2138 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.7.0 Changes
May 14, 2019โ Added
- ๐ #44 adds support for PHP 7.3.
- #47 adds
configuration option to
Zend\Authentication\Validator\Authentication
for mapping custom authentication result codes to existing and new validation message types.
๐ Changed
- #42 Changes authentication using Basic scheme to re-challenge the client when credentials in Authorization header can not be base64 decoded.
๐ Deprecated
- Nothing.
โ Removed
- ๐ #44 removes support for zend-stdlib v2 releases.
๐ Fixed
- Nothing.
-
v2.6.0 Changes
April 12, 2018โ 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 composedAuthenticationService
instance if no
authentication adapter is registered directly with the validator. This will only work
if the adapter is aValidatableAdapterInterface
implementation (allAbstractAdapter
instances are already implementations).
๐ Deprecated
- Nothing.
โ Removed
๐ #30 removes support for HHVM.
๐ #30 removes support for PHP 5.5.
๐ Fixed
- Nothing.
-
v2.5.4 Changes
April 12, 2018โ Added
- #9 adds and
๐ publishes documentation to https://docs.zendframework.com/zend-authentication/
๐ Changed
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- ๐ #29 fixes how the HTTP Auth adapter treats credentials,
ensuring it splits only on the first:
character, and thus allows:
characters
as part of the password segment of the credential.
- #9 adds and
-
v2.5.3 Changes
February 29, 2016โ Added
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- โก๏ธ #8 updates dependencies to allow usage of zend-stdlib 3.0, and to require tests to pass against PHP 7.
-
v2.5.2 Changes
June 15, 2015โ Added
- #4 adds
documentation, which can be compiled using bookdown:
bookdown doc/bookdown.json
; docs can then be viewed by starting a web server viaphp -S 0.0.0.0:8000 -t doc/html/
and browsing to http://localhost:8000/.
(Add bookdown globally using
composer global require bookdown/bookdown
.)๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- Nothing.
- #4 adds
documentation, which can be compiled using bookdown:
-
v2.4.13
July 13, 2017 -
v2.4.12
June 19, 2017 -
v2.4.11
December 19, 2016 -
v2.4.10
May 09, 2016 -
v2.4.9
November 23, 2015