Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Releases: Adldap2/Adldap2

v10.5.0

23 Feb 15:00
e400eec
Compare
Choose a tag to compare

Added

v10.4.3

18 Oct 13:36
a55e2c5
Compare
Choose a tag to compare

Changed

v10.4.2

29 Apr 19:03
97cc80d
Compare
Choose a tag to compare

Changed

  • Fixed attribute name in docs - by @KuenzelIT - #800
  • Increase range limitation when paginating large sets of members - by @thiagoao - #804

v10.4.1

09 Feb 13:55
Compare
Choose a tag to compare

Added

  • Laravel 9 support

v10.4.0

10 Dec 14:30
b91df8c
Compare
Choose a tag to compare

Added

v10.3.3

09 Aug 15:25
Compare
Choose a tag to compare

Fixed

  • PHP 8.0 compatibility fix with retrieving LDAP search result entries - #789 - c2a8f72

v10.3.2

05 Mar 21:16
Compare
Choose a tag to compare

Fixed

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

v10.3.1

09 Sep 16:48
936a4e2
Compare
Choose a tag to compare

Added

v10.3.0

04 May 21:20
Compare
Choose a tag to compare

Fixed

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

08 Mar 23:14
2baffac
Compare
Choose a tag to compare

Added

Fixed

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