summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2023-06-14 13:35:02 +0200
committerGitHub <noreply@github.com>2023-06-14 13:35:02 +0200
commitec6dafd1b7c22695c14b732ab7762b279d7fcdc6 (patch)
tree993fcc601314618d860cb0dfd6608c55fb364441
parent36aa89043187275bd1cd1f75387bc38d2fe04608 (diff)
parentb57e93a6ce5319aa452debd4f20f4b6dc73e385f (diff)
Merge pull request #3455 from nextcloud/release/V5.3.1V5.3.1
Release 5.3.1
-rw-r--r--CHANGELOG.md3
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d5b5186..88e90ef9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,7 @@
# Changelog
+## 5.3.1 - 2023-06-14
+### Fixed
+- Allow dynamic autoloading for classes added during upgrade
## 5.3.0 - 2023-06-07
### Added
- Final design enhancements from mockups
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e5fdc6ad..9a0cb61f 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.3.0</version>
+ <version>5.3.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 f71aaebe..9f1733da 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "contacts",
- "version": "5.3.0",
+ "version": "5.3.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "contacts",
- "version": "5.3.0",
+ "version": "5.3.1",
"license": "agpl",
"dependencies": {
"@mattkrick/sanitize-svg": "^0.4.0",
diff --git a/package.json b/package.json
index 36c336ee..40d4e592 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.3.0",
+ "version": "5.3.1",
"author": "John MolakvoƦ <skjnldsv@protonmail.com>",
"contributors": [
"John MolakvoƦ <skjnldsv@protonmail.com>",