diff options
Diffstat (limited to 'mod/logbrowser/manifest.xml')
-rw-r--r-- | mod/logbrowser/manifest.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/logbrowser/manifest.xml b/mod/logbrowser/manifest.xml index 29a25e900..585288912 100644 --- a/mod/logbrowser/manifest.xml +++ b/mod/logbrowser/manifest.xml @@ -2,7 +2,9 @@ <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Log Browser</name> <author>Core developers</author> - <version>1.5</version> + <version>1.8</version> + <category>bundled</category> + <category>admin</category> <description>Browse the system event log</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> |