-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.xml
More file actions
42 lines (42 loc) · 1.57 KB
/
info.xml
File metadata and controls
42 lines (42 loc) · 1.57 KB
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
41
42
<?xml version="1.0"?>
<extension key="io.compuco.paymentprocessingcore" type="module">
<file>paymentprocessingcore</file>
<name>Payment Processing Core</name>
<description>Generic payment processing infrastructure for CiviCRM - shared logic for payment attempts, webhooks, and contribution completion/failure handling across multiple payment processors</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Compuco</author>
<email>hello@compuco.io</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/compucorp/io.compuco.paymentprocessingcore</url>
<url desc="Documentation">https://github.com/compucorp/io.compuco.paymentprocessingcore/blob/master/README.md</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2026-04-03</releaseDate>
<version>7.0.0-beta1</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.75</ver>
</compatibility>
<comments>
Supported CiviCRM versions:
- CiviCRM 5.75+ (backport)
- CiviCRM 6.4.1+ (originally targeted)</comments>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
<psr0 prefix="CRM_" path="."/>
</classloader>
<civix>
<namespace>CRM/Paymentprocessingcore</namespace>
<format>25.10.2</format>
</civix>
<mixins>
<mixin>menu-xml@1.0.0</mixin>
<mixin>mgd-php@2.0.0</mixin>
<mixin>entity-types-php@2.0.0</mixin>
<mixin>smarty@1.0.3</mixin>
<mixin>scan-classes@1.0.0</mixin>
</mixins>
<upgrader>CiviMix\Schema\Paymentprocessingcore\AutomaticUpgrader</upgrader>
</extension>