diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-05-24 00:17:51 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-05-24 00:19:20 +0200 |
commit | 67340846f959131eda0d4f91a108ea3103385a53 (patch) | |
tree | baf5dc1df773c89af0bd230fa53d35f6029fcb3e /apps | |
parent | 01d3586a0ff930fb8fe5d05d0be98d39c5ed2a35 (diff) | |
download | nextcloud-server-67340846f959131eda0d4f91a108ea3103385a53.tar.gz nextcloud-server-67340846f959131eda0d4f91a108ea3103385a53.zip |
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>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/theming/appinfo/info.xml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml index 9f0efe8f804..6514f8d5bcd 100644 --- a/apps/theming/appinfo/info.xml +++ b/apps/theming/appinfo/info.xml @@ -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> |