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 <ChristophWurst@users.noreply.github.com>2021-12-28 15:51:21 +0300
committerGitHub <noreply@github.com>2021-12-28 15:51:21 +0300
commit8a8722c7ac0886620a69b7576a63c6186f42e75f (patch)
treeff7ec5d497fcf12f3e8b85bcf3b3dea70104a77b
parentcf01edfa0d3d4857b550920453bca36fb570f3ab (diff)
parent8bd58293932a558103511cad384f02b07b5f95ea (diff)
Merge pull request #5911 from nextcloud/release/1.11.5v1.11.5
Release v1.11.5
-rw-r--r--CHANGELOG.md8
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 500b81de3..b05017670 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.11.5 – 2021-12-28
+### Fixed
+- Use Parameters instead of Named Parameters for chunked queries
+- Mailbox showing at the wrong account
+- Column for account name that is too narrow
+- Mark as spam action
+- Chunk the recipients query
+
## 1.11.4 – 2021-12-15
### Fixed
- Erroneous repair step during app store upgrade
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 619dccf84..c017827b8 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.4</version>
+ <version>1.11.5</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Greta Doçi</author>
diff --git a/package-lock.json b/package-lock.json
index c08232c91..6de673d48 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "1.11.4",
+ "version": "1.11.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 33690331a..033e977d6 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.11.4",
+ "version": "1.11.5",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,