Skip to content

Releases: DirectoryTree/LdapRecord-Laravel

v3.0.8

06 Oct 18:29
Compare
Choose a tag to compare

Fixed

  • Detaching related models in Directory Emulator by @cheesegrits - #560
  • Properly emulate memberof virtual attribute in Directory Emulator - #584

v3.0.7

28 Sep 19:52
Compare
Choose a tag to compare

Fixed

  • Properly retrieve base DN from query when running the ldap:browse command - f7c43fa

v3.0.6

24 Jul 18:03
Compare
Choose a tag to compare

Fixed

v3.0.5

22 Jun 21:56
98e8c4e
Compare
Choose a tag to compare

Changed

  • Allow invokable classes and closures to be used in attribute handlers by @grantholle - #544

v3.0.4

14 Jun 19:19
86d2b81
Compare
Choose a tag to compare

Fixed

  • LdapRecord version constraint in composer.json - 86d2b81

v3.0.3

14 Jun 17:35
Compare
Choose a tag to compare

Fixed

  • EmulatesModelQueries trait method incompatibility - 0732c5a

v3.0.2

14 Jun 15:12
2127a59
Compare
Choose a tag to compare

Fixed

  • ldap:browse command should use new Query::list() method - by @Cbrad24 - #542

v3.0.1

13 Jun 13:43
d4024f4
Compare
Choose a tag to compare

Fixed

  • Don't execute an LDAP query when Eloquent model guid is null - #539

v3.0.0

11 Jun 18:27
Compare
Choose a tag to compare

v2.7.3

09 Feb 14:31
5f36d4b
Compare
Choose a tag to compare

Added

  • Ability to set a logging channel - #510