<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="xmlrpc">
	<name>XML-RPC - J Admin Mobile</name>
	<version>1.4.1</version>
	<creationDate>2009/09/14</creationDate>
	<author>Covert Apps</author>
	<authorEmail>support@covertapps.com</authorEmail>
	<authorUrl>http://www.covertapps.com</authorUrl>
	<copyright>Covert Apps</copyright>
	<license>Covert Apps</license>
	<description>XML-RPC to access J Admin Mobile functionality. Please ensure that you have enabled "Web Services" for your site. This can be found in Site->Global Configuration, in the System tab.</description>
	<files>
		<filename plugin="jadminmobile">jadminmobile.php</filename>
		<filename>jadminmobile/assets/cmsmarketconnect/cmsmarketconnect.php</filename>
		<filename>jadminmobile/assets/cmsmarketconnect/cmsmconnect_logo.png</filename>
		<filename>jadminmobile/assets/cmsmarketconnect/index.html</filename>
		<filename>jadminmobile/assets/cmsmarketconnect/template.php</filename>
	</files>
	<params addpath="/plugins/xmlrpc/jadminmobile/assets/cmsmarketconnect">
		<param name="jadminmobile" label="Version Information" description="Up to date version, support, and review information from CMS Market." type="cmsmarketconnect" />
		<param name="minusergroup" type="usergroup" label="Minimum User Group" description="Only users in the given user group and above will be able to access data using the plugin." default="25" />
		<param name="debug" type="radio" label="Debug" description="Turn this on to provide more debug information in the case of an invalid response." default="0">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
		<param name="loadplugins" type="list" label="Load Plugins" description="Change this if you need to load the legacy plugin or all system plugins.  Some extensions (authentication for example) require that these plugins are loaded." default="none">
			<option value="none">None</option>
			<option value="legacyonly">Legacy Only</option>
			<option value="allsystem">All System</option>
		</param>
		<param name="spacer" type="spacer" label="" description="" default="0" />
		<param name="create_users_gid" type="usergroup" label="Create New Users" description="Sets the minimum level to be able to create new users. Please Note: A user is never allowed to upgrade a user beyond their own user level." default="25">
		</param>
	</params>
</install>
