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:
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml4
-rw-r--r--package-lock.json24
-rw-r--r--package.json2
4 files changed, 18 insertions, 18 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04b349a6b..f5e548670 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.8.1 – 2018-05-14
+### Added
+- New and updated translations
+### Fixed
+- Installation on Nextcloud 13.x
+
## 0.8.0 – 2018-05-07
### Fixed
- Nextcloud version requirements
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 2cef88d95..649e9da20 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.8.0</version>
+ <version>0.8.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Jan-Christoph Borchardt</author>
@@ -22,7 +22,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/mail/74e94da16618b32ee0834e57bbfc83ff7334f709/screenshots/mail.png</screenshot>
<dependencies>
<php min-version="5.6" max-version="7.2" />
- <nextcloud min-version="13.0.2" max-version="14" />
+ <nextcloud min-version="13" max-version="14" />
</dependencies>
<repair-steps>
<post-migration>
diff --git a/package-lock.json b/package-lock.json
index d56f7305c..192ab89b5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mail",
- "version": "0.8.0",
+ "version": "0.8.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -4391,8 +4391,8 @@
"dev": true,
"optional": true,
"requires": {
- "co": "4.6.0",
- "json-stable-stringify": "1.0.1"
+ "co": "^4.6.0",
+ "json-stable-stringify": "^1.0.1"
}
},
"ansi-regex": {
@@ -4488,8 +4488,7 @@
"buffer-shims": {
"version": "1.0.0",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"caseless": {
"version": "0.12.0",
@@ -4506,8 +4505,7 @@
"code-point-at": {
"version": "1.1.0",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"combined-stream": {
"version": "1.0.5",
@@ -4526,20 +4524,17 @@
"console-control-strings": {
"version": "1.1.0",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"core-util-is": {
"version": "1.0.2",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"cryptiles": {
"version": "2.0.5",
"bundled": true,
"dev": true,
- "optional": true,
"requires": {
"boom": "2.x.x"
}
@@ -4612,8 +4607,7 @@
"extsprintf": {
"version": "1.0.2",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"forever-agent": {
"version": "0.6.1",
@@ -4831,7 +4825,7 @@
"dev": true,
"optional": true,
"requires": {
- "jsonify": "0.0.0"
+ "jsonify": "~0.0.0"
}
},
"json-stringify-safe": {
diff --git a/package.json b/package.json
index 13ed232ac..feb2ff50e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mail",
- "version": "0.8.0",
+ "version": "0.8.1",
"description": "Mail app",
"main": "index.js",
"directories": {