summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-12-15 15:53:24 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-12-15 15:53:24 +0100
commit6cba2d6bb0740da71b5283660277f6b12405cae9 (patch)
tree008ac22925563228d70fe568361c2ae377a60fc5
parentc01673deea51c07366a3bfd2c0f48a786a1c95ba (diff)
v5.0.2v5.0.2
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 5b966287..770e1abf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 5.0.2 – 2022-12-15
+### Fixed
+- Undefined array offset error
+- Create group actions icon
+- Broken icons.css reference
+
## 5.0.1 – 2022-10-18
### Fixed
- Org chart expand icon overlapped
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c813baa4..38a99797 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.0.1</version>
+ <version>5.0.2</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
diff --git a/package-lock.json b/package-lock.json
index 07142487..470138eb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "contacts",
- "version": "5.0.1",
+ "version": "5.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "contacts",
- "version": "5.0.1",
+ "version": "5.0.2",
"license": "agpl",
"dependencies": {
"@mattkrick/sanitize-svg": "^0.3.1",
diff --git a/package.json b/package.json
index f5b724bb..b29e528e 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.0.1",
+ "version": "5.0.2",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",