aboutsummaryrefslogtreecommitdiff
path: root/mod/developers/manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mod/developers/manifest.xml')
-rw-r--r--mod/developers/manifest.xml19
1 files changed, 9 insertions, 10 deletions
diff --git a/mod/developers/manifest.xml b/mod/developers/manifest.xml
index 7dbde85ea..23e726e2b 100644
--- a/mod/developers/manifest.xml
+++ b/mod/developers/manifest.xml
@@ -1,20 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Elgg Developer Tools</name>
- <author>Cash Costello</author>
+ <author>Core developers</author>
<version>1.0</version>
- <blurb>Developer tools</blurb>
- <description>A set of tools for writing plugins and themes.</description>
+ <category>bundled</category>
+ <category>development</category>
+ <blurb>Developer tools for Elgg</blurb>
+ <description>A set of tools for writing plugins and themes. It is recommended that you have this plugin at the top of the plugin list.</description>
<website>http://www.elgg.org/</website>
+ <bugtracker>https://github.com/Elgg/Elgg/issues</bugtracker>
<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>2009030802</version>
+ <type>elgg_release</type>
+ <version>1.8</version>
</requires>
-
- <category>Development</category>
- <admin_interface>advanced</admin_interface>
-
</plugin_manifest>