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-09 16:32:37 +0300
committerGitHub <noreply@github.com>2022-06-09 16:32:37 +0300
commit677aed62517ad877ffff05ed32b183e303a1d272 (patch)
treeca6ef56864d077b6ee6b6e693dd63fe12e54a2f2
parenta871c73777966e251451658d99855b8b9524a02d (diff)
parent4516e360b264d72a8f10f4aa0714452f96e96bf7 (diff)
Merge pull request #6710 from nextcloud/relase/v1.13.4-rc.1v1.13.4-rc.1
Relase v1.13.4 rc.1
-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 09d2efeaf..2dec1f430 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.4 - 2022-06-09
+### Fixed
+- Better signature detection
+- Forwarding more than one attachment
+
## 1.13.3 - 2022-06-08
### Fixed
- Editing of outbox messages
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 232268bfc..85d54b5c8 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.4-alpha.1</version>
+ <version>1.13.4-rc.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 3ef72c922..b580769f0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "1.13.3",
+ "version": "1.13.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "1.13.3",
+ "version": "1.13.4",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~34.0.0",
diff --git a/package.json b/package.json
index 61b79f9bc..3c5d177d4 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.13.3",
+ "version": "1.13.4",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,