Changelog History
-
v4.0.2 Changes
May 27, 2020๐ This fixes the constructor parameter type in the PhpDoc comment header for the
Segment
class.This will enable using static analysis tools such as PHPStan against code which uses this library.
-
v4.0.1 Changes
December 05, 2019๐ This release fixes a bug in the default Aura.Di container configuration.
-
v4.0.0 Changes
August 17, 2019๐ This release primarily updates Aura.Auth to be compatible with modern PHP versions. In particular, this version now uses PHPUnit 7 and later, as well as dropping support for language PHP 5 versions. It also drops support for HHVM.
-
v2.0.1 Changes
March 18, 2017- โ Skip PDO tests if required pdo_sqlite extension not enabled
- ๐ Removed double closing happened in LDAP resources.
- ๐ Update documentation fixing typos.
- phpunit added to require-dev of composer.
- โก๏ธ Updated license year.
- โ Removed CHANGES.md file, added CHANGELOG.md instead.
-
v2.0.0 Changes
October 12, 2015๐ First stable 2.0 release.
โ (FIX) Correct AuthFactory namespace, and add test.
(DOC) Additions and corrections in README.
(FIX) Add missing Status in AdapterInterface.
-
v2.0.0-beta2 Changes
November 07, 2014โก๏ธ DOC: Updated README and docblocks.
๐ CHG: PdoAdapter::buildSelectWhere() now honors the custom column name provided by the user.
โ CHG: Turn off auto-resolution in Container tests
-
v2.0.0-beta1 Changes
October 05, 2014๐ Initial 2.0.0 beta release.