Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/juliushaertl/theming_customcss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-08-03 17:33:48 +0300
committerJulius Härtl <jus@bitgrid.net>2018-08-03 17:33:48 +0300
commitc6bfe1b2c74ac30ba0501671f05d7588756e1462 (patch)
tree6b6bebf6938f0b05329f3a16b19f67f38f264b98
parent62f1ad55578591378e44df6ebace202e18896da3 (diff)
Make app compatible with Nextcloud 14
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--appinfo/info.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4094b79..2d907a5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -2,16 +2,16 @@
<info>
<id>theming_customcss</id>
<name>Custom CSS</name>
- <description>Adjust the Nextcloud theme with custom CSS</description>
<summary>Adjust the Nextcloud theme with custom CSS</summary>
- <licence>AGPL</licence>
+ <description>Adjust the Nextcloud theme with custom CSS</description>
+ <version>1.1.0</version>
+ <licence>agpl</licence>
<author>Julius Härtl</author>
- <version>1.0.0</version>
<namespace>ThemingCustomCss</namespace>
<category>customization</category>
<bugs>https://github.com/juliushaertl/theming_customcss/issues</bugs>
<dependencies>
- <nextcloud min-version="12" max-version="13" />
+ <nextcloud min-version="12" max-version="14" />
</dependencies>
<settings>
<admin>OCA\ThemingCustomCss\Settings\Admin</admin>