Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Tags: zendframework/zend-ldap

Tags

release-2.10.1

Toggle release-2.10.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
michalbundyra Michał Bundyra
zend-ldap 2.10.1

Added
-----

- [#82](#82) adds support for PHP 7.3.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Nothing.

release-2.10.0

Toggle release-2.10.0's commit message

Verified

This tag was signed with the committer’s verified signature.
heiglandreas Andreas Heigl
zend-ldap 2.10.0

Added
-----

- [#64](#64) Adds support for SASL-Bind - Thanks to @mbaynton
- [#66](#66) Adds support for automatic reconnection - Thanks to @mbaynton
- [#73](#73) Adds support for modifying attributes - Thanks to @glimac and @mbaynton

Deprecated
----------

- Nothing.

Removed
-------

- [#69](#69) Drop support for OpenLDAP < 2.2 due to using ldap-URI exclusively - Thanks to @fduch

Fixed
-----

- [#51](#51) Use ldap_escape to escape values instead of own function - Thanks to @KaelBaldwin

release-2.9.0

Toggle release-2.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
heiglandreas Andreas Heigl
zend-ldap 2.9.0

Added
-----

- [#78](#78) Added support for PHP 7.2
- [#60](#60) Adds tests for nightly PHP-builds

Deprecated
----------

- Nothing.

Removed
-------

- [#61](#61) Removed support for PHP 5.5.
- [#78](#78) Removed support for HHVM.

Fixed
-----

- [#71](#71) Removes composer-flag ```--ignore-platform-deps``` to fix Travis-CI build
- [#77](#77) Fixes links to PR in CHANGELOG.md)
- [#78](#78) Updated Location for docs.
- [#78](#78) Updated PHPUnit.#

release-2.4.13

Toggle release-2.4.13's commit message
zend-ldap 2.4.13

release-2.4.12

Toggle release-2.4.12's commit message
zend-ldap 2.4.12

release-2.8.0

Toggle release-2.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
heiglandreas Andreas Heigl
Release-2.8.0

Added
-----
- [#53](#53) Adds addAttribute-method to Ldap-class
- [#57](#57) adds support for coding-standards.

release-2.4.11

Toggle release-2.4.11's commit message
zend-ldap 2.4.11

release-2.7.1

Toggle release-2.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
heiglandreas Andreas Heigl
Release 2.7.1

-------------

Added
-----

- [#48](#48) adds and publishes
  the documentation to https://zendframework.github.io/zend-ldap/

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#47](#47) Fixes a BC-Break caused
  by the missing default-ErrorHandler

release-2.4.10

Toggle release-2.4.10's commit message
zend-ldap 2.4.10

release-2.7.0

Toggle release-2.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
heiglandreas Andreas Heigl
2.7.0 - 2016-04-21

Added
-----

- [#43](#43) Adds possibility
  to use [Zend\StdLib](https://github.com/zendframework/zend-stdlib) and
  [Zend\EventManager](https://github.com/zendframework/zend-eventmanager) in
  Version 3
- Support for PHP7

Deprecated
----------

- Nothing.

Removed
-------

- [#21](#21) Removes dependency
  Zend\StdLib

Fixed
-----

- [#17](#17) Fixes HHVM builds
- [#44](#40) Fixes broken builds
  in PHP7 due to faulty sorting-test
- [#40](#40) Fixes connection test
  that failed due to different failure messages in PHP5 and 7