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