Merge pull request #23411 from civicrm/5.50
[civicrm-core.git] / ext / financialacls / info.xml
1 <?xml version="1.0"?>
2 <extension key="financialacls" type="module">
3 <file>financialacls</file>
4 <name>Financial ACLs</name>
5 <description>Implements financial ACLS - may not be disabled without risk of site breakage while in progress</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">http://FIXME</url>
13 <url desc="Documentation">http://FIXME</url>
14 <url desc="Support">http://FIXME</url>
15 <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
16 </urls>
17 <releaseDate>2020-08-27</releaseDate>
18 <version>5.51.alpha1</version>
19 <develStage>stable</develStage>
20 <compatibility>
21 <ver>5.51</ver>
22 </compatibility>
23 <tags>
24 <tag>mgmt:hidden</tag>
25 </tags>
26 <comments>Financial acls - working towards moving this code to the extension from core</comments>
27 <classloader>
28 <psr4 prefix="Civi\" path="Civi"/>
29 </classloader>
30 <mixins>
31 <mixin>setting-php@1.0.0</mixin>
32 </mixins>
33 <civix>
34 <namespace>CRM/Financialacls</namespace>
35 </civix>
36 </extension>