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>2022-06-07 10:17:22 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-06-07 10:17:22 +0300
commita0199fefb7ebad69f2bce1a497843eb9eeca2969 (patch)
tree510caf02d505b87ecd70fc3a886d855f997a804f
parent6402d651f3f66fb6441f84f95331cb1fbaaefc9d (diff)
v1.13.1v1.13.1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee8502852..ac509a39c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.13.1 – 2022-06-07
+### Fixed
+- Upgrade error on Nextcloud <22.2
+- Missing reply flagging and headers for edited outbox messages
+
## 1.13.0 – 2022-06-02
### Added
- PHP8.1 support
diff --git a/appinfo/info.xml b/appinfo/info.xml
index dfe86e51c..c6ed8c321 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.13.0</version>
+ <version>1.13.1</version>
<licence>agpl</licence>
<author>Greta Doçi</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
diff --git a/package-lock.json b/package-lock.json
index 4a80a08bf..61d7bc58b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "1.13.0",
+ "version": "1.13.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "1.13.0",
+ "version": "1.13.1",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~34.0.0",
diff --git a/package.json b/package.json
index 5e313d238..ad3127488 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.13.0",
+ "version": "1.13.1",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,