From 23047e857bad024cba95788217bb0580cb9b6145 Mon Sep 17 00:00:00 2001 From: webimpress Date: Thu, 17 Oct 2019 17:28:26 +0100 Subject: [PATCH 1/3] Bumped to next dev version (2.10.2) --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 631e3b326..5ba727cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ 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 From 18a793fa7441cbb0b37dea19ef605f9c4dd88ac0 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 31 Dec 2019 15:33:45 -0600 Subject: [PATCH 2/3] Marking package as abandoned --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4403d4f4..655b94e96 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # zend-ldap +> ## Repository abandoned 2019-12-31 +> +> This repository has moved to laminas/laminas-ldap. + [![Build Status](https://secure.travis-ci.org/zendframework/zend-ldap.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-ldap) [![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-ldap/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-ldap?branch=master) @@ -7,4 +11,4 @@ zend-ldap provides functionality for performing LDAP operations, including, but not limited to, binding, searching and modifying entries in an LDAP directory. - File issues at https://github.com/zendframework/zend-ldap/issues -- Documentation is at https://docs.zendframework.com/zend-ldap/ +- Documentation is at https://docs.zendframework.com/zend-ldap/ \ No newline at end of file From 92c8b7f9c955c5c76fc9a18b221b4c228cd28898 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 20 Jan 2020 13:39:32 -0600 Subject: [PATCH 3/3] Link to new repository --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 655b94e96..1a78e4868 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > ## Repository abandoned 2019-12-31 > -> This repository has moved to laminas/laminas-ldap. +> This repository has moved to [laminas/laminas-ldap](https://github.com/laminas/laminas-ldap). [![Build Status](https://secure.travis-ci.org/zendframework/zend-ldap.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-ldap) [![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-ldap/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-ldap?branch=master) @@ -11,4 +11,4 @@ zend-ldap provides functionality for performing LDAP operations, including, but not limited to, binding, searching and modifying entries in an LDAP directory. - File issues at https://github.com/zendframework/zend-ldap/issues -- Documentation is at https://docs.zendframework.com/zend-ldap/ \ No newline at end of file +- Documentation is at https://docs.zendframework.com/zend-ldap/