Skip to content

Releases: horde/Ldap

3.0.0

Choose a tag to compare

@ralflang ralflang released this 26 Jun 13:28

chore: Update workflow dependency

3.0.0-RC1

3.0.0-RC1 Pre-release
Pre-release

Choose a tag to compare

@ralflang ralflang released this 19 May 17:55

fix(search): provide empty-string fallback for missing attributes in sortedAsArray()
feat: Catch empty root DSN for commands which don't support it.
test: Add more coverage to previously under-tested code

3.0.0-beta3

3.0.0-beta3 Pre-release
Pre-release

Choose a tag to compare

@ralflang ralflang released this 28 Mar 20:36

fix: Address bugs found by new unit tests
test: #4 Cover Entry, Search and RootDSE with better tests
fix: Properly handle null and false search results in PHP 8.x

3.0.0-beta2

3.0.0-beta2 Pre-release
Pre-release

Choose a tag to compare

@ralflang ralflang released this 28 Mar 16:23

fix: Use extension_loaded check as loadExtension is a removed PHP5 feature

3.0.0-beta1

3.0.0-beta1 Pre-release
Pre-release

Choose a tag to compare

@ralflang ralflang released this 27 Mar 20:41

test: Upgrade test suite for phpunit11-13
fix: Bug writing multi-value entries loses values.