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-08 16:17:53 +0300
committerGitHub <noreply@github.com>2022-06-08 16:17:53 +0300
commite0f0cf4b8044a7c86a2b153fae4991305cc7820c (patch)
tree98a93b27e3a355c605d8171611336159fc86d614
parent62603cecef7b4fa3943f99f235192e878e1af05b (diff)
parent69c03ecbff1ccbc9c9ef8041ddaecfa3a742c7b5 (diff)
Merge pull request #6691 from nextcloud/release/v1.12.5v1.12.5
Release v1.12.5
-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 a2f47b294..c7319ccd6 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.5 - 2022-06-08
+### Fixed
+- Editing of outbox messages
+
## 1.12.4 – 2022-06-07
### Fixed
- Quoting forwarded messages
diff --git a/appinfo/info.xml b/appinfo/info.xml
index fefc6369f..5fef4bb7f 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</version>
+ <version>1.12.5</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 663a79180..313e2558d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "1.12.4",
+ "version": "1.12.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "1.12.4",
+ "version": "1.12.5",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~33.0.0",
diff --git a/package.json b/package.json
index 5c67fa4d6..103f56a81 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.12.4",
+ "version": "1.12.5",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,