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

Latest commit

 

History

History
228 lines (134 loc) · 5.18 KB

CHANGELOG.md

File metadata and controls

228 lines (134 loc) · 5.18 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

2.10.2 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.10.1 - 2019-10-17

Added

  • #82 adds support for PHP 7.3.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.10.0 - 2018-07-05

Added

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

Deprecated

  • Nothing.

Removed

  • #69 Drop support for OpenLDAP < 2.2 due to using ldap-URI exclusively - Thanks to @fduch

Fixed

  • #51 Use ldap_escape to escape values instead of own function - Thanks to @KaelBaldwin

2.9.0 - 2018-04-25

Added

  • #78 Added support for PHP 7.2
  • #60 Adds tests for nightly PHP-builds

Deprecated

  • Nothing.

Removed

  • #61 Removed support for PHP 5.5.
  • #78 Removed support for HHVM.

Fixed

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

2.8.0 - 2017-03-06

Added

  • #53 Adds addAttribute-method to Ldap-class
  • #57 adds support for new coding-standards.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.7.1 - 2016-05-23

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #47 Fixes a BC-Break caused by the missing default-ErrorHandler

2.7.0 - 2016-04-21

Added

Deprecated

  • Nothing.

Removed

  • #21 Removes dependency Zend\StdLib

Fixed

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

2.6.1 - 2016-04-20

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #20 checks whether the LDAP-connection shall use SSL or not and decides based on that which port to use if no port has been set.
  • #25 Check for correct Headers in the documentation and fix it
  • #27 Check for different issues in the documentation and fixed it
  • #29 Check for incorrect Blockquotes in the documentation and fix it

2.6.0 - 2016-02-11

Added

  • #6 Adds a possibility to delete attributes without having to remove the complete node and add it again without the attribute

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #16 Fixed the usage of ldap_sort during sorting search-results due to deprecation of ldap_sort in PHP 7

2.5.2 - 2016-02-11

Added

  • #16 removes the call to the now deprecated ldap_sort-function wile still preserving the sort-functionality.
  • #14 adds a Vagrant environment for running an LDAP server against which to run the tests; additionally, it adds Travis-CI scripts for setting up an LDAP server with test data.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #18 Fixes an already removed second parameter to ldap_first_attribute and ldap_next_attribute