Set version to 5.48.beta2
[civicrm-core.git] / ext / afform / core / info.xml
1 <?xml version="1.0"?>
2 <extension key="org.civicrm.afform" type="module">
3 <file>afform</file>
4 <name>Form Core</name>
5 <description>Core functionality for rendering and processing dynamic forms</description>
6 <license>AGPL-3.0</license>
7 <maintainer>
8 <author>CiviCRM LLC</author>
9 <email>info@civicrm.org</email>
10 </maintainer>
11 <urls>
12 <url desc="Chat">https://chat.civicrm.org/civicrm/channels/dev-afform</url>
13 <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
14 </urls>
15 <releaseDate>2020-01-09</releaseDate>
16 <version>5.48.beta2</version>
17 <develStage>beta</develStage>
18 <compatibility>
19 <ver>5.23</ver>
20 </compatibility>
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>
22 <civix>
23 <namespace>CRM/Afform</namespace>
24 </civix>
25 <classloader>
26 <psr4 prefix="Civi\" path="Civi"/>
27 </classloader>
28 <mixins>
29 <mixin>ang-php@1.0.0</mixin>
30 <mixin>mgd-php@1.0.0</mixin>
31 </mixins>
32 </extension>