forked from Kajakaran/org.civicoop.civirules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
38 lines (38 loc) · 1.18 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
36
37
38
<?xml version="1.0"?>
<extension key="org.civicoop.civirules" type="module">
<file>civirules</file>
<name>CiviRules</name>
<description>Native CiviCRM extension CiviRules</description>
<license>AGPL-3.0</license>
<urls>
<url desc="Main Extension Page">https://lab.civicrm.org/extensions/civirules</url>
<url desc="Documentation">https://docs.civicrm.org/civirules/en/latest</url>
<url desc="Support">http://www.civicoop.org</url>
<url desc="Licensing">http://civicrm.org/licensing</url>
</urls>
<maintainer>
<author>CiviCooP</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2024-08-27</releaseDate>
<version>3.12</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.49</ver>
</compatibility>
<civix>
<namespace>CRM/Civirules</namespace>
<format>23.02.1</format>
</civix>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<mixins>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
</mixins>
<upgrader>CRM_Civirules_Upgrader</upgrader>
</extension>