Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-09-28 11:57:02 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-09-28 11:57:02 +0300
commit47ecb3530b372d2a4681c2eb8c69cece8a8dbf55 (patch)
tree51cf43560fd710cf3e4906f33d6e26669a9bcb18
parentd0587ec2f207108a27e2a330d01114754a80f160 (diff)
v1.10.5v1.10.5
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md9
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8d8ddd78..426e1213e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.10.5 – 2021-09-28
+### Fixed
+- Wrong iframe height
+- Missing tags for provisioned accounts
+- Catch all errors of faulty accounts
+- Itinerary timestamp handling
+- Deletion of provisioned accounts
+- Hide delete button for provisioned accounts
+
## 1.10.4 – 2021-09-15
### Fixed
- External image handling when URL schema is missing
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0e0c4b7b4..4cc440e48 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](https://horde.org) libraries.
- **📬 Want to host your own mail server?** We don’t have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
]]></description>
- <version>1.10.4</version>
+ <version>1.10.5</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Greta Doçi</author>
diff --git a/package-lock.json b/package-lock.json
index 8616da1a4..0dd8d7404 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "1.10.4",
+ "version": "1.10.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index d9b79f005..9f4976280 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.10.4",
+ "version": "1.10.5",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,