Skip to content
Snippets Groups Projects
Commit e06f6db1 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

V1.3.1: Enable automatic updates through the Joomla updater

parent 6a46cf4d
Branches
Tags
No related merge requests found
BASE=vmAutoParentCategories BASE=vmAutoParentCategories
PLUGINTYPE=system PLUGINTYPE=system
VERSION=1.3 VERSION=1.3.1
PLUGINFILES=$(BASE).php $(BASE).xml index.html PLUGINFILES=$(BASE).php $(BASE).xml index.html
......
File added
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<extension version="2.0" type="plugin" group="system" method="upgrade"> <extension version="2.0" type="plugin" group="system" method="upgrade">
<name>System - VM Auto Parent Categories</name> <name>System - VM Auto Parent Categories</name>
<creationDate>2012-12-18</creationDate> <creationDate>2016-01-01</creationDate>
<author>Reinhold Kainhofer</author> <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> <license>http://www.gnu.org/licenses/gpl.html GNU/GPL v3+</license>
<authorEmail>office@open-tools.net</authorEmail> <authorEmail>office@open-tools.net</authorEmail>
<authorUrl>http://www.open-tools.net/</authorUrl> <authorUrl>http://www.open-tools.net/</authorUrl>
<version>1.3</version> <version>1.3.1</version>
<description>VMAUTOCATEGORIES_DESCRIPTION</description> <description>VMAUTOCATEGORIES_DESCRIPTION</description>
<files> <files>
...@@ -56,5 +56,9 @@ ...@@ -56,5 +56,9 @@
</fieldset> </fieldset>
</fields> </fields>
</config> </config>
<updateservers>
<server type="extension" name="VM Auto Parent Categories Updates"><![CDATA[http://open-tools.net/UpdateServer/index.php?package=Joomla&amp;extension=AutoParentCategories]]></server>
</updateservers>
</extension> </extension>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment