Skip to content

Commit

Permalink
Version 0.9.22
Browse files Browse the repository at this point in the history
2021.07.06 - based on 0.9.21 - but for Nextcloud 22.

✨New
* 🖨️ Bring proper formatting to print pages.

🌎Translations
* 🗣️ Updated Russion translation thanks to Artem.
* 🗣️ Updated French translation thanks to Nathan.

🏗️Fixes
* 👁️ Display app icon for collectives without emoji.
* 🏛️ Fix view of an old page version, improve UI.

🚧Updates
* 🔌 Update all dependencies and migrate to Node.js 14.
* 🔌 Migrate to Circles API for Nextcloud 22.
  • Loading branch information
mejo- committed Jul 6, 2021
1 parent 0ed69d2 commit 6f0c127
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.9.21 - 2021.07.06
## 0.9.22 - 2021.07.06

### ✨New
* 🖨️ Bring proper formatting to print pages.
Expand All @@ -15,6 +15,7 @@

### 🚧Updates
* 🔌 Update all dependencies and migrate to Node.js 14.
* 🔌 Migrate to Circles API for Nextcloud 22.

## 0.8.21 - 2021.06.18

Expand All @@ -34,8 +35,11 @@
* 🧷 Use correct links in page list after rename of parent page.
* 💱 Rename parent pages properly - do not create another subpage.
* ✅ Browser error due to duplicate subscription of an event handler.
- 🚀 Make sure `occ` works even if circles app is missing.
* ✅ Work around some bugs in the CI so all tests pass.

### 🚧Updates & Tooling
* 🔌 Migrate to Circles API for Nextcloud 22.
* 👷 Refactor to ease support for Nextcloud 22.
* 🗑️ Make task to remove releases.

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>0.9.21</version>
<version>0.9.22</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://collectivecloud.gitlab.io/collectives/images/screenshot.png
</screenshot>
<dependencies>
<nextcloud min-version="20" max-version="21" />
<nextcloud min-version="22" max-version="22" />
</dependencies>
<background-jobs>
<job>OCA\Collectives\BackgroundJob\ExpirePageVersions</job>
Expand Down

0 comments on commit 6f0c127

Please sign in to comment.