summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2023-03-16 17:56:35 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2023-03-16 17:56:35 +0100
commit27841eec7beb4e241ae82e6dfcbe373eddae9c86 (patch)
treeeacf801bf6c703fb638ba01bdd182e1a821cc5f1
parent7044c7722a19361f5672d3e813e6eaee26c10a68 (diff)
v5.2.0v5.2.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 10 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c2f03d1..efbc4feb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 5.2.0 – 2023-03-16
+### Added
+- Support for PHP7.4 (revived for Nextcloud 25 on PHP7.4 compat)
+### Changed
+- New and updated translations
+
## 5.1.0 - 2023-02-02
### Added
- Support for Nextcloud 26
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 05e21195..06fbd56b 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.2.0-RC.1</version>
+ <version>5.2.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
diff --git a/package-lock.json b/package-lock.json
index 255d7709..3cf535c7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "contacts",
- "version": "5.2.0-rc1",
+ "version": "5.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "contacts",
- "version": "5.2.0-rc1",
+ "version": "5.2.0",
"license": "agpl",
"dependencies": {
"@mattkrick/sanitize-svg": "^0.4.0",
diff --git a/package.json b/package.json
index 962dfaac..e15d176c 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.2.0-rc1",
+ "version": "5.2.0",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",