diff options
Diffstat (limited to 'mod/categories/manifest.xml')
| -rw-r--r-- | mod/categories/manifest.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/mod/categories/manifest.xml b/mod/categories/manifest.xml index 89c7d452b..4a6bd0864 100644 --- a/mod/categories/manifest.xml +++ b/mod/categories/manifest.xml @@ -2,17 +2,16 @@ <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Site-wide Categories</name> <author>Core developers</author> - <version>1.7</version> + <version>1.8</version> + <category>bundled</category> + <category>enhancement</category> <blurb>Add site-wide categories</blurb> <description>Site-wide Categories lets administrators define categories that users across the site can add content to.</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> - <on_enable>categories_on_enable</on_enable> - <on_disable>categories_on_disable</on_disable> </plugin_manifest> |
