Merge pull request #18748 from eileenmcnaughton/log
[civicrm-core.git] / ext / contributioncancelactions / info.xml
1 <?xml version="1.0"?>
2 <extension key="contributioncancelactions" type="module">
3 <file>contributioncancelactions</file>
4 <name>Contribution cancel actions</name>
5 <description>This extension cancels memberships, participation records, and pledge payments when the related contribution is cancelled.</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://civicrm.org</url>
13 <url desc="Documentation">http://civicrm.org</url>
14 <url desc="Support">http://civicrm.org</url>
15 <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
16 </urls>
17 <releaseDate>2020-10-12</releaseDate>
18 <version>1.0</version>
19 <develStage>stable</develStage>
20 <compatibility>
21 <ver>5.32</ver>
22 </compatibility>
23 <tags>
24 <tag>mgmt:hidden</tag>
25 </tags>
26 <comments>This code has been moved from core to a separate extension in 5.32</comments>
27 <classloader>
28 <psr4 prefix="Civi\" path="Civi"/>
29 </classloader>
30 <civix>
31 <namespace>CRM/Contributioncancelactions</namespace>
32 </civix>
33 </extension>