diff options
-rw-r--r-- | manifest.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/manifest.xml b/manifest.xml index 42f2da5ff..dbd08da35 100644 --- a/manifest.xml +++ b/manifest.xml @@ -2,14 +2,12 @@ <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>River Privacy</name> <author>Matt Beckett (matt@clever-name.com)</author> - <version>1.0</version> + <version>1.8.0</version> <description>Sets non-object oriented river items to private access (eg. friend relationships)</description> <website>http://landing.athabascau.ca</website> <copyright>(C) Matt Beckett, 2012</copyright> <license>GNU Public License version 2</license> - - <!-- All plugins must require either elgg_version or elgg_release. --> - <requires> + <requires> <type>elgg_release</type> <version>1.8</version> </requires> |