<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="system" method="upgrade">
	<name>System - RSForm! Pro Joomla! Captcha</name>
	<author>RSJoomla!</author>
	<creationDate>May 2016</creationDate>
	<copyright>(C) 2007-2022 www.rsjoomla.com</copyright>
	<license>GNU General Public License</license>
	<authorEmail>support@rsjoomla.com</authorEmail>
	<authorUrl>www.rsjoomla.com</authorUrl>
	<version>3.1.1</version>
	<description><![CDATA[PLG_SYSTEM_RSFPJOOMLACAPTCHA_DESC]]></description>
	<scriptfile>script.php</scriptfile>
	
	<updateservers>
        <server type="extension" priority="1" name="RSForm! Pro - Joomla! Captcha Plugin">https://www.rsjoomla.com/updates/com_rsform/Plugins/plg_joomlacaptcha.xml</server>
    </updateservers>
	
	<install>
		<sql>
			<file driver="mysql" charset="utf8">sql/mysql/install.sql</file>
		</sql>
	</install>
	<uninstall>
		<sql>
			<file driver="mysql" charset="utf8">sql/mysql/uninstall.sql</file>
		</sql>
	</uninstall>

	<files>
		<folder>sql</folder>
		<filename plugin="rsfpjoomlacaptcha">rsfpjoomlacaptcha.php</filename>
		<filename>index.html</filename>
	</files>
	<languages folder="language">
		<language tag="en-GB">en-GB/en-GB.plg_system_rsfpjoomlacaptcha.ini</language>
		<language tag="en-GB">en-GB/en-GB.plg_system_rsfpjoomlacaptcha.sys.ini</language>
	</languages>
</extension>