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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md10
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 13 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95994b2..9d7e540 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 2.1.0 – 2018-12-12
+### Added
+- Ability to disable provider via `occ twofactor:disable <uid> totp`
+- Support for Nextcloud 16
+- Support for php 7.3
+- New and updated translations
+### Fixed
+- Password confirmation on IE and other outdated browsers
+- Removed unused assets in release tarball
+
## 2.0.1 – 2018-11-19
### Fixed
- Handle/log rejected password confirmation
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7f10fbf..b190d47 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Two Factor TOTP Provider</name>
<summary>TOTP two-factor provider</summary>
<description>A Two-Factor-Auth Provider for TOTP (RFC 6238)</description>
- <version>2.0.1</version>
+ <version>2.1.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorTOTP</namespace>
diff --git a/package-lock.json b/package-lock.json
index 829055f..fc4240c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "twofactor_totp",
- "version": "2.0.1",
+ "version": "2.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 5cfa3ca..0710de9 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "twofactor_totp",
"description": "Nextcloud TwoFactor TOTP",
- "version": "2.0.1",
+ "version": "2.1.0",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,