summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2023-11-02 10:26:28 +0100
committerGitHub <noreply@github.com>2023-11-02 10:26:28 +0100
commit77771dc2bbca87ea0b108f21192642678eb8dd5d (patch)
tree588d6e55f61daf36a4996d016405fe0a8b275653
parent3289984bd17b6694bbf97ad1a7f7e74912d90063 (diff)
parent3c0131a7282520478789329ea55d0d40edb6bd1b (diff)
Merge pull request #3687 from nextcloud/chore/release/5.5.0-beta1v5.5.0-beta1
chore(release): v5.5.0-beta2
-rw-r--r--CHANGELOG.md11
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
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.
</description>
- <version>5.4.0-rc.1</version>
+ <version>5.5.0-beta.2</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 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æ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",