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

V1.5: Joomla 2.5 needs the update server script to end in .xml...

parent 7df699b5
No related branches found
No related tags found
No related merge requests found
BASE=nametheprice BASE=nametheprice
PLUGINTYPE=vmcustom PLUGINTYPE=vmcustom
VERSION=1.4 VERSION=1.5
FILEBASE=opentools_vm FILEBASE=opentools_vm
PLUGINFILES=$(BASE).php $(BASE).script.php $(BASE).xml index.html PLUGINFILES=$(BASE).php $(BASE).script.php $(BASE).xml index.html
......
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<extension version="2.5" type="plugin" group="vmcustom" method="upgrade"> <extension version="2.5" type="plugin" group="vmcustom" method="upgrade">
<name>VMCUSTOM_NAMETHEPRICE</name> <name>VMCUSTOM_NAMETHEPRICE</name>
<creationDate>2013-03-02</creationDate> <creationDate>2016-01-01</creationDate>
<author>Reinhold Kainhofer</author> <author>Reinhold Kainhofer</author>
<authorUrl>http://www.open-tools.net/</authorUrl> <authorUrl>http://www.open-tools.net/</authorUrl>
<copyright>Copyright (C) 2013-2014 Reinhold Kainhofer. All rights reserved.</copyright> <copyright>Copyright (C) 2013-2014 Reinhold Kainhofer. All rights reserved.</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>
<version>1.4</version> <version>1.5</version>
<description>VMCUSTOM_NAMETHEPRICE_DESC</description> <description>VMCUSTOM_NAMETHEPRICE_DESC</description>
<files> <files>
<filename plugin="nametheprice">nametheprice.php</filename> <filename plugin="nametheprice">nametheprice.php</filename>
...@@ -27,4 +27,9 @@ ...@@ -27,4 +27,9 @@
<params addpath="/administrator/components/com_virtuemart/elements"> <params addpath="/administrator/components/com_virtuemart/elements">
<param type="vmjpluginwarning" /> <param type="vmjpluginwarning" />
</params> </params>
<updateservers>
<server type="extension" name="VM Name the Price Updates"><![CDATA[http://open-tools.net/UpdateServer/index.php?package=Joomla&amp;extension=NameThePrice&amp;file=extension.xml]]></server>
</updateservers>
</extension> </extension>
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment