-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinfo.xml
24 lines (24 loc) · 921 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
<?xml version="1.0"?>
<extension key="org.woolman.genderselfidentify" type="module">
<file>genderselfidentify</file>
<name>Gender Self-Identify</name>
<description>A more inclusive way to input gender in CiviCRM.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Coleman Watts</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://civicrm.org/extensions/gender-self-identify</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-06-12</releaseDate>
<version>1.2.1</version>
<compatibility>
<ver>5.0</ver>
</compatibility>
<comments>There are no configuration options for this extension. Simply install it and users will be able to enter gender in an unrestricted way.</comments>
<civix>
<namespace>CRM/Genderselfidentify</namespace>
</civix>
</extension>