Files
2026-02-08 21:16:11 +01:00

1 line
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<extension version="3" type="plugin" group="captcha" method="upgrade">
<name>Captcha - Simplecaptcha</name>
<creationDate>15/12/2016</creationDate>
<author>Sandro</author>
<authorEmail>sandro@actiaweb.com</authorEmail>
<authorUrl>http://www.actiaweb.com/</authorUrl>
<copyright>Copyright 2016</copyright>
<license>License, for example GNU/GPL</license>
<version>2.0</version>
<description>Simple Captcha Joomla</description>
<files>
<filename plugin="simplecaptcha">simplecaptcha.php</filename>
<filename>index.html</filename>
<folder>language</folder></files>
<languages>
<language tag="en-GB">language/en-GB.plg_captcha_simplecaptcha.ini</language>
<language tag="fr-FR">language/fr-FR.plg_captcha_simplecaptcha.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field name="note" type="note" default="" description="PLG_SIMPLECAPTCHA" label=""/>
<field name="question" type="text" default="" description="PLG_SIMPLECAPTCHA_QUESTION" label="PLG_SIMPLECAPTCHA_QUESTION"/>
<field name="response" type="text" default="" description="PLG_SIMPLECAPTCHA_RESPONSE" label="PLG_SIMPLECAPTCHA_RESPONSE"/>
<field name="classquestion" type="text" default="" description="PLG_SIMPLECAPTCHA_QUESTION_CLASS" label="PLG_SIMPLECAPTCHA_QUESTION_CLASS"/>
<field name="classresponse" type="text" default="" description="PLG_SIMPLECAPTCHA_RESPONSE_CLASS" label="PLG_SIMPLECAPTCHA_RESPONSE_CLASS"/>
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" name="suggest update">http://www.actiaweb.com/activ/phocadownload/plg_simplecaptcha/manifest.xml</server>
</updateservers>
</extension>