File: /home/centralexf/www/plugins/acymailing/tagsubscriber.xml
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install SYSTEM "http://dev.joomla.org/xml/1.5/plugin-install.dtd">
<install type="plugin" version="1.5" method="upgrade" group="acymailing">
<name>AcyMailing Tag : Subscriber information</name>
<creationDate>juin 2013</creationDate>
<version>4.3.0</version>
<author>Acyba</author>
<authorEmail>dev@acyba.com</authorEmail>
<authorUrl>http://www.acyba.com</authorUrl>
<copyright>Copyright (C) 2009-2013 ACYBA SARL - All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license>
<description>This plugin enables you to add information of the subscriber in your Newsletter</description>
<files>
<filename plugin="tagsubscriber">tagsubscriber.php</filename>
<filename>index.html</filename>
</files>
<params addpath="/components/com_acymailing/params">
<param name="help" type="help" label="Help" description="Click on the help button to get some help" default="plugin-tagsubscriber"/>
<param name="displayfilter_mail" type="radio" default="1" label="Display filter" description="Display the subscriber fields filter on the Newsletter creation interface">
<option value="0">JOOMEXT_NO</option>
<option value="1">JOOMEXT_YES</option>
</param>
</params>
<config>
<fields name="params" addfieldpath="/components/com_acymailing/params">
<fieldset name="basic">
<field name="help" type="help" label="Help" description="Click on the help button to get some help" default="plugin-tagsubscriber"/>
<field name="displayfilter_mail" type="radio" default="1" label="Display filter" description="Display the subscriber fields filter on the Newsletter creation interface">
<option value="0">JOOMEXT_NO</option>
<option value="1">JOOMEXT_YES</option>
</field>
</fieldset>
</fields>
</config>
</install>