Skip to content

Commit 3ae18e6

Browse files
committed
chore: min is 25, max is 27
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
1 parent 14abc96 commit 3ae18e6

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ 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-
## [Unreleased]
7+
## [3.2.0] - 2023-06-13
88
- Fix IMAP authentication on empty mailboxes
99
[#164](https://github.com/nextcloud/user_external/pull/164) @tem-hth
10+
- Trim doesn't accept null anymore
11+
[#217](https://github.com/nextcloud/user_external/pull/217) @Glandos
1012

1113
## [3.1.0] - 2022-12-27
1214
- Support for Nextcloud 25

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.1.0</version>
19+
<version>3.2.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="22" max-version="25" />
36+
<nextcloud min-version="25" max-version="27" />
3737
</dependencies>
3838
</info>

0 commit comments

Comments
 (0)