46 lines
2.2 KiB
Markdown
46 lines
2.2 KiB
Markdown
# Changelog
|
|
Starting from v3.0.0, all notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [3.4.0] -
|
|
- Fix out-of-bound array access in IMAP backend
|
|
[#229](https://github.com/nextcloud/user_external/pull/229) @BjoKaSH
|
|
- Distinguish wrong credentials from other problems in logging output for IMAP backend
|
|
[#228](https://github.com/nextcloud/user_external/pull/228) @BjoKaSH
|
|
- 🐛 FIX: wrong user count
|
|
[#249](https://github.com/nextcloud/user_external/pull/249)
|
|
- Make compatible with Nextcloud 29
|
|
[#256](https://github.com/nextcloud/user_external/pull/256)
|
|
|
|
## [3.3.0] - 2024-03-30
|
|
- Fix wrong capitalisation of `WebDavAuth` class name in readme
|
|
[#238](https://github.com/nextcloud/user_external/pull/238) @pierrecorsini
|
|
- Mark compatible with Nextcloud 28
|
|
[#241](https://github.com/nextcloud/user_external/pull/241) @Glandos
|
|
|
|
## [3.2.0] - 2023-06-13
|
|
- Fix IMAP authentication on empty mailboxes
|
|
[#164](https://github.com/nextcloud/user_external/pull/164) @tem-hth
|
|
- Trim doesn't accept null anymore
|
|
[#217](https://github.com/nextcloud/user_external/pull/217) @Glandos
|
|
|
|
## [3.1.0] - 2022-12-27
|
|
- Support for Nextcloud 25
|
|
[#212](https://github.com/nextcloud/user_external/pull/212) @michael-dev
|
|
|
|
## [3.0.0] - 2022-04-26
|
|
### Breaking Changes
|
|
- Namespace change: ⚠This requires configuration changes to be applied to your config.php.⚠\
|
|
Specifically the `class` attribute needs to be changed to the full class path starting with `\OCA\UserExternal\` and ending with the name of the specific authentication backend you use (e.g. IMAP or FTP). Check the [README.md](https://github.com/nextcloud/user_external#readme) for the concrete value you have to set.
|
|
|
|
### Added
|
|
- Support for Nextcloud 23 and 24
|
|
[#191](https://github.com/nextcloud/user_external/pull/191) @MarBie77
|
|
- New CI config (migrate to Github Workflows)
|
|
[#192](https://github.com/nextcloud/user_external/pull/192) @skjnldsv
|
|
|
|
## Older releases
|
|
For versions before 3.0.0 please check the [github releases](https://github.com/nextcloud/user_external/releases) for release notes.
|