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
|
||||
### Fixed
|
||||
- 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/).
|
||||
</description>
|
||||
<licence>AGPL</licence>
|
||||
<version>0.8.2</version>
|
||||
<version>0.8.3</version>
|
||||
<author>Frank de Lange</author>
|
||||
<category>tools</category>
|
||||
<category>files</category>
|
||||
|
@ -28,8 +28,8 @@
|
|||
<database>pgsql</database>
|
||||
<database>sqlite</database>
|
||||
<database>mysql</database>
|
||||
<owncloud min-version="8.1" max-version="9.2" />
|
||||
<nextcloud min-version="8.1" max-version="12" />
|
||||
<owncloud min-version="8.1" max-version="10" />
|
||||
<nextcloud min-version="8.1" max-version="13" />
|
||||
</dependencies>
|
||||
<settings>
|
||||
<admin>OCA\Files_Opds\Settings\Admin</admin>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue