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:
authorRichard Steinmetz <richard@steinmetz.cloud>2020-12-09 20:07:23 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2020-12-10 16:23:36 +0300
commit75b0f24e17b80ecce2e4bddf55084aa9e7c9c44b (patch)
treeb2711fe183f2c92df68f31a3a023b06aac2b5fd8 /README.md
parent9f073f18b63821d29d623bb010b8ff67c297e995 (diff)
Refactor deprecations, improve code style and drop owncloud support
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 407ffed..c0da838 100644
--- a/README.md
+++ b/README.md
@@ -27,5 +27,5 @@ Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.
Compatibility
-------------
-- I only tested the app for the current version of owncloud (9.x) and Nextcloud from 10 to 19.
+- 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.