| Current Path : /home/bijouxly/www/plugins/system/vmLoaderPluginUpdate/ |
| Current File : /home/bijouxly/www/plugins/system/vmLoaderPluginUpdate/vmLoaderPluginUpdate.xml |
<?xml version="1.0" encoding="utf-8"?> <extension version="2.0" type="plugin" group="system" method="upgrade"> <name>VM Framework Loader during Plugin Updates</name> <creationDate>2017-08-06</creationDate> <author>Reinhold Kainhofer</author> <copyright>Copyright (C) 2017 Reinhold Kainhofer.</copyright> <license>http://www.gnu.org/licenses/gpl.html GNU/GPL v3+</license> <authorEmail>office@open-tools.net</authorEmail> <authorUrl>http://www.virtuemart.net/</authorUrl> <version>1.0</version> <description>Makes sure the VirtueMart framework is loaded during automatic plugin updates using Joomla's plugin updater.</description> <files> <filename plugin="vmLoaderPluginUpdate">vmLoaderPluginUpdate.php</filename> </files> <config> <fields name="params"> <fieldset name="restrictions"> <field name="comuserredirect" type="radio" default="1" label="VMSYSTEM_COMUSER_REDIRECT" extension="com_virtuemart" description="VMSYSTEM_COMUSER_REDIRECT_TIP"> <option value="0">COM_VIRTUEMART_NO</option> <option value="1">COM_VIRTUEMART_YES</option> </field> </fieldset> </fields> </config> <updateservers> <server type="extension" name="VM Framework Loader during Plugin Updates"><![CDATA[http://virtuemart.net/releases/vm3/plg_system_vmLoaderPluginUpdate_update.xml]]></server> </updateservers> </extension>