From 3e7535c58bc3b27cbf95dc8d3813ae3c2fbfd3a7 Mon Sep 17 00:00:00 2001 From: davitol Date: Fri, 2 Aug 2019 13:53:44 +0200 Subject: [PATCH] add changelog items and bump version --- CHANGELOG.md | 19 +++++++++++++++---- appinfo/info.xml | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9155883da..03dc44e1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,24 +3,34 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) -## [Unreleased] + +## [0.14.0] - (final release date unknown) ### Added - Add network timeout setting - [#324](https://github.com/owncloud/user_ldap/issues/324) +- Log bind errors [#436](https://github.com/owncloud/user_ldap/pull/436) +- Reuse existing LDAP accounts if available [#165](https://github.com/owncloud/user_ldap/pull/165) ### Changed - Allow avatars to be changed by users if not provided by LDAP - [#188](https://github.com/owncloud/user_ldap/issues/188) - Remove PHP 5.6 support - [#388](https://github.com/owncloud/user_ldap/issues/388) -- LDAP configuration is now stored JSON encoded - [#393](https://github.com/owncloud/user_ldap/issues/393) - Clean up Application initialization code - [#396](https://github.com/owncloud/user_ldap/issues/396) - Remove unused use statements - [#399](https://github.com/owncloud/user_ldap/issues/399) [#400](https://github.com/owncloud/user_ldap/issues/400) +- Simplify connection: Get rid of init method [#437](https://github.com/owncloud/user_ldap/pull/437) +- Replace magic numbers with constants [#435](https://github.com/owncloud/user_ldap/pull/435) ### Fixed - Only return users valid for ownCloud when getting LDAP group members - [#12](https://github.com/owncloud/user_ldap/issues/12) - Fix paging when limit is used - [#315](https://github.com/owncloud/user_ldap/issues/315) +- Extract housekeeping part from new LDAP wizard - [#396](https://github.com/owncloud/user_ldap/pull/396) +- loginName2UserName is already called for an object, not a class - [#398](https://github.com/owncloud/user_ldap/pull/398) +- Remove unused use statements - [#400](https://github.com/owncloud/user_ldap/pull/400) - [#399](https://github.com/owncloud/user_ldap/pull/399) +- Include port only if there is port [#425](https://github.com/owncloud/user_ldap/pull/425) +- Remove no longer existing job from appinfo [#430](https://github.com/owncloud/user_ldap/pull/430) + ## [0.13.0] - 2018-12-11 @@ -33,7 +43,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) - Remove legacy table and resolve dn encoding issues - [#248](https://github.com/owncloud/user_ldap/issues/248) - Suppress "invalid quota" message if quota isn't set for the user - [#237](https://github.com/owncloud/user_ldap/issues/237) -- Make "loginName2UserName" an instance method, not static - [#398](https://github.com/owncloud/user_ldap/issues/398) + ## [0.12.0] - 2018-11-05 @@ -91,7 +101,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) - Add hint for max search term length - [#105](https://github.com/owncloud/user_ldap/issues/105) - Allow proxy to check next server - [#101](https://github.com/owncloud/user_ldap/issues/101) -[Unreleased]: https://github.com/owncloud/user_ldap/compare/v0.13.0...master +[Unreleased]: https://github.com/owncloud/user_ldap/compare/v0.14.0...master +[0.14.0]: https://github.com/owncloud/user_ldap/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/owncloud/user_ldap/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/owncloud/user_ldap/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/owncloud/user_ldap/compare/v0.10.0...v0.11.0 diff --git a/appinfo/info.xml b/appinfo/info.xml index 8653717ed..29461d4e4 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,7 +14,7 @@ More information is available in the [LDAP User and Group Backend documentation] AGPL Jörn Friedrich Dreyer, Tom Needham, Juan Pablo Villafañez Ramos, Dominik Schmidt and Arthur Schiwon - 0.13.0 + 0.14.0