update info.xml for the new app store
This commit is contained in:
Родитель
1cc2d48f90
Коммит
10ea1324d1
|
@ -1,9 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## 0.5
|
||||||
|
- Support NC11
|
||||||
|
- php 5.6-7.0
|
||||||
|
|
||||||
## 0.4.0 – 2016-08-19
|
## 0.4.0 – 2016-08-19
|
||||||
- Cloud ID, product name and URL encoded in QR code label
|
- Cloud ID, product name and URL encoded in QR code label
|
||||||
- Support for NC11/OC9.1
|
- Support for NC10/OC9.1
|
||||||
|
|
||||||
## 0.3.0 – 2016-06-09
|
## 0.3.0 – 2016-06-09
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,25 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<info>
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||||
<id>twofactor_totp</id>
|
<id>twofactor_totp</id>
|
||||||
<name>Two Factor TOTP Provider</name>
|
<name>Two Factor TOTP Provider</name>
|
||||||
<description>A Two-Factor-Auth Provider for TOTP</description>
|
<summary>TOTP two-factor provider</summary>
|
||||||
<licence>AGPL</licence>
|
<description>A Two-Factor-Auth Provider for TOTP (RFC 6238)</description>
|
||||||
|
<version>0.5.0</version>
|
||||||
|
<licence>agpl</licence>
|
||||||
<author>Christoph Wurst</author>
|
<author>Christoph Wurst</author>
|
||||||
<version>0.4.3</version>
|
|
||||||
<namespace>TwoFactorTOTP</namespace>
|
<namespace>TwoFactorTOTP</namespace>
|
||||||
<category>other</category>
|
<category>auth</category>
|
||||||
|
|
||||||
|
<website>https://github.com/nextcloud/twofactor_totp#readme</website>
|
||||||
|
<bugs>https://github.com/nextcloud/twofactor_totp/issues</bugs>
|
||||||
|
<repository type="git">https://github.com/nextcloud/twofactor_totp.git</repository>
|
||||||
|
<screenshot>https://raw.githubusercontent.com/nextcloud/twofactor_totp/eaaf9662724a4810a1d7896878919399f6f20e4e/screenshots/enter_challenge.png</screenshot>
|
||||||
|
<dependencies>
|
||||||
|
<php min-version="5.6" max-version="7.0" />
|
||||||
|
<nextcloud min-version="11" max-version="11" />
|
||||||
|
</dependencies>
|
||||||
<two-factor-providers>
|
<two-factor-providers>
|
||||||
<provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>
|
<provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>
|
||||||
</two-factor-providers>
|
</two-factor-providers>
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<nextcloud min-version="11" max-version="11" />
|
|
||||||
<php min-version="5.6" max-version="7.0" />
|
|
||||||
</dependencies>
|
|
||||||
</info>
|
</info>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче