forked from Kajakaran/org.civicoop.civirules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
31 lines (31 loc) · 989 Bytes
/
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
<?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://github.com/CiviCooP/org.civicoop.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>2018-05-23</releaseDate>
<version>1.23</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.4</ver>
<ver>4.6</ver>
<ver>4.7</ver>
<ver>5.0</ver>
<ver>5.1</ver>
</compatibility>
<comments>This extension is in production</comments>
<civix>
<namespace>CRM/Civirules</namespace>
</civix>
</extension>