diff --git a/Makefile b/Makefile index b1d988a39f0a34c3c8148b9b50ffe7ca1129ddcd..2d706589d2c278e542a96e271c23aef6b03da205 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BASE=vmAutoParentCategories PLUGINTYPE=system -VERSION=1.3 +VERSION=1.3.1 PLUGINFILES=$(BASE).php $(BASE).xml index.html diff --git a/releases/plg_system_vmAutoParentCategories_v1.3.1.zip b/releases/plg_system_vmAutoParentCategories_v1.3.1.zip new file mode 100644 index 0000000000000000000000000000000000000000..5e2def7e8b96c90e8b0369501ca0eb9de8ab73ef Binary files /dev/null and b/releases/plg_system_vmAutoParentCategories_v1.3.1.zip differ diff --git a/vmAutoParentCategories.xml b/vmAutoParentCategories.xml index fb421e2343d48f2528a42edfb61ffc9138821d86..b39c109f26d17721ad63d483ce38c50e53c67156 100644 --- a/vmAutoParentCategories.xml +++ b/vmAutoParentCategories.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="utf-8"?> <extension version="2.0" type="plugin" group="system" method="upgrade"> <name>System - VM Auto Parent Categories</name> - <creationDate>2012-12-18</creationDate> + <creationDate>2016-01-01</creationDate> <author>Reinhold Kainhofer</author> - <copyright>Copyright (C) 2012 Reinhold Kainhofer.</copyright> + <copyright>Copyright (C) 2012-2016 Reinhold Kainhofer.</copyright> <license>http://www.gnu.org/licenses/gpl.html GNU/GPL v3+</license> <authorEmail>office@open-tools.net</authorEmail> <authorUrl>http://www.open-tools.net/</authorUrl> - <version>1.3</version> + <version>1.3.1</version> <description>VMAUTOCATEGORIES_DESCRIPTION</description> <files> @@ -56,5 +56,9 @@ </fieldset> </fields> </config> + + <updateservers> + <server type="extension" name="VM Auto Parent Categories Updates"><![CDATA[http://open-tools.net/UpdateServer/index.php?package=Joomla&extension=AutoParentCategories]]></server> + </updateservers> </extension>