From 3c0131a7282520478789329ea55d0d40edb6bd1b Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 2 Nov 2023 08:47:53 +0100 Subject: chore(release): v5.5.0-beta2 Signed-off-by: Christoph Wurst --- CHANGELOG.md | 11 +++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 175be481..2c26bd77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ # Changelog + +## 5.5.0 – unreleased +### Added +- Nextcloud 28 file action compatibility +- PHP8.3 support +### Fixed +- Localization +- Telephone number type matching +- Lost contact groups +- Group deselection + ## 5.4.0-rc.1 - 2023-08-31 ### Added - Quick actions for contacts diff --git a/appinfo/info.xml b/appinfo/info.xml index 193ab38c..e5ee92b9 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ * 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library. - 5.4.0-rc.1 + 5.5.0-beta.2 agpl Hamza Mahjoubi diff --git a/package-lock.json b/package-lock.json index a5feb0b0..5727f655 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "5.4.0-rc.1", + "version": "5.5.0-beta2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "5.4.0-rc.1", + "version": "5.5.0-beta2", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index 4032d1e0..dee413c9 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": "5.4.0-rc.1", + "version": "5.5.0-beta2", "author": "John Molakvoæ ", "contributors": [ "John Molakvoæ ", -- cgit v1.2.3