summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <bep@foryouandyourcustomers.com>2016-08-10 19:49:41 +0200
committerBernhard Posselt <bep@foryouandyourcustomers.com>2016-08-10 19:49:41 +0200
commit98fec383b0b40c36122e9ebb117e30190a375887 (patch)
tree38f69bfd30f51870143c1eea04c36523373069e3
parent54c683c6b2ba15fffb37b34cbe319a46ee1b6b64 (diff)
more owncloud removal
-rw-r--r--docs/plugins/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/plugins/README.md b/docs/plugins/README.md
index 814dc402f..bc9e110d0 100644
--- a/docs/plugins/README.md
+++ b/docs/plugins/README.md
@@ -33,7 +33,8 @@ First let's add some meta data about our app. Open the **newsplugin/appinfo/info
<author>Your Name Here</author>
<version>0.0.1</version>
<dependencies>
- <owncloud min-version="9.0"/>
+ <nextcloud min-version="10"/>
+ <owncloud min-version="9.1"/>
<php min-version="5.6"/>
</dependencies>
</info>
@@ -200,4 +201,4 @@ Using automatic container assembly you can then use it from your code by simply
Client-side plugins:
* [Mail Share](https://github.com/cosenal/mailsharenewsplugin): Client-side plugin to share articles by email
Server-side plugins:
-* [Feed Central](https://github.com/Raydiation/feedcentral): Publish your feeds as RSS \ No newline at end of file
+* [Feed Central](https://github.com/Raydiation/feedcentral): Publish your feeds as RSS