Skip to content

Releases: DirectoryTree/LdapRecord

v1.2.2

20 Feb 15:08
4ac2537
Compare
Choose a tag to compare

Fixed

  • Batch modifications being stacked on multiple Model::getModifications() calls - 0684b1b - #81
  • Model scopes being stacked on multiple Model::getQuery() calls - 2d4ce50 - #82

v1.2.1

14 Feb 20:55
Compare
Choose a tag to compare

Fixed

  • Always wrap selected columns in an array - 590b22d

v1.2.0

14 Feb 20:17
0acfa40
Compare
Choose a tag to compare

Added

  • Ability to restore deleted LDAP objects (ActiveDirectory only) - 39e2dcc
  • Ability to listen to model events directly on models - 840fc27
  • Renaming and Renamed events when models are being renamed / moved - 95c3bc7

Fixed

  • "No such object" errors when using an invalid distinguished name format inside of find - cb8da53

v1.1.6

07 Feb 17:37
e0a91b3
Compare
Choose a tag to compare

Added

v1.1.5

03 Feb 05:52
30a91f0
Compare
Choose a tag to compare

Fixed

  • Properly allow statically called Model::create calls - 955f59d

v1.1.4

01 Feb 20:30
Compare
Choose a tag to compare

Fixed

v1.1.3

28 Jan 14:02
Compare
Choose a tag to compare

Fixed

  • Use server controls for pagination in PHP >= 7.3 - f52d9e3 - #59
  • Pagination controls being lost when attempting from an unbound connection - a2438ca - #64
  • Ldap::getOption now properly supports a null value - a0cf715
  • Removed critical pagination flag - 814bcec

v1.1.2

17 Jan 15:06
Compare
Choose a tag to compare

Fixed

  • Properly set $objectClasses to public in OpenLdap\OrganizationalUnit - b3f2603

v1.1.1

15 Jan 22:35
4988d2f
Compare
Choose a tag to compare

Fixed

  • Properly configure connections before initialization - #57 - ccc18b9

v1.1.0

14 Jan 21:16
e0eeba7
Compare
Choose a tag to compare

Added

Fixed

  • Computer objects will now not be included in ActiveDirectory\User model search results via built-in scope: RejectComputerObjectClass