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:
authorGreta <gretadoci@gmail.com>2022-06-07 17:57:37 +0300
committerGitHub <noreply@github.com>2022-06-07 17:57:37 +0300
commitc1ea2cbe8353502265bd238b74cfb1abe3759eeb (patch)
treef25bfbb844f02a461b48836121c1c8564d23717f
parentd758351fe6c815f14df53056819505744d758a73 (diff)
parentf2a425ff04672954b7ce8db09e5e319bc71ffbcf (diff)
Merge pull request #6674 from nextcloud/release/v1.12.4v1.12.4
Release v1.12.4
-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 8239bd942..a2f47b294 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.12.4 – 2022-06-07
+### Fixed
+- Quoting forwarded messages
+- Sending erroneous message repeatedly
+
## 1.12.3 – 2022-06-07
### Fixed
- Missing reply flagging and headers for edited outbox messages
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a4cc075a6..fefc6369f 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.4-alpha.1</version>
+ <version>1.12.4</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 c3ce94d52..663a79180 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "1.12.3",
+ "version": "1.12.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "1.12.3",
+ "version": "1.12.4",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~33.0.0",
diff --git a/package.json b/package.json
index d7f70e638..5c67fa4d6 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.12.3",
+ "version": "1.12.4",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,