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

Releases: Adldap2/Adldap2-Laravel

v6.0.7

28 Jun 17:42
Compare
Choose a tag to compare

Fixed

v6.0.6

24 May 17:12
Compare
Choose a tag to compare

Changed

  • Bind & Connection exceptions are now not logged if logging is disabled - d488282 - #737

Fixed

  • Connection names are now properly set - a475791

v6.0.5

18 Apr 16:07
Compare
Choose a tag to compare

Fixed

  • Always ensure the schemas objectGUID attribute is selected when resolving users - 7cc16a8 - #706
  • Only determine the model once upon import - 26fb35e, 2725530, a14d504

v6.0.4

11 Apr 03:24
Compare
Choose a tag to compare

Fixed

  • Allow adldap:import command to be called via Artisan facade - 5b15913 - #711

v6.0.3

08 Apr 20:39
Compare
Choose a tag to compare

Fixed

  • Resolver will now retrieve the configured LDAP provider on every request - 51601dd - #712

v5.1.3

03 Apr 00:28
Compare
Choose a tag to compare

Fixed

  • Model binding when using Laravel 5.2 - 1a8843b - #705

v6.0.2

30 Mar 17:34
Compare
Choose a tag to compare

Added

Changed

  • Exceptions are now thrown when the LDAP users GUID or Username is empty upon import - 9fe1443 - #693

Fixed

  • Ensure $guard property exists prior to model binding - 980665f - #696
  • Properly return null when false is returned in the UserResolver::byId() method by a failed connection - 4578285

v6.0.1

20 Mar 00:03
Compare
Choose a tag to compare

Fixed

  • Model binding not correctly locating users by their object guid - 1fbadf2 - #692

v6.0.0

19 Mar 02:11
Compare
Choose a tag to compare

Upgrading

With this being a major release, please take a look at the upgrade guide for more information on the below changes and how they affect you.

Added

Changed

  • Use latest Adldap2 v10 - Please read the changelog - ecc0457
  • Minimum Laravel 5.5 or greater is now required - 3b0e57d

Fixed

  • With the addition of the objectguid database column, users can now be renamed in your directory and stay properly synchronized with your application - ed34c10, cff3453, 47890e2, 3a3242d

v5.1.2

04 Mar 16:07
Compare
Choose a tag to compare

Fixed

  • Use the event() helper to fire events for Laravel 5.0 - 5.8 compatibility - 31f80df - #676