Skip to content

Commit 06bef55

Browse files
Merge pull request #256 from nextcloud/rlz/3.4.0
🚀 RELEASE: v3.4.0
2 parents 5b70ef0 + 955c884 commit 06bef55

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Starting from v3.0.0, all notable changes to this project will be documented in
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.4.0] -
8+
- Fix out-of-bound array access in IMAP backend
9+
[#229](https://github.com/nextcloud/user_external/pull/229) @BjoKaSH
10+
- Distinguish wrong credentials from other problems in logging output for IMAP backend
11+
[#228](https://github.com/nextcloud/user_external/pull/228) @BjoKaSH
12+
- 🐛 FIX: wrong user count
13+
[#249](https://github.com/nextcloud/user_external/pull/249)
14+
- Make compatible with Nextcloud 29
15+
[#256](https://github.com/nextcloud/user_external/pull/256)
16+
717
## [3.3.0] - 2024-03-30
818
- Fix wrong capitalisation of `WebDavAuth` class name in readme
919
[#238](https://github.com/nextcloud/user_external/pull/238) @pierrecorsini

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
Read the [documentation](https://github.com/nextcloud/user_external#readme) to learn how to configure it!
1818
]]></description>
19-
<version>3.3.0</version>
19+
<version>3.4.0</version>
2020
<licence>agpl</licence>
2121
<author>Robin Appelman</author>
2222
<namespace>UserExternal</namespace>
@@ -33,6 +33,6 @@ Read the [documentation](https://github.com/nextcloud/user_external#readme) to l
3333
<bugs>https://github.com/nextcloud/user_external/issues</bugs>
3434
<repository type="git">https://github.com/nextcloud/user_external.git</repository>
3535
<dependencies>
36-
<nextcloud min-version="25" max-version="28" />
36+
<nextcloud min-version="25" max-version="29" />
3737
</dependencies>
3838
</info>

0 commit comments

Comments
 (0)