-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathinfo.xml
31 lines (31 loc) · 1.55 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
<?xml version="1.0"?>
<extension key="com.aghstrategies.giftmemberships" type="module">
<file>giftmemberships</file>
<name>Gift Memberships</name>
<description>This extension allows people to purchase gift memberships through a price set, generates redemption codes and can redeem the code to create a new membership</description>
<urls>
<url desc="Licensing">http://civicrm.org/licensing</url>
<url desc="Support">http://aghstrategies.com</url>
<url desc="Documentation">https://civicrm.org/extensions/gift-memberships</url>
<url desc="Main Extension Page">https://civicrm.org/extensions/gift-memberships</url>
</urls>
<license>AGPL-3.0</license>
<maintainer>
<author>Tyrell Cook</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2015-10-12</releaseDate>
<version>1.3</version>
<documentation>https://civicrm.org/extensions/gift-memberships</documentation>
<develStage>stable</develStage>
<compatibility>
<ver>4.6</ver>
<ver>4.7</ver>
<ver>5.x</ver>
</compatibility>
<downloadUrl>https://github.com/relldoesphp/com.aghstrategies.giftmemberships/archive/master.zip</downloadUrl>
<comments>In order to use this extension you will need to create two contribution pages. A page where you purchase gift memberships using a priceset that uses gift membership fields and a page where you redeem your memberhsip with a priceset that uses a gift redeem price field. For more please refer to the README.md file</comments>
<civix>
<namespace>CRM/Giftmemberships</namespace>
</civix>
</extension>