<?xml version="1.0" encoding="utf-8"?>
<extension version="3.9.0" type="plugin" group="community" method="upgrade">
	<name>EB Registration History</name>
	<author>Tuan Pham Ngoc</author>
	<creationDate>Aug 2010</creationDate>
	<copyright>joomdonation.com</copyright>
	<license>Commercial</license>
	<authorEmail>contact@joomdonation.com</authorEmail>
	<authorUrl>www.joomdonation.com</authorUrl>
	<version>3.12.1</version>
	<isapplication>true</isapplication>
	<description>
		This plugin is used to show Registration History of a user in his JomSocial Profile
	</description>
	<files>
		<file plugin="eb_registrationhistory">eb_registrationhistory.php</file>		
	</files>	
	<params>
		<param name="coreapp" type="list" default="0" label="Core Application" description="Causes this application to not appearin the users applications list but it will allow this application to appear in the user profile automatically if selected.">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="cache" type="list" default="1" label="Caching" description="Select whether to cache the content of this plugin">
			<option value="1">Yes</option>
			<option value="0">No</option>
		</param>
	</params>
	<config>
		<fields name="params">
			<fieldset name="basic">
				<field name="coreapp" type="list" default="0" label="Core Application" description="Causes this application to not appearin the users applications list but it will allow this application to appear in the user profile automatically if selected.">
					<option value="0">No</option>
					<option value="1">Yes</option>
				</field>
				<field name="cache" type="list" default="1" label="Caching" description="Select whether to cache the content of this plugin">
					<option value="1">Yes</option>
					<option value="0">No</option>
				</field>
			</fieldset>
		</fields>
	</config>		
</extension>
