<?xml version="1.0" encoding="utf-8"?>
<extension version="3.1" type="plugin" group="user" method="upgrade">
    <name>User - Membership Pro</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>Sept 2015</creationDate>
    <version>4.3.1</version>
    <description>This plugin is used to add users to a subscription plan (usually a free plan) when they sign up via
        Joomla core.
    </description>
    <files>
        <filename plugin="osmembership">osmembership.php</filename>
    </files>
    <config>
        <fields name="params">
            <fieldset name="basic" addfieldpath="/administrator/components/com_osmembership/model/fields">
                <field name="plan_id" type="osmplan" size="3" default="0" label="Plan"
                       description="Select Plan which you want users to subscribed to automatically when register for a Joomla user account"/>
            </fieldset>
        </fields>
    </config>
</extension>