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:
authorAnna <anna@nextcloud.com>2022-06-07 18:24:07 +0300
committerGitHub <noreply@github.com>2022-06-07 18:24:07 +0300
commit8fef8417e9c9898cc640537547ddee7b0a6db2c2 (patch)
treedfd340316d3c755aa18ad1bc7edd19f293a559d2
parentc735b6c9c68293fe2f6078698af409775f0547f7 (diff)
parent6a7f5f8b3c46bf06c01170926cf620e2b8785493 (diff)
Merge pull request #6676 from nextcloud/release/v1.13.2v1.13.2
Release v1.13.2
-rw-r--r--CHANGELOG.md7
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac509a39c..7037db65e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.13.2 - 2022-06-07
+### Fixed
+- Quoting forwarded messages
+- Sending erroneous message repeatedly
+- Database platform check with Nextcloud <22.2
+- Missing Composer.vue::initBody call after mount
+
## 1.13.1 – 2022-06-07
### Fixed
- Upgrade error on Nextcloud <22.2
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 219277045..c1e7a0f98 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.2-alpha.1</version>
+ <version>1.13.2</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 61d7bc58b..99e5b2499 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "1.13.1",
+ "version": "1.13.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "1.13.1",
+ "version": "1.13.2",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~34.0.0",
diff --git a/package.json b/package.json
index ad3127488..07b762641 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.13.1",
+ "version": "1.13.2",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,