Adldap2 Versions Save

A PHP LDAP Package for humans.

v10.5.0

1 year ago

Added

v10.4.3

1 year ago

Changed

v10.4.2

2 years ago

Changed

v10.4.1

2 years ago

Added

  • Laravel 9 support

v10.4.0

2 years ago

Added

  • PHP 8.1 support - Thanks to @villfa - #795, #796

v10.3.3

2 years ago

Fixed

v10.3.2

3 years ago

Fixed

  • Ensure pagination callbacks don't infinitely execute when losing connectivity to LDAP server - #779 - a51d986

v10.3.1

3 years ago

Added

  • Laravel 8.0 support - #775 - afa7d64
  • eDirectory schema support - #773 - ce46d69
  • 389 Directory schema support - #774 - 082d43e

v10.3.0

4 years ago

Fixed

  • ldap_control_paged_result deprecation back-port from LdapRecord
    • #760, #762
    • dce42d4, 0f0227c, 42df018
    • Thanks to @kkatpcc!

Changed

  • Provider connections are now no longer closed manually through __destruct, as this is done automatically by PHP when the request has ended - #761 - 1294c92

v10.2.3

4 years ago

Added

  • Laravel 7.0 compatibility
  • Adldap\Models\Organization - ae41862 - #742
  • Query::organizations scope - c60dd4c, ae41862 - #742

Fixed

  • Use proper object class for organizational units in OpenLDAP (organizationalUnit) - ad1c3ce - #741