forked from ginkgostreet/com.ginkgostreet.giftmembership
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
36 lines (36 loc) · 1.29 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
<?xml version="1.0"?>
<extension key="com.ginkgostreet.giftmembership" type="module">
<file>giftmembership</file>
<name>Gift Membership</name>
<description>
Makes gift memberships possible via a public contribution page's honoree
section. The soft-credited contact will be made the owner of the membership.
Administrators can specify which soft credit types trigger the behavior.
Note that the configuration is not form-specific and will trigger regardless
of when or how the membership payment is made. Aside from the administrator's
settings screen, this extension has no interface elements.
</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Ginkgo Street Lab</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Documentation">https://github.com/ginkgostreet/com.ginkgostreet.giftmembership</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2017-10-23</releaseDate>
<version>0.1</version>
<compatibility>
<ver>4.7</ver>
</compatibility>
<comments/>
<civix>
<namespace>CRM/Giftmembership</namespace>
<format>22.05.2</format>
</civix>
<mixins>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
</mixins>
</extension>