add changelog and set version to 1.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Родитель
d8aedc4c3e
Коммит
70ef0cdfcf
|
@ -0,0 +1,12 @@
|
|||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 1.0.0 – unreleased
|
||||
### Added
|
||||
- Nextcloud 12 support
|
||||
- php7.1 support
|
||||
- Updated U2F library to support NCF tokens
|
||||
- Publish activities when U2F is enabled or disabled (Nextcloud 12 only)
|
||||
|
||||
### Fixed
|
||||
- Replaced deprecated IDb interface by IDBConnection
|
|
@ -4,7 +4,7 @@
|
|||
<name>Two Factor U2F</name>
|
||||
<summary>U2F two-factor provider</summary>
|
||||
<description>A two-factor provider for U2F devices</description>
|
||||
<version>0.1.1</version>
|
||||
<version>1.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Christoph Wurst</author>
|
||||
<namespace>TwoFactorU2F</namespace>
|
||||
|
@ -24,7 +24,7 @@
|
|||
<two-factor-providers>
|
||||
<provider>OCA\TwoFactorU2F\Provider\U2FProvider</provider>
|
||||
</two-factor-providers>
|
||||
|
||||
|
||||
<activity>
|
||||
<settings>
|
||||
<setting>OCA\TwoFactorU2F\Activity\Setting</setting>
|
||||
|
|
Загрузка…
Ссылка в новой задаче