v6.3.1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Родитель
224dff4704
Коммит
04d41c63ae
|
@ -1,6 +1,11 @@
|
|||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 6.3.1 – 2022-06-13
|
||||
### Changed
|
||||
- App is now officially deprecated. Two-Factor WebAuthn can be used as replacement
|
||||
- Updated dependencies
|
||||
|
||||
## 6.3.0 – 2021-12-01
|
||||
### Added
|
||||
- Nextcloud 23 support
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<name>⚠️ Deprecated ⚠️ Two-Factor U2F</name>
|
||||
<summary>U2F two-factor provider (deprecated)</summary>
|
||||
<description>Deprecated two-factor provider for U2F devices. The Two-Factor WebAuthn provider replaces this app.</description>
|
||||
<version>6.3.0</version>
|
||||
<version>6.3.1</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Christoph Wurst</author>
|
||||
<namespace>TwoFactorU2F</namespace>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "twofactor_u2f",
|
||||
"version": "6.3.0",
|
||||
"version": "6.3.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "twofactor_u2f",
|
||||
"version": "6.3.0",
|
||||
"version": "6.3.1",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"@nextcloud/auth": "^1.3.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "twofactor_u2f",
|
||||
"version": "6.3.0",
|
||||
"version": "6.3.1",
|
||||
"description": "U2F second factor provider for Nextcloud",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче