Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-12-10 16:33:47 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-12-10 16:33:47 +0300
commitc7a23e6eb77fa5a44465d2f870a8e418e687b1ce (patch)
tree7531271a9c962181c1ebeba0af71adadd3ac3522
parent7857e5822024107bce208f58f5c548d640907842 (diff)
Version bumpv0.15.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-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 0474176..5ae14c2 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.15.0 – 2019-12-10
+### Added
+- Spryng gateway support
+- Sms77io gateway support
+- Nextcloud 18 support
+- php7.4 support
+### Changed
+- ecall API updated to new version
+- New and updated translations
+### Removed
+- php7.1 support
+
## 0.14.1 – 2019-08-28
### Changed
- New and updated translations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 93dd498..7342870 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Two-Factor Gateway</name>
<summary>Two-factor gateway providers (SMS, Telegram, Signal)</summary>
<description>A set of Nextcloud two-factor providers to send authentication codes via Signal, SMS and Telegram.</description>
- <version>0.14.1</version>
+ <version>0.15.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorGateway</namespace>
diff --git a/package-lock.json b/package-lock.json
index 0ea23e9..bee2fee 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "twofactor_gateway",
- "version": "0.14.1",
+ "version": "0.15.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 036cc65..940455e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "twofactor_gateway",
- "version": "0.14.1",
+ "version": "0.15.0",
"description": "A two-factor auth provider for Nextcloud",
"main": "index.js",
"directories": {