Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased] - XXXX-XX-XX


## [0.20.3] - 2026-07-28

### Fixed

- [#849](https://github.com/owncloud/user_ldap/pull/849) - Confine the LDAP home folder naming rule to the data directory
Expand Down Expand Up @@ -237,7 +240,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.20.2..master
[Unreleased]: https://github.com/owncloud/user_ldap/compare/v0.20.3..master
[0.20.3]: https://github.com/owncloud/user_ldap/compare/v0.20.2..v0.20.3
[0.20.2]: https://github.com/owncloud/user_ldap/compare/v0.20.1..v0.20.2
[0.20.1]: https://github.com/owncloud/user_ldap/compare/v0.20.0..v0.20.1
[0.20.0]: https://github.com/owncloud/user_ldap/compare/v0.19.1..v0.20.0
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ More information is available in the [LDAP User and Group Backend documentation]
</description>
<licence>AGPL</licence>
<author>Jörn Friedrich Dreyer, Tom Needham, Juan Pablo Villafañez Ramos, Dominik Schmidt and Arthur Schiwon</author>
<version>0.20.2</version>
<version>0.20.3</version>
<types>
<authentication/>
</types>
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Organization and project keys are displayed in the right sidebar of the project homepage
sonar.organization=owncloud-1
sonar.projectKey=owncloud_user_ldap
sonar.projectVersion=0.20.2
sonar.projectVersion=0.20.3
sonar.host.url=https://sonarcloud.io

# =====================================================
Expand Down