summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-08-25 14:52:27 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-08-25 14:52:27 +0200
commit582ba59b4485f86e4e56bfdac3d0c30f041021a9 (patch)
treefdf28d5772c76aac1b6eb0cb1dd547ed3f0db7b9
parentb9f374812518d51c25c887c84923c7f3cbb6dfd8 (diff)
v4.0.2v4.0.2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md8
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c94b438..1ebec070 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 4.0.2 ā€“ 2021-08-25
+### Changed
+- App initialization logic migrated to silence a deprecation notice
+### Fixed
+- Blank page when files_sharing is disabled
+- Mobile contacts list
+- Scrolling of the app content details
+
## 4.0.1 - 2021-07-28
[Full Changelog](https://github.com/nextcloud/contacts/compare/v4.0.0...v4.0.1)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index adae62e3..cce7c0c7 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.1</version>
+ <version>4.0.2</version>
<licence>agpl</licence>
<author>John MolakvoƦ</author>
diff --git a/package-lock.json b/package-lock.json
index fe1948f2..23866f95 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "contacts",
- "version": "4.0.1",
+ "version": "4.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 56ffb9a1..de09ffcd 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.1",
+ "version": "4.0.2",
"author": "John MolakvoƦ <skjnldsv@protonmail.com>",
"contributors": [
"John MolakvoƦ <skjnldsv@protonmail.com>",