<?xml version="1.0" encoding="utf-8"?>
<extension version="4.2.0" type="plugin" group="membershipprosms" method="upgrade">
    <name>Membership Pro SMS - Textlocal</name>
    <author>Tuan Pham Ngoc</author>
    <creationDate>October 2020</creationDate>
    <copyright>Copyright (C) 2012 - 2025 Ossolution Team</copyright>
    <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
    <authorEmail>tuanpn@joomdonation.com</authorEmail>
    <authorUrl>https://joomdonation.com</authorUrl>
    <version>4.3.1</version>
    <description>This plugin is used to send SMS Reminder To Membership Pro subscribers using Textlocal SMS Gateway.
    </description>
    <files>
        <filename plugin="textlocal">textlocal.php</filename>
    </files>
    <config>
        <fields name="params">
            <fieldset name="basic">
                <field name="api_key" type="text" size="60" label="API Key"/>
                <field name="sender" type="text" size="60" label="Sender" default="TXTLCL"
                       description="If you have a promotional account, do not send this parameter. If you have a transactional account, use this field to specify the sender name for your message. Sender name must be 6 alpha characters and should be pre-approved by Textlocal. In the absence of approved sender names, use the default 'TXTLCL'"/>
                <field name="prefix" type="text" size="60" default="" label="Default Prefix" description="Prefix will be added to phone number to make number become international format. For example +44 for England" />
            </fieldset>
        </fields>
    </config>
</extension>