aboutsummaryrefslogtreecommitdiff
path: root/mod/river_privacy/manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mod/river_privacy/manifest.xml')
-rw-r--r--mod/river_privacy/manifest.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/mod/river_privacy/manifest.xml b/mod/river_privacy/manifest.xml
new file mode 100644
index 000000000..dbd08da35
--- /dev/null
+++ b/mod/river_privacy/manifest.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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.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>
+ <requires>
+ <type>elgg_release</type>
+ <version>1.8</version>
+ </requires>
+
+ <category>privacy</category>
+ <activate_on_install>true</activate_on_install>
+</plugin_manifest>