summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-09-15 08:58:59 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-09-15 08:58:59 +0200
commitca6b1e05e25534e6d7eba80d4dce6a215ec06053 (patch)
tree349dc12f3339c9ec9d9c9fda2fe88b6c52ec4925
parentf8671718cdaae8d2edbf7c8ab74c301e010eac57 (diff)
v4.0.3v4.0.3
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ebec070..9499bd38 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 4.0.3 – 2021-09-15
+### Fixed
+- Missing SVG sanitization for SVG contact images
+
## 4.0.2 – 2021-08-25
### Changed
- App initialization logic migrated to silence a deprecation notice
diff --git a/appinfo/info.xml b/appinfo/info.xml
index cce7c0c7..ea883206 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.
</description>
- <version>4.0.2</version>
+ <version>4.0.3</version>
<licence>agpl</licence>
<author>John Molakvoæ</author>
diff --git a/package-lock.json b/package-lock.json
index 23866f95..81d4c4c8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "contacts",
- "version": "4.0.2",
+ "version": "4.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index de09ffcd..09fa6a7b 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": "4.0.2",
+ "version": "4.0.3",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",