mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-02 14:49:17 +02:00
- files_opds v0.8.3, increased maximum version for OC and NC, no other
changed
This commit is contained in:
parent
6a0d095d45
commit
0f7f409c27
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.8.3 - 2018-01-18
|
||||||
|
### Changed
|
||||||
|
- increased maximum version for OC and NC
|
||||||
|
|
||||||
## 0.8.2 - 2017-01-19
|
## 0.8.2 - 2017-01-19
|
||||||
### Fixed
|
### Fixed
|
||||||
- Support login tokens ('app passwords', NC/OC) and 2FA (NC)
|
- Support login tokens ('app passwords', NC/OC) and 2FA (NC)
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
The feed is in compliance with the OPDS 1.1 specification according to the online OPDS validator (http://opds-validator.appspot.com/).
|
The feed is in compliance with the OPDS 1.1 specification according to the online OPDS validator (http://opds-validator.appspot.com/).
|
||||||
</description>
|
</description>
|
||||||
<licence>AGPL</licence>
|
<licence>AGPL</licence>
|
||||||
<version>0.8.2</version>
|
<version>0.8.3</version>
|
||||||
<author>Frank de Lange</author>
|
<author>Frank de Lange</author>
|
||||||
<category>tools</category>
|
<category>tools</category>
|
||||||
<category>files</category>
|
<category>files</category>
|
||||||
|
@ -28,8 +28,8 @@
|
||||||
<database>pgsql</database>
|
<database>pgsql</database>
|
||||||
<database>sqlite</database>
|
<database>sqlite</database>
|
||||||
<database>mysql</database>
|
<database>mysql</database>
|
||||||
<owncloud min-version="8.1" max-version="9.2" />
|
<owncloud min-version="8.1" max-version="10" />
|
||||||
<nextcloud min-version="8.1" max-version="12" />
|
<nextcloud min-version="8.1" max-version="13" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<settings>
|
<settings>
|
||||||
<admin>OCA\Files_Opds\Settings\Admin</admin>
|
<admin>OCA\Files_Opds\Settings\Admin</admin>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue