summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-09-03 16:23:43 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-09-03 16:29:57 +0200
commit184acdd2db7b08b5ecad7bcf8f503f47c5adb2f5 (patch)
treeb219c0bfbf062ec5390329c6d78c6b8a717ea45d
parent7dc4f4a06f7df5be7e9c72642a9c2fcd65aa9cf2 (diff)
3.1.4
-rw-r--r--CHANGELOG.md13
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 16 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5a59870..7da25b28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+
+## 3.1.4 – 2019-09-03
+
+### Fixed
+- Support vcard 3 photo syntax
+ [#1239](https://github.com/nextcloud/contacts/pull/1239)
+- Enhancement/allow year removal
+ [#1248](https://github.com/nextcloud/contacts/pull/1248)
+
+### Updated
+- Dependencies
+- Translations
+
## 3.1.3 – 2019-06-11
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1dbf3f70..981ac8ae 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,7 +11,7 @@
* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!
* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.
</description>
- <version>3.1.3</version>
+ <version>3.1.4</version>
<licence>agpl</licence>
<author>John Molakvoæ</author>
<author>Team Popcorn</author>
diff --git a/package-lock.json b/package-lock.json
index acbacd13..30362d58 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "contacts",
- "version": "3.1.3",
+ "version": "3.1.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 3e2358e2..9b357590 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": "3.1.3",
+ "version": "3.1.4",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",