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-12-14 16:21:42 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-12-14 16:21:42 +0300
commit9e41cd5972b092604fbdf426d188f59a5a2d2bb7 (patch)
tree028e65ea94978e533b251f34b7f4755f2eb8cfa2
parent76cb8b2af5fc4e0c4d71d42bbc7c1481d125fdfa (diff)
v1.11.2v1.11.2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b26305ea6..dd642d861 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.11.2 – 2021-12-14
+### Fixed
+- Invalid message cache message_id and in_reply_to values
+
## 1.11.1 – 2021-12-09
### Fixed
- Upgrades with Nextcloud 20
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3898edd8f..634bcc8c6 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.11.1</version>
+ <version>1.11.2</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Greta Doçi</author>
diff --git a/package-lock.json b/package-lock.json
index 2f13e9a1b..9c1a3424a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "1.11.1",
+ "version": "1.11.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index da396eec3..a48219d02 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.11.1",
+ "version": "1.11.2",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,