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-02-21 17:18:19 +0300
committerGitHub <noreply@github.com>2022-02-21 17:18:19 +0300
commitc0059c8e917ca69572e4de75904daaa5255abc77 (patch)
treeeed65516d9378bcf51046b4a7c1594a17c612194
parent3623dab3a51b4941d5e67ba1569ecd7558dd7cc3 (diff)
parentb732c8990c78c64c81c25c2197e4f22d4e59d4bb (diff)
Merge pull request #6063 from nextcloud/release/1.11.7v1.11.7
Release v1.11.7
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70c5dfc79..715a639dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.11.7 - 2022-02-21
+### Added
+- Loading indicator for recipient suggestions
+### Fixed
+- Move KItinerary warning message to info
## 1.11.6 - 2022-01-25
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 327b60c57..d8f83c2cc 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.11.6</version>
+ <version>1.11.7</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Greta Doçi</author>
diff --git a/package-lock.json b/package-lock.json
index 4aa86290f..a60738804 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "1.11.6",
+ "version": "1.11.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 0610619b9..2a9ed7e5b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.11.6",
+ "version": "1.11.7",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,