aboutsummaryrefslogtreecommitdiff
path: root/mod/invitefriends/manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mod/invitefriends/manifest.xml')
-rw-r--r--mod/invitefriends/manifest.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/mod/invitefriends/manifest.xml b/mod/invitefriends/manifest.xml
index 7e7e0c10b..b36238a05 100644
--- a/mod/invitefriends/manifest.xml
+++ b/mod/invitefriends/manifest.xml
@@ -2,14 +2,16 @@
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Invite Friends</name>
<author>Core developers</author>
- <version>1.7</version>
- <description>Invite friends to Elgg network via email invites.</description>
+ <version>1.8</version>
+ <category>bundled</category>
+ <category>social</category>
+ <description>Invite friends via email invites.</description>
<website>http://www.elgg.org/</website>
<copyright>See COPYRIGHT.txt</copyright>
- <license>GNU Public License version 2</license>
+ <license>GNU General Public License version 2</license>
<requires>
- <type>elgg_version</type>
- <version>2010030101</version>
+ <type>elgg_release</type>
+ <version>1.8</version>
</requires>
- <admin_interface>advanced</admin_interface>
+ <activate_on_install>true</activate_on_install>
</plugin_manifest>