Skip to content

Commit

Permalink
Prepare 2.9.0 release with Nextcloud 28 support
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Nov 9, 2023
1 parent 8b3e800 commit 77f8b08
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## 2.9.0 - 2023.11.08

### ✨New
* 🛺 Allow to copy/move pages in and between collectives. (#488)
* 📌 Add recent pages dashboard widget. (#113)
* 👽 Use Text editor via API on Nextcloud 26 and newer. (#18, #932, #969)
* ✨ Add Nextcloud 28 support.

### 🐛Fixes
* 📝 Don't autofocus editor when opening page in edit mode. (#596)
* 🔗 Fix backlink detection with special chars in trusted_domains config. (#330)
* 🧹 Don't show 'Leave collective' action in public shares.
* 🧹 Don't show Nextcloud footer in public shares. (#848, #944)
* 💄 Fix layout of text editor when opened in viewer.
* 🖨️ Several print layout fixes and improvements. (#542, #543)
* 📋 Added documentation on searching. Thanks @pjrobertson.

### 🌎Translations
* 🗣️ Translation updates from Transifex. Thanks to all contributors.

### 🚧Updates & Tooling
* ⬆️ Update NPM dependencies.
* ⬆️ Update PHP composer dependencies.


## 2.8.2 - 2023.10.04

### 🐛Fixes
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In your Nextcloud instance, simply navigate to **»Apps«**, find the
**»Circles«** and **»Collectives«** apps and enable them.
]]></description>
<version>2.8.2</version>
<version>2.9.0</version>
<licence>agpl</licence>
<author>CollectiveCloud Team</author>
<namespace>Collectives</namespace>
Expand All @@ -43,7 +43,7 @@ In your Nextcloud instance, simply navigate to **»Apps«**, find the
https://raw.githubusercontent.com/nextcloud/collectives/main/docs/static/images/screenshot.png
</screenshot>
<dependencies>
<nextcloud min-version="25" max-version="27" />
<nextcloud min-version="25" max-version="28" />
</dependencies>
<background-jobs>
<job>OCA\Collectives\BackgroundJob\ExpirePageTrash</job>
Expand Down

0 comments on commit 77f8b08

Please sign in to comment.