-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathinfo.xml
35 lines (35 loc) · 1.15 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
<?xml version="1.0"?>
<extension key="ca.bidon.pcpteams" type="module">
<file>pcpteams</file>
<name>Personal Campaign Teams</name>
<description>Allows Personal Campaign Pages to be part of teams, with a common objective as well as an individual page for each member.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Mathieu Lutfy</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://lab.civicrm.org/extensions/pcpteams</url>
<url desc="Support">https://lab.civicrm.org/extensions/pcpteams/-/issues</url>
<url desc="Licensing">https://civicrm.org/license</url>
</urls>
<releaseDate>2024-08-28</releaseDate>
<version>1.5.0</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.70</ver>
</compatibility>
<civix>
<namespace>CRM/Pcpteams</namespace>
<format>23.02.1</format>
</civix>
<mixins>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
</mixins>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<upgrader>CRM_Pcpteams_Upgrader</upgrader>
</extension>