diff --git a/Makefile b/Makefile index af0d96def6f8f9541aa676bc25b6985925f0f50b..f23c860b3601e6c9e8dfc9960b01f034d35546b5 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ TYPE=mod BASE=vmassign_groups PLUGINTYPE=vmcustom ZIPBASE=opentools -VERSION=1.0 +VERSION=1.1 PLUGINFILES=mod_$(BASE).php mod_$(BASE).xml index.html # mod_$(BASE).script.php diff --git a/mod_vmassign_groups.xml b/mod_vmassign_groups.xml index 29df1e01f7b92176e91ab6d7e28f05b6e7ca5494..a7a2ac64f46c68d152b552d7577fb505aa22cfc1 100644 --- a/mod_vmassign_groups.xml +++ b/mod_vmassign_groups.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE install SYSTEM "http://dev.joomla.org/xml/1.5/module-install.dtd"> -<install version="1.5.0" type="module" client="administrator" method="upgrade"> - <name>VM Customers to Joomla Groups Assignment</name> +<extension version="2.5" type="module" client="administrator" method="upgrade"> + <name>VM Customers to Joomla Groups Admin Panel</name> <author>Reinhold Kainhofer</author> <creationDate>January 2014</creationDate> <copyright>Copyright (C) 2014 Reinhold Kainhofer, Based on code (C) by Nordmograph. All rights reserved.</copyright> @@ -25,4 +25,4 @@ </fieldset> </fields> </config> -</install> +</extension>