mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-02 14:49:17 +02:00
files_opds: remove unsupported L10N statement, new version 0.6.13
This commit is contained in:
parent
c8b603958b
commit
45b5cb271b
2 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
<?php
|
||||
|
||||
$l = OC_L10N::get('files_opds');
|
||||
|
||||
\OCP\App::registerPersonal('files_opds', 'personal');
|
||||
\OCP\App::registerAdmin('files_opds', 'admin');
|
||||
|
||||
|
|
|
@ -10,9 +10,8 @@
|
|||
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.6.12</version>
|
||||
<version>0.6.13</version>
|
||||
<author>Frank de Lange</author>
|
||||
<requiremin>8.1</requiremin>
|
||||
<shipped>false</shipped>
|
||||
<default_enable/>
|
||||
<repository type="git">https://github.com/Yetangitu/owncloud-apps</repository>
|
||||
|
@ -23,6 +22,7 @@
|
|||
<database>pgsql</database>
|
||||
<database>sqlite</database>
|
||||
<database>mysql</database>
|
||||
<owncloud min-version="8.1" max-version="9.0" />
|
||||
</dependencies>
|
||||
<ocsid>168132</ocsid>
|
||||
</info>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue