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>2020-12-10 23:55:00 +0300
committerPatrick <patrick@westberliner.net>2020-12-10 23:55:00 +0300
commita17014d57f1af83e700261de05c3330b13cd1f9f (patch)
tree765cb24977c52d5d758d2e9eb24bbf8bd38792e8
parent6aea96a5c922bc71c3bcae69ff80bfdf99b496af (diff)
Update readme and changelog for version bump.1.0.0
-rw-r--r--Changelog.md3
-rw-r--r--README.md10
-rw-r--r--appinfo/info.xml12
3 files changed, 11 insertions, 14 deletions
diff --git a/Changelog.md b/Changelog.md
index d5770d4..ff490f9 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,9 @@
Changelog
=========
+**1.0.0**
+- Checksum app with this version is now nextcloud only. Breaking changes enforcing this. Thx @st3iny for the pull request.
+
**0.4.5**
- updated info.xml > bump nextcloud support to version 19 (thx to @enoch85)
- changed app icon (thx to @The-EDev)
diff --git a/README.md b/README.md
index c0da838..78f4869 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,15 @@
Checksum
========
-**Plugin for [Nextcloud](https://nextcloud.com) and [ownCloud](https://owncloud.org) to create hashes of files.**
+**Plugin for [Nextcloud](https://nextcloud.com) to create hashes of files.**
![animation](screenshots/checksum.gif)
Installation
------------
-**Nextcloud**
-
In your Instance, simply navigate to »Apps«, choose the category »Files«, find the Checksum app and enable it.
-**ownCloud**
-- Copy the checksum folder in the app directory of owncloud.
-- If not already done, rename the app-folder to "checksum" - causes overwise an sql error.
-- Enable this app in the admin interface.
Usage
-----
@@ -28,4 +22,4 @@ Compatibility
-------------
- This app was only tested on Nextcloud v20 to v21 and php v7.4.
-- I tried to use the current api as much as possible. It should be safe for future versions.
+- For older nextcloud versions check older releases.
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b9f3051..d9773e0 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>
- <version>0.4.5</version>
+ <version>1.0.0</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>
+ <user>https://github.com/westberliner/checksum/blob/master/README.md</user>
+ <admin>https://github.com/westberliner/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>
+ <website>https://github.com/westberliner/checksum/</website>
+ <bugs>https://github.com/westberliner/checksum/issues</bugs>
+ <screenshot>https://raw.githubusercontent.com/westberliner/checksum/master/screenshots/checksum.gif</screenshot>
<dependencies>
<php min-version="7.4" />
<nextcloud min-version="20" max-version="21" />