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>2019-04-12 09:37:39 +0300
committerGitHub <noreply@github.com>2019-04-12 09:37:39 +0300
commit072d4732a2a023fc348825140f64fe789bef4225 (patch)
tree9c825d58d927c3a6644bc75d242207797b32a9a7
parent70c2bc2c28a66fb8e294234c2380c91553d1920c (diff)
parent97c157a323340140c4054b6b3b5643dc337b9ef5 (diff)
Merge pull request #1676 from nextcloud/release/0.13.0v0.13.0
Release v0.13.0
-rw-r--r--CHANGELOG.md12
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 15 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d29987b36..91b542508 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.13.0 - 2019-04-12
+### Added
+- Signatures support
+### Changed
+- New and updated translations
+### Fixed
+- Mailvelope hint in settings menu
+
+## 0.11.1 – 2019-04-10
+### Added
+- php7.3 support for Nextcloud 15
+
## 0.12.0 - 2018-04-08
### Added
- Nextcloud 16 support
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f3b87db92..33ed09d57 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Mail</name>
<summary>IMAP web client</summary>
<description>Easy to use email client which connects to your mail server via IMAP and SMTP.</description>
- <version>0.12.0</version>
+ <version>0.13.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Jan-Christoph Borchardt</author>
diff --git a/package-lock.json b/package-lock.json
index 6896af61d..dc26269ce 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mail",
- "version": "0.12.0",
+ "version": "0.13.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 50df377b0..2fd3f5992 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "mail",
"description": "Nextcloud Mail",
- "version": "0.12.0",
+ "version": "0.13.0",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,