Set version to 5.51.beta2. Retargeg FiveFiftyOne::updateUserJobTable to beta2.
[civicrm-core.git] / ext / recaptcha / info.xml
1 <?xml version="1.0"?>
2 <extension key="recaptcha" type="module">
3 <file>recaptcha</file>
4 <name>reCAPTCHA</name>
5 <description>Uses the Google reCAPTCHA web service to improve the CAPTCHA system. It is tough on bots and easy on humans.</description>
6 <license>AGPL-3.0</license>
7 <maintainer>
8 <author>CiviCRM</author>
9 <email>info@civicrm.org</email>
10 </maintainer>
11 <urls>
12 <url desc="Main Extension Page">https://github.com/civicrm/civicrm-core/tree/master/ext/recaptcha</url>
13 <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
14 </urls>
15 <releaseDate>2021-04-03</releaseDate>
16 <version>5.51.beta2</version>
17 <tags>
18 <tag>mgmt:hidden</tag>
19 </tags>
20 <develStage>stable</develStage>
21 <compatibility>
22 <ver>5.51</ver>
23 </compatibility>
24 <classloader>
25 <psr4 prefix="Civi\" path="Civi"/>
26 </classloader>
27 <mixins>
28 <mixin>menu-xml@1.0.0</mixin>
29 <mixin>setting-php@1.0.0</mixin>
30 </mixins>
31 <civix>
32 <namespace>CRM/Recaptcha</namespace>
33 </civix>
34 </extension>