diff options
Diffstat (limited to 'mod/notifications/manifest.xml')
| -rw-r--r-- | mod/notifications/manifest.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/notifications/manifest.xml b/mod/notifications/manifest.xml index 4c1e3252a..205476881 100644 --- a/mod/notifications/manifest.xml +++ b/mod/notifications/manifest.xml @@ -3,14 +3,14 @@ <name>Notifications</name> <author>Core developers</author> <version>1.7</version> + <category>bundled</category> <description>Elgg notifications plugin</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> |
