| Current Path : /var/www/html/plugins/osmembership/easysocial/ |
| Current File : /var/www/html/plugins/osmembership/easysocial/easysocial.xml |
<?xml version="1.0" encoding="utf-8"?>
<extension version="4.2.0" type="plugin" group="osmembership" method="upgrade">
<name>Membership Pro - Easysocial</name>
<author>Tuan Pham Ngoc</author>
<authorEmail>tuanpn@joomdonation.com</authorEmail>
<authorUrl>https://joomdonation.com</authorUrl>
<copyright>Copyright (C) 2012 - 2026 Ossolution Team</copyright>
<license>GNU General Public License version 3, or later</license>
<creationDate>Nov 2012</creationDate>
<version>4.6.0</version>
<description>This plugin is used to create a EasySocial account and to assign subscriber to EasySocial Groups when
they subscribe to a Subscription Plan in Membership Pro
</description>
<namespace path="src">JoomDonation\MembershipPro\Plugin\MembershipPro\EasySocial</namespace>
<files>
<folder plugin="easysocial">services</folder>
<folder>src</folder>
<folder>tmpl</folder>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.plg_osmembership_easysocial.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<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>