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:27:14 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-06-07 10:27:14 +0300
commitc3a267cc34418c9f8a01ea750dce8e0a8b13612b (patch)
tree973f3215f90bf8461f86d667fbaf661b124f1d82
parent02e8564117d68cf747633a7f704dbf5fae9e92d8 (diff)
v1.12.3v1.12.3
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.json4
-rw-r--r--package.json2
4 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c07210c7..8239bd942 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.12.3 – 2022-06-07
+### Fixed
+- Missing reply flagging and headers for edited outbox messages
+
## 1.12.2 – 2022-06-02
### Fixed
- Modal width
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 519b95f02..754cabe04 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.12.2</version>
+ <version>1.12.3</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 d39a1567e..c3ce94d52 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "1.12.2",
+ "version": "1.12.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "1.12.0",
+ "version": "1.12.3",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~33.0.0",
diff --git a/package.json b/package.json
index aac60bbf9..d7f70e638 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.12.2",
+ "version": "1.12.3",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,