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>2018-01-23 10:14:59 +0300
committerGitHub <noreply@github.com>2018-01-23 10:14:59 +0300
commitd7fdf70ff10d6d96ea3eb3659ff1c0676b80a886 (patch)
tree3ac11e94681ee885a927d8eb23c4cb514f1e170b
parent430a2aa11a5f4626a414ac9fdedb44aca65dc179 (diff)
parent33e4b2f0f64c6a7f35af15a887219c6203860e5b (diff)
Merge pull request #726 from nextcloud/release/0.7.9v0.7.9
Release 0.7.9
-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 ac956e285..a17f8c9ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.7.9 – 2018-01-23
+### Fixed
+- Undefined variable warning in nextcloud.log
+- Inconsistent spelling
+- Saving attachments to Nextcloud files
+
## 0.7.8 – 2018-01-15
### Fixed
- Loading of text messages
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 62ca0f3fb..1125c850b 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.7.8</version>
+ <version>0.7.9</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Jan-Christoph Borchardt</author>
diff --git a/package-lock.json b/package-lock.json
index de134bd2a..b33635f47 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mail",
- "version": "0.7.8",
+ "version": "0.7.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index fbd2a00ca..7397d2893 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mail",
- "version": "0.7.8",
+ "version": "0.7.9",
"description": "Mail app",
"main": "index.js",
"directories": {