Skip to content
Merged

3.1.0 #1128

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
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@

All notable changes to this project will be documented in this file.

## 2.3.0
## 3.1.0
## What's Changed
* 29 compatibility
* fix: ListCommand: update for Symfony >=5 exit status by @joshtrichards in https://github.com/nextcloud/guests/pull/1102
* fix: reuse share object instead of getting it again when sending invite mail by @icewind1991 in https://github.com/nextcloud/guests/pull/1122
* fix(config): Fix constructor of config class by @nickvergessen in https://github.com/nextcloud/guests/pull/1100
* fix(DI): Fix DI for AppConfig by @nickvergessen in https://github.com/nextcloud/guests/pull/1127
* fix(npm): audit
* fix(whitelist): Block Talk base page as well by @nickvergessen in https://github.com/nextcloud/guests/pull/1107

## New Contributors
* @joshtrichards made their first contribution in https://github.com/nextcloud/guests/pull/1102

**Full Changelog**: https://github.com/nextcloud/guests/compare/v3.0.1...v3.1.0

## 2.3.0
### Added

- Compatibility with Nextcloud 25
Expand Down
Loading