forked from civicrm/org.civicrm.module.cividiscount
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
34 lines (34 loc) · 1.1 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
<?xml version="1.0" encoding="utf-8"?>
<extension key="org.civicrm.module.cividiscount" type="module">
<file>cividiscount</file>
<name>CiviDiscount Module Extension</name>
<description>Enables discount codes and automatic discounts for events and memberships.</description>
<urls>
<url desc="Main Extension Page">
http://civicrm.org/extension/cividiscount-extension
</url>
<url desc="Documentation">
https://github.com/dlobo/org.civicrm.module.cividiscount/
</url>
<url desc="Support">http://forum.civicrm.org/index.php?topic=24759.0</url>
<url desc="Licensing">http://civicrm.org/licensing</url>
</urls>
<license>AGPL</license>
<maintainer>
<author>CiviCRM LLC</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2015-06-10</releaseDate>
<version>3.1</version>
<compatibility>
<ver>4.5</ver>
<ver>4.6</ver>
<ver>4.7</ver>
</compatibility>
<comments>
For support, please contact the team on the forums. (http://forum.civicrm.org)
</comments>
<civix>
<namespace>CRM/CiviDiscount</namespace>
</civix>
</extension>