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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.com>2016-06-14 19:07:22 +0300
committerPranav Kant <pranavk@collabora.com>2016-06-15 11:03:25 +0300
commitaf16a4cd2770d63f8948ea4deca8664f41cefc26 (patch)
tree26b7cd892630d4d7a1333d3d482311359aa090c1 /appinfo
parentbf87ed950036a5572adf3a0a54ff94d1aa1b62ab (diff)
Make me work with owncloud9
Due to API change (searchByMime), app was completely broken when installed with owncloud9. This change should make it work with owncloud9, while still keeping older owncloud version (upto 8.2) in working state. Lets use functions on object returned by searchByMime instead of directly accessing its data members.
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml.in b/appinfo/info.xml.in
index 2468d315..29113683 100644
--- a/appinfo/info.xml.in
+++ b/appinfo/info.xml.in
@@ -10,7 +10,7 @@
<repository type="git">https://github.com/owncloud/richdocuments.git</repository>
<category>productivity</category>
<dependencies>
- <owncloud min-version="8.2" max-version="8.2" />
+ <owncloud min-version="8.2" max-version="9.0" />
</dependencies>
<public>
<richdocuments>public.php</richdocuments>