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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-05-02 11:23:35 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-05-02 11:23:35 +0300
commit0e08b3c48487e82f1301cadb6c28c46796c61f3f (patch)
tree29e33a6e364d0302e1ee9b085c489eaf17b91c2b
parent8c6aaa32f6e4a1ff09aacd287a47fe8b0ae987e6 (diff)
Version bump and changelog update for 1.3.0nightly-201705021.3.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md8
-rw-r--r--appinfo/info.xml2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fcceabd..a9eeb2a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.3.0 – 2017-05-02
+### Added
+- Confirmation before enabling
+- Translations
+### Fixed
+- Client-side js error on personal page due to wrong js namespacing
+- Icon on personal settings page
+
## 1.2.0 – 2017-04-03
### Added
- Settings icon (NC12 only)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 63522cd..6b00cb6 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>1.2.0</version>
+ <version>1.3.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorTOTP</namespace>