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>2019-12-16 12:35:20 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-12-16 12:35:20 +0300
commit7fc4be9ca17b02746965e926f01700682b6ac006 (patch)
tree09c4af336bffd8405dbf2ba4d2ac6a6e710337de
parent78d054a08628b8b60e42939b83f2f6665fa37a07 (diff)
Version bumpv0.20.3
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md7
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a156b01fc..995d48093 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.20.3 - 2019-12-16
+### Changed
+- New and updated translations
+### Fixed
+- Attachment handling of non-integer MIME IDs like `2.2`
+- Php warning of `each` usage in a Horde library
+
## 0.20.2 - 2019-12-13
### Changed
- New and updated translations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4cd43e8d7..3395f1781 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](http://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>0.20.2</version>
+ <version>0.20.3</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Jan-Christoph Borchardt</author>
diff --git a/package-lock.json b/package-lock.json
index 60e75d30b..6c57e01e7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "0.20.2",
+ "version": "0.20.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 288165564..bf5362141 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "0.20.2",
+ "version": "0.20.3",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,