diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-08 12:28:30 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-08 12:28:30 +0000 |
commit | 834d01e1eea8c27391a82e4edbb7af3fba862ada (patch) | |
tree | 56e5c712955f0db3a45c53b9117d72beb4ee630c /mod/categories | |
parent | 4d558cc78f0c3e0c0eae37c4e9041434106a2fac (diff) | |
download | elgg-834d01e1eea8c27391a82e4edbb7af3fba862ada.tar.gz elgg-834d01e1eea8c27391a82e4edbb7af3fba862ada.tar.bz2 |
Refs #2104 added bundled category to all core plugins
git-svn-id: http://code.elgg.org/elgg/trunk@8637 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/categories')
-rw-r--r-- | mod/categories/manifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/categories/manifest.xml b/mod/categories/manifest.xml index 9b004c1d2..f02d7a8cb 100644 --- a/mod/categories/manifest.xml +++ b/mod/categories/manifest.xml @@ -2,7 +2,8 @@ <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> <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> |