<?xml version="1.0" encoding="utf-8"?>
<extension version="4.2.0" type="plugin" group="osmembership" method="upgrade">
    <name>Membership Pro - AcyMailing</name>
    <author>Tuan Pham Ngoc</author>
    <authorEmail>tuanpn@joomdonation.com</authorEmail>
    <authorUrl>https://joomdonation.com</authorUrl>
    <copyright>Copyright (C) 2012 - 2025 Ossolution Team</copyright>
    <license>GNU General Public License version 3, or later</license>
    <creationDate>Feb 2019</creationDate>
    <version>4.3.1</version>
    <description>This plugin is used to Add Subscribers to AcyMailing 6 and ACYMailing 7 when they subscribe for a subscription plan.
    </description>
    <files>
        <filename plugin="acym">acym.php</filename>
        <folder>tmpl</folder>
    </files>
	<languages folder="language">
		<language tag="en-GB">en-GB/en-GB.plg_osmembership_acym.ini</language>		
	</languages>
    <config>
        <fields name="params">
            <fieldset name="basic">
                <field
                        name="subscribe_group_members"
                        type="radio"
                        label="Subscribe Group Members"
                        description="If set to No, group members won't be subscribed to ACYMailing"
                        class="btn-group btn-group-yesno"
                        default="1"
                >
                    <option value="1">JYES</option>
                    <option value="0">JNO</option>
                </field>
                <field
                        name="show_on_frontend"
                        type="radio"
                        label="Show On Frontend"
                        description="If set to Yes, this plugin will be available on frontend add/edit plan form"
                        class="btn-group btn-group-yesno"
                        default="0"
                >
                    <option value="1">JYES</option>
                    <option value="0">JNO</option>
                </field>
            </fieldset>
        </fields>
    </config>
</extension>