-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
40 lines (40 loc) · 1.4 KB
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0"?>
<extension key="org.project60.sepaterminatemandates" type="module">
<file>sepaterminatemandates</file>
<name>SEPA Terminate Mandates</name>
<description>Terminate mandates automatically based on a set of criteria or with a search.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Jaap Jansma</author>
<email>jaap.jansma@civicoop.org</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/Project60/org.project60.sepaterminatemandates</url>
<url desc="Documentation">https://github.com/Project60/org.project60.sepaterminatemandates/blob/main/README.md</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2023-03-02</releaseDate>
<version>1.1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.37</ver>
</compatibility>
<comments>Funded by Amnesty Vlaanderen</comments>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
<psr0 prefix="CRM_" path="."/>
</classloader>
<civix>
<namespace>CRM/Sepaterminatemandates</namespace>
<format>22.12.1</format>
<angularModule>crmSepaterminatemandates</angularModule>
</civix>
<mixins>
<mixin>mgd-php@1.0.0</mixin>
<mixin>setting-php@1.0.0</mixin>
</mixins>
<requires>
<ext>org.project60.sepa</ext>
</requires>
<upgrader>CRM_Sepaterminatemandates_Upgrader</upgrader>
</extension>