update info.xml for the new app store

This commit is contained in:
Christoph Wurst 2016-11-25 13:32:50 +01:00
Родитель 1cc2d48f90
Коммит 10ea1324d1
2 изменённых файлов: 20 добавлений и 11 удалений

Просмотреть файл

@ -1,9 +1,13 @@
# Changelog
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
- 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

Просмотреть файл

@ -1,20 +1,25 @@
<?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>
<name>Two Factor TOTP Provider</name>
<description>A Two-Factor-Auth Provider for TOTP</description>
<licence>AGPL</licence>
<summary>TOTP two-factor provider</summary>
<description>A Two-Factor-Auth Provider for TOTP (RFC 6238)</description>
<version>0.5.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<version>0.4.3</version>
<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>
<provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>
</two-factor-providers>
<dependencies>
<nextcloud min-version="11" max-version="11" />
<php min-version="5.6" max-version="7.0" />
</dependencies>
</info>