Merge pull request #24117 from civicrm/5.52
[civicrm-core.git] / ext / contributioncancelactions / info.xml
CommitLineData
c00edb21 1<?xml version="1.0"?>
2<extension key="contributioncancelactions" type="module">
3 <file>contributioncancelactions</file>
4 <name>Contribution cancel actions</name>
dc097f1f 5 <description>This extension cancels memberships, participation records when the related contribution is cancelled.</description>
c00edb21 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>
e2f863c9 18 <version>5.53.alpha1</version>
c00edb21 19 <develStage>stable</develStage>
20 <compatibility>
e2f863c9 21 <ver>5.53</ver>
c00edb21 22 </compatibility>
dc097f1f 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>
c00edb21 24 <classloader>
25 <psr4 prefix="Civi\" path="Civi"/>
26 </classloader>
27 <civix>
28 <namespace>CRM/Contributioncancelactions</namespace>
29 </civix>
30</extension>