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

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick <patrick@westberliner.net>2018-09-27 22:15:53 +0300
committerPatrick <patrick@westberliner.net>2018-09-27 22:15:53 +0300
commit23e64cb6c6a762c713990f8c2a10835ca506132f (patch)
tree91a03abb2830c4ec4f3a0d563f70173378d7f22b
parentc536df8863ceccca95925953a8a962777ad20eb9 (diff)
update xml to be still compliant with nextcloud, update changelogv0.4.1
-rw-r--r--Changelog.md2
-rw-r--r--appinfo/info.xml12
2 files changed, 8 insertions, 6 deletions
diff --git a/Changelog.md b/Changelog.md
index 39f82ed..f8c0c5a 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,7 @@
Changelog
=========
+**0.4.1**
+- updated info.xml > bump nextcloud support to version 14 (thx to @ArisenDrake)
**0.3.6**
- updated info.xml > bump nextcloud support to version 13 (thx to @Eisfunke)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6a5f8e9..e01c8c5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,21 +12,21 @@
Select a algorithm and it will try to generate a hash.
If you want an other algorithm, just click on the reload button.
</description>
- <screenshot>https://raw.githubusercontent.com/westberliner/owncloud-checksum/master/screenshots/checksum.gif</screenshot>
- <documentation>
- <user>https://github.com/westberliner/owncloud-checksum/blob/master/README.md</user>
- <admin>https://github.com/westberliner/owncloud-checksum/blob/master/README.md</admin>
- </documentation>
- <version>0.4.0</version>
+ <version>0.4.1</version>
<licence>agpl</licence>
<author>westberliner</author>
<types>
<filesystem/>
</types>
+ <documentation>
+ <user>https://github.com/westberliner/owncloud-checksum/blob/master/README.md</user>
+ <admin>https://github.com/westberliner/owncloud-checksum/blob/master/README.md</admin>
+ </documentation>
<category>files</category>
<category>tools</category>
<website>https://github.com/westberliner/owncloud-checksum/</website>
<bugs>https://github.com/westberliner/owncloud-checksum/issues</bugs>
+ <screenshot>https://raw.githubusercontent.com/westberliner/owncloud-checksum/master/screenshots/checksum.gif</screenshot>
<dependencies>
<owncloud min-version="9.0" max-version="11" />
<nextcloud min-version="9" max-version="14" />