Merge pull request #24117 from civicrm/5.52
[civicrm-core.git] / ext / afform / core / info.xml
CommitLineData
66aa0f5e
TO
1<?xml version="1.0"?>
2<extension key="org.civicrm.afform" type="module">
3 <file>afform</file>
bde42e50
CW
4 <name>Form Core</name>
5 <description>Core functionality for rendering and processing dynamic forms</description>
66aa0f5e
TO
6 <license>AGPL-3.0</license>
7 <maintainer>
8 <author>CiviCRM LLC</author>
9 <email>info@civicrm.org</email>
10 </maintainer>
11 <urls>
bde42e50 12 <url desc="Chat">https://chat.civicrm.org/civicrm/channels/dev-afform</url>
66aa0f5e
TO
13 <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
14 </urls>
c697cf5f 15 <releaseDate>2020-01-09</releaseDate>
e2f863c9 16 <version>5.53.alpha1</version>
51cf2875 17 <develStage>beta</develStage>
66aa0f5e 18 <compatibility>
e2f863c9 19 <ver>5.53</ver>
66aa0f5e 20 </compatibility>
bde42e50 21 <comments>The Form Core extension is required to use any dynamic form. To administer and edit forms, also install the Form Builder extension.</comments>
66aa0f5e
TO
22 <civix>
23 <namespace>CRM/Afform</namespace>
24 </civix>
97aa04c9 25 <classloader>
ae9ff85a 26 <psr4 prefix="Civi\" path="Civi"/>
97aa04c9 27 </classloader>
4744cdae
CW
28 <requires>
29 <ext>authx</ext>
30 </requires>
ee322efc
TO
31 <mixins>
32 <mixin>ang-php@1.0.0</mixin>
e443ab0c 33 <mixin>mgd-php@1.1.0</mixin>
ee322efc 34 </mixins>
66aa0f5e 35</extension>