diff options
Diffstat (limited to 'mod/developers/manifest.xml')
-rw-r--r-- | mod/developers/manifest.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mod/developers/manifest.xml b/mod/developers/manifest.xml index 4a7ed82bd..93a12945d 100644 --- a/mod/developers/manifest.xml +++ b/mod/developers/manifest.xml @@ -9,13 +9,10 @@ <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> <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> - - <admin_interface>advanced</admin_interface> - </plugin_manifest> |