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>2021-02-19 12:19:56 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-02-19 12:19:56 +0300
commit2eee7d9df73918da07af1524db2210bb72c7c30c (patch)
tree2c8f60c834edb846df055116361b343e7947eb58
parent84d3622c7409d34b6c7a21b8e6a73aa9455c60ec (diff)
v1.8.3v1.8.3
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md9
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 103e314e2..63754f468 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.8.3 - 2021-02-19
+### Fixed
+- Compatibility issues with PHP8
+- Update account only if it exists
+
+## 1.4.3 - 2021-02-19
+### Fixed
+- Update account only if it exists
+
# 1.8.2 – 2021-02-18
## Fixed
- Missing label for SMTP host setting
diff --git a/appinfo/info.xml b/appinfo/info.xml
index fb1135dac..d765d94ea 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>1.8.2</version>
+ <version>1.8.3</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Greta Doçi</author>
diff --git a/package-lock.json b/package-lock.json
index e523f519a..32609bcc3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "1.8.2",
+ "version": "1.8.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 26f8a7062..f390f1d58 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.8.2",
+ "version": "1.8.3",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,