Skip to content

v1.2.0

Compare
Choose a tag to compare
@tvdijen tvdijen released this 17 Mar 09:45
· 181 commits to master since this release
f445fa1
  • 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