summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-01-04 16:10:47 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-01-04 16:23:29 +0100
commit7646cbf0d2b66e8a0c5bff74ddd5813045b85b84 (patch)
tree9c1e46aa72f4fcf1bed06b2c55e3e94ddac909d8
parentada212cbd1a5beaacee2a87a4d706387ae72222a (diff)
3.4.3v3.4.3
-rw-r--r--CHANGELOG.md16
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 19 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 235d9c2a..885b346a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+## [v3.4.3](https://github.com/nextcloud/contacts/tree/v3.4.3) (2021-01-04)
+
+[Full Changelog](https://github.com/nextcloud/contacts/compare/v3.4.2...v3.4.3)
+
+### Fixed
+- Remove Workaround for Postal Addresses Containing Commas
+ [\#2000](https://github.com/nextcloud/contacts/pull/2000) ([zlajo](https://github.com/zlajo))
+- Fix masonry redraw
+ [\#1982](https://github.com/nextcloud/contacts/pull/1982) ([skjnldsv](https://github.com/skjnldsv))
+- Fix generating the redirect url
+ [\#1972](https://github.com/nextcloud/contacts/pull/1972) ([juliushaertl](https://github.com/juliushaertl))
+- Change to the name of the app
+ [\#1965](https://github.com/nextcloud/contacts/pull/1965) ([Valdnet](https://github.com/Valdnet))
+- Add favicons
+ [\#1960](https://github.com/nextcloud/contacts/pull/1960) ([st3iny](https://github.com/st3iny))
+
## 3.4.2 - 2020-11-18
[Full Changelog](https://github.com/nextcloud/contacts/compare/v3.4.1...v3.4.2)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b20cef14..f533b8a6 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>3.4.2</version>
+ <version>3.4.3</version>
<licence>agpl</licence>
<author>John Molakvoæ</author>
diff --git a/package-lock.json b/package-lock.json
index 624c7ee3..d136ba9a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "contacts",
- "version": "3.4.2",
+ "version": "3.4.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index f72eb944..d8409836 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.4.2",
+ "version": "3.4.3",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",