summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-04-16 17:10:17 +0200
committerGitHub <noreply@github.com>2020-04-16 17:10:17 +0200
commit872e74b8ec7a67dd6db597ea4e742c3faa169c93 (patch)
tree4da8e33a759268c35c9b22c62dca3df929063080
parent87060aabbf0b1064e71e534f21623938fdec323f (diff)
parent8e4d4fb9e45b750902ea40a655ff2690fd68b245 (diff)
Merge pull request #1579 from nextcloud/release/3.3.0v3.3.0
3.3.0
-rw-r--r--CHANGELOG.md18
-rw-r--r--appinfo/info.xml4
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 22 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 091cdbe1..250f8152 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+## 3.3.0 – 2020-04-14
+
+[Full Changelog](https://github.com/nextcloud/contacts/compare/v3.2.0...v3.3.0)
+
+### Enhancements
+- Add ability to clone contact
+ [\#1462](https://github.com/nextcloud/contacts/pull/1462) ([skjnldsv](https://github.com/skjnldsv))
+
+### Fixed
+- Fix no sharing menu position
+ [\#1500](https://github.com/nextcloud/contacts/pull/1500) ([skjnldsv](https://github.com/skjnldsv))
+- Support multiple type declaration
+ [\#942](https://github.com/nextcloud/contacts/issues/942) ([skjnldsv](https://github.com/skjnldsv))
+
+### Security fixed
+- Properly sanitize avatars in upload
+ [\#1514](https://github.com/nextcloud/contacts/pull/1514) ([skjnldsv](https://github.com/skjnldsv))
+
## 3.2.0 – 2020-02-29
### Fixed
- Fix first contact sync (Contact saving hangs and protocol says uid already exists)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6295f9ca..15e2b9a8 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.2.0</version>
+ <version>3.3.0</version>
<licence>agpl</licence>
<author>John Molakvoæ</author>
<author>Team Popcorn</author>
@@ -28,7 +28,7 @@
<repository type="git">https://github.com/nextcloud/contacts.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Contacts/contacts.png</screenshot>
<dependencies>
- <nextcloud min-version="16" max-version="19" />
+ <nextcloud min-version="17" max-version="19" />
</dependencies>
<contactsmenu>
<provider>OCA\Contacts\ContactsMenu\Providers\DetailsProvider</provider>
diff --git a/package-lock.json b/package-lock.json
index 5685db68..dc8f50e8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "contacts",
- "version": "3.2.0",
+ "version": "3.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index cd5c990e..8a162630 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.2.0",
+ "version": "3.3.0",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",