<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<?xml-stylesheet type="text/xsl" href="modx.prosilver.en.xsl"?>
<!--For security purposes, please check: http
://www.phpbb.com/mods/ for the latest version of this MOD. Although MODs are checked before being allowed in the MODs Database there is no guarantee that there are no security problems within the MOD. No support will be given for MODs not found within the MODs Database which can be found at http://www.phpbb.com/mods/-->
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://www.phpbb.com/mods/xml/modx-1.2.6.xsd">
	<header>
		<license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>
		
		<title lang="en">Sortables CAPTCHA Plugin for subsilver2</title>
		
		<description lang="en">This is the install file for subsilver2 (based) styles.</description>
		
		<author-group>
			<author>
				<username>Derky</username>
				<homepage>http://www.derky.nl/</homepage>
				<contributions-group>
					<contributions status="current" position="Developer" />
				</contributions-group>
			</author>
		</author-group>
		
		<mod-version>1.0.5</mod-version>
		
		<installation>
			<level>easy</level>
			<time>60</time>
			<target-version>3.0.12</target-version>
		</installation>

		<history>
			<entry>
				<date>2011-02-10</date>
				<rev-version>1.0.2</rev-version>
				<changelog lang="en">
					<change>Added subsilver2 support</change>
					<change>Use {T_SUPER_TEMPLATE_PATH} for loading Javascript files in inherited templates</change>
					<change>jQuery update</change>
				</changelog>
			</entry>
			<entry>
				<date>2012-12-03</date>
				<rev-version>1.0.4</rev-version>
				<changelog lang="en">
					<change>Touch devices support (iPhone, iPad, Android, etc)</change>
				</changelog>
			</entry>
			
			<entry>
				<date>2014-08-23</date>
				<rev-version>1.0.5</rev-version>
				<changelog lang="en">
					<change>Add custom CSS class 'sortables_captcha_box' for easier customisation</change>
					<change>Update jQuery to 1.11.1, jQuery UI to 1.11.1 and jQuery UI Touch Punch to 0.2.3</change>
				</changelog>
			</entry>
			
		</history>
		
		<link-group>
			<link type="parent" href="../install_sortables_captcha_plugin.xml" lang="en">Main install file</link>
		</link-group>
				
	</header>
	
	<action-group>
		<copy>
			<file from="root/styles/subsilver2/template/captcha_sortables.html" to="styles/subsilver2/template/captcha_sortables.html" />
			<file from="root/styles/subsilver2/template/js/*.*" to="styles/subsilver2/template/js/*.*" />
		</copy>
		
		<diy-instructions lang="en">Go to the Administration Control Panel > Styles > Templates > And refresh subsilver2</diy-instructions>
	</action-group>
</mod>