Skip to content

Commit

Permalink
chore(release): Prepare for 2.14.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Aug 19, 2024
1 parent 41d608a commit 923dd22
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 2.14.0 - 2024.08.19

### ✨New
* 📝 Persist full page width setting in database. Thanks @Koc.
* 🔒 Add rate limits to public page controller functions.

### 🐛Fixes
* 🍍 Migrate frontend vue store from vuex to pinia.
* 💄 Several small UI fixes and improvements.
* 🔒 Fix updating shares with empty password and password policy. (#1327)
* ♻️ Migrate controller annotations to attributes.
* ♻️ Migrate license/copyright headers to SPDX format.
* 🐛 Fix error with v-click-outside in collectives trash.
* 🔗 Fix public share detection in editor.
* 🔎 Use proper editor API for search highlighting.
* 🚀 Performance: only load files script for the files app.
* 🚀 Performance: Optimize getPagesFromFolder function.

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

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


## 2.13.0 - 2024.07.25

### ✨New
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In your Nextcloud instance, simply navigate to **»Apps«**, find the
**»Teams«** and **»Collectives«** apps and enable them.
]]></description>
<version>2.13.0</version>
<version>2.14.0</version>
<licence>agpl</licence>
<author>CollectiveCloud Team</author>
<namespace>Collectives</namespace>
Expand Down

0 comments on commit 923dd22

Please sign in to comment.