Merge pull request #24117 from civicrm/5.52
[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 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>5.53.alpha1</version>
19 <develStage>stable</develStage>
20 <compatibility>
21 <ver>5.53</ver>
22 </compatibility>
23 <comments>This code has been moved from core to a separate extension in 5.32. Note that if you disable it failed or cancelled contributions will not cause related memberships and participant records to be updated</comments>
24 <classloader>
25 <psr4 prefix="Civi\" path="Civi"/>
26 </classloader>
27 <civix>
28 <namespace>CRM/Contributioncancelactions</namespace>
29 </civix>
30 </extension>