Skip to content

Releases: DirectoryTree/LdapRecord

v1.2.0

14 Feb 20:17
0acfa40

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

Choose a tag to compare

Added

v1.1.5

03 Feb 05:52
30a91f0

Choose a tag to compare

Fixed

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

v1.1.4

01 Feb 20:30

Choose a tag to compare

Fixed

v1.1.3

28 Jan 14:02

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

Choose a tag to compare

Fixed

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

v1.1.1

15 Jan 22:35
4988d2f

Choose a tag to compare

Fixed

  • Properly configure connections before initialization - #57 - ccc18b9

v1.1.0

14 Jan 21:16
e0eeba7

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

v1.0.3

10 Jan 18:25
5c4bf89

Choose a tag to compare

Added

  • Model::newInstance() method - 5225c65

v1.0.2

02 Jan 22:30
d5eb4cd

Choose a tag to compare

Added

  • Attempt reconnecting if an operations error occurs - 213bbc8