Skip to content

Releases: DirectoryTree/LdapRecord

v3.5.0

12 Mar 15:17
2f53d49
Compare
Choose a tag to compare

Added

  • Laravel 11 compatibility - #697

v3.4.0

04 Feb 20:42
5ff91b6
Compare
Choose a tag to compare

Fixed

  • orWhere cannot be called without an operator specified - #690
  • getAuthIdentifier for OpenLDAP users returns incorrect value - #689

Added

  • Add {base} DN substitution in DN comparison methods - #692
  • Add isSiblingOf method in DistinguishedName and Model - #692
  • Add ability to morph models into other models based on object classes - #694

v3.3.1

09 Jan 12:50
da3d5df
Compare
Choose a tag to compare

Fixed

  • Missing return type for Builder::findManyBy() - #677

v3.3.0

08 Nov 21:03
17540a7
Compare
Choose a tag to compare

Added

  • Base DN substitution is now available during creation and rename operations - #632 - #668
  • Query\Builder::insertAndGetDn method to facilitate base DN substitution during object creation - #668
  • Query\Builder::renameAndGetDn method to facilitate base DN substitution during object rename - #668

v3.2.3

01 Nov 21:42
Compare
Choose a tag to compare

Fixed

v3.2.2

12 Oct 16:46
1fa74d0
Compare
Choose a tag to compare

Fixed

  • Groups relation Builder TypeError - #656 - #655

v3.2.1

11 Oct 16:39
Compare
Choose a tag to compare

Fixed

v2.20.5

11 Oct 16:37
5bd0a5a
Compare
Choose a tag to compare

Fixed

  • Invalid query filter when parsing filter containing memberof - @ishanvyas22 - #653

v3.2.0

06 Oct 18:14
Compare
Choose a tag to compare

Added

  • Changes API to models - #647

v3.1.5

04 Oct 18:07
70bad3f
Compare
Choose a tag to compare

Fixed

  • Add AccountControl trait to ActiveDirectory\Computer model - #649 - #648