Merge pull request #19539 from eileenmcnaughton/repeat_fin
[civicrm-core.git] / ext / financialacls / info.xml
CommitLineData
e7339d59 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>1.0</version>
19 <develStage>stable</develStage>
20 <compatibility>
21 <ver>5.30</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 <civix>
31 <namespace>CRM/Financialacls</namespace>
32 </civix>
33</extension>