diff options
author | Hamza <40746210+hamza221@users.noreply.github.com> | 2024-11-12 19:28:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-12 19:28:37 +0100 |
commit | 65a402a7a977ce10bfa9f4af408bdafeb2d5dd0c (patch) | |
tree | 34dd74877a296c0a42564e4d3c62cbbeffafd7f6 | |
parent | 169332fc3dd761289bc2a4b5315dad5b4a2fec19 (diff) | |
parent | fac007249cfdc16f35cf923455d68156bd56632c (diff) |
Merge pull request #4215 from nextcloud/chore/release-6.1.1v6.1.1
chore(release): v6.1.1
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | appinfo/info.xml | 2 | ||||
-rw-r--r-- | package-lock.json | 4 | ||||
-rw-r--r-- | package.json | 2 |
4 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a1381550..31980e35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ --> # Changelog +## 6.1.1 – 2024-11-12 +### Fixed +- Encode exported contact groups as UTF-8 +- Respect advanced group sharing settings in frontend + ## 6.1.0 – 2024-08-28 ### Added - Nextcloud 30 support diff --git a/appinfo/info.xml b/appinfo/info.xml index e41e7dd2..e548c8d5 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ * 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library. </description> - <version>6.1.0</version> + <version>6.1.1</version> <licence>agpl</licence> <author mail="hamza221@users.noreply.github.com">Hamza Mahjoubi</author> diff --git a/package-lock.json b/package-lock.json index 0941b963..9ac49618 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "6.1.0", + "version": "6.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "6.1.0", + "version": "6.1.1", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index 0f564859..d950f9c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "contacts", "description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.", - "version": "6.1.0", + "version": "6.1.1", "author": "John Molakvoæ <skjnldsv@protonmail.com>", "contributors": [ "John Molakvoæ <skjnldsv@protonmail.com>", |