Releases: simplesamlphp/simplesamlphp-module-ldap
Releases · simplesamlphp/simplesamlphp-module-ldap
v2.0.0
v1.2.0
- Classes have been renamed to comply with PSR-4 specifications.
You have to update your config files as follows:
ldap:LDAP
becomes ldap:Ldap
ldap:LDAPMulti
becomes ldap:LdapMulti
- Typehints have been added all over the place, including our public API. If you're extending from classes in this module you will have to update your extending classes accordingly
v0.9.3
Suggest the installation of the ext-ldap PHP extension.
v0.9.2
Stop requiring the ext-ldap PHP extension.
v0.9.1
v0.9.0
v1.1.2
v1.1.1
v1.1.0
- Moved lib/SimpleSAML/Auth/LDAP.php from base repo to module repo
- Moved testcases from base repo to module repo
- Renamed LDAP-class to Ldap to comply with PSR-1 (old name exists as an alias)
- Fixed another batch of issues detected by Psalm