Set version to 5.51.beta2. Retargeg FiveFiftyOne::updateUserJobTable to beta2.
[civicrm-core.git] / ext / afform / mock / info.xml
1 <?xml version="1.0"?>
2 <extension key="org.civicrm.afform-mock" type="module">
3 <file>afform_mock</file>
4 <name>Mock Form Collection</name>
5 <description>(DEVELOPMENT ONLY) List of example forms used for automated testing</description>
6 <license>AGPL-3.0</license>
7 <maintainer>
8 <author>Tim Otten</author>
9 <email>totten@civicrm.org</email>
10 </maintainer>
11 <urls>
12 <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
13 </urls>
14 <releaseDate>2020-01-09</releaseDate>
15 <version>5.51.beta2</version>
16 <tags>
17 <tag>mgmt:hidden</tag>
18 </tags>
19 <develStage>alpha</develStage>
20 <compatibility>
21 <ver>5.51</ver>
22 </compatibility>
23 <requires>
24 <ext>org.civicrm.afform</ext>
25 </requires>
26 <comments>Examples and tests for CiviCRM Afforms.</comments>
27 <mixins>
28 <mixin>ang-php@1.0.0</mixin>
29 </mixins>
30 <civix>
31 <namespace>CRM/AfformMock</namespace>
32 </civix>
33 </extension>