Коммит
cf84e2d6f8
|
@ -1,6 +1,10 @@
|
|||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 3.0.1 – 2019-08-07
|
||||
### Fixed
|
||||
- Numeric overflow on 32bit php installations
|
||||
|
||||
## 3.0.0 – 2019-08-06
|
||||
### Added
|
||||
- Nextcloud 17 support
|
||||
|
|
|
@ -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>3.0.0</version>
|
||||
<version>3.0.1</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Christoph Wurst</author>
|
||||
<namespace>TwoFactorTOTP</namespace>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "twofactor_totp",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "twofactor_totp",
|
||||
"description": "Nextcloud TwoFactor TOTP",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
|
||||
"license": "agpl",
|
||||
"private": true,
|
||||
|
|
Загрузка…
Ссылка в новой задаче