<?xml version="1.0" encoding="utf-8"?>
<extension version="1.6" type="plugin" group="search" method="upgrade">
	<name>plg_search_gcalendar</name>
	<author>G4J Project</author>
	<creationDate>Apr 2012</creationDate>
	<copyright>This extension is released under the GNU/GPL License.
	</copyright>
	<license>http://www.gnu.org/copyleft/gpl.html
		GNU/GPL</license>
	<authorEmail>info@g4j.laoneo.net
	</authorEmail>
	<authorUrl>g4j.laoneo.net</authorUrl>
	<version>2.7.0</version>
	<description>PLG_SEARCH_GCALENDAR_XML_DESCRIPTION</description>
	<files>
		<filename plugin="gcalendar">gcalendar.php</filename>
		<folder>language</folder>
	</files>
	<config>
		<fields name="params" addfieldpath="/administrator/components/com_gcalendar/models/fields">
			<fieldset name="basic">
				<field name="calendarids" type="gcalendar" default="" multiple="true"
					label="PLG_SEARCH_GCALENDAR_FIELD_CALENDAR_IDS_LABEL"
					description="PLG_SEARCH_GCALENDAR_FIELD_CALENDAR_IDS_DESC" />
				<field name="search_limit" type="text" size="5" default="50"
					label="PLG_SEARCH_GCALENDAR_FIELD_LIMIT_LABEL" description="PLG_SEARCH_GCALENDAR_FIELD_LIMIT_DESC" />
				<field name="pastevents" type="radio" default="1" label="PLG_SEARCH_GCALENDAR_FIELD_PAST_EVENTS_LABEL"
					description="PLG_SEARCH_GCALENDAR_FIELD_PAST_EVENTS_DESC">
					<option value="0">PLG_SEARCH_GCALENDAR_FIELD_PAST_EVENTS_NO</option>
					<option value="1">PLG_SEARCH_GCALENDAR_FIELD_PAST_EVENTS_YES</option>
				</field>
			</fieldset>
		</fields>
	</config>
</extension>