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-07-12 10:32:07 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-07-12 10:32:07 +0300
commit7f31ec4fb3256ffd733ff3d9a8f9456300a2fa5b (patch)
treeb9ac303265eca4a37be9ba95823ee399c6244c0d
parentd314ea1000e71ad22a0f9db8ae0434a17b3a6a18 (diff)
v1.10.1v1.10.1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d67a32b1..913a8011a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.10.1 – 2021-07-12
+### Changed
+- Updated and new translations
+### Fixed
+- Upgrade error due to missing method in cached application code
+
## 1.10.0 – 2021-07-05
### Added
- Message tagging – stores tags both locally as well as on IMAP (if supported), interoperable with other email clients
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7aa0197f4..716ea10c2 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.10.0</version>
+ <version>1.10.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Greta Doçi</author>
diff --git a/package-lock.json b/package-lock.json
index 400e8f4d0..3019db8de 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "1.10.0",
+ "version": "1.10.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 077ba23e0..1b49a794d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.10.0",
+ "version": "1.10.1",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,