Skip to content

Commit

Permalink
chore(release): Prepare 2.13.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Jul 25, 2024
1 parent 006385d commit 8c1d980
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 2.13.0 - 2024.07.25

### ✨New
* ✨ Add Nextcloud 30 support, remove Nextcloud 26 support.
* 🔎 Highlight search results from page list in page content. (#648)
* 🖼️ Allow to lookup page references in public shares. (#1275)

### 🐛Fixes
* 🔒 Fix creating shares with password policy. (#1269)
* 📌 Allow to toggle recent pages in public shares. (#1192)
* 🧹 Reset filtered page list when switching collectives.
* 🐛 Fix error when loading page references.
* 💬 Separate message and details with a space in error toast messages.
* 🐛 Don't show an error if the page trash is disabled.

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

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


## 2.12.0 - 2024.06.11

### ✨New
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
**»Teams«** and **»Collectives«** apps and enable them.
]]></description>
<version>2.12.0</version>
<version>2.13.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="27" max-version="29" />
<nextcloud min-version="27" max-version="30" />
</dependencies>
<background-jobs>
<job>OCA\Collectives\BackgroundJob\CleanupSessions</job>
Expand Down

0 comments on commit 8c1d980

Please sign in to comment.