bump version for theming again 🙇
also make appinfo compliant with appstore's schema. except default_enable… Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
01d3586a0f
commit
67340846f9
|
@ -5,19 +5,17 @@
|
|||
<description>Adjust the Nextcloud theme</description>
|
||||
<licence>AGPL</licence>
|
||||
<author>Nextcloud</author>
|
||||
<version>1.4.2</version>
|
||||
<version>1.4.3</version>
|
||||
<namespace>Theming</namespace>
|
||||
<category>other</category>
|
||||
|
||||
<dependencies>
|
||||
<nextcloud min-version="13" max-version="13" />
|
||||
</dependencies>
|
||||
|
||||
<types>
|
||||
<logging/>
|
||||
</types>
|
||||
|
||||
<default_enable/>
|
||||
<category>customization</category>
|
||||
<bugs>https://github.com/nextcloud/server/issues/</bugs>
|
||||
<dependencies>
|
||||
<nextcloud min-version="13" max-version="13" />
|
||||
</dependencies>
|
||||
|
||||
<settings>
|
||||
<admin>OCA\Theming\Settings\Admin</admin>
|
||||
|
|
Loading…
Reference in New Issue