-
Notifications
You must be signed in to change notification settings - Fork 4
/
info.xml
29 lines (29 loc) · 1.23 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
<?xml version="1.0"?>
<extension key="com.ginkgostreet.negativenegator" type="module">
<file>negativenegator</file>
<name>Negative Negator</name>
<description>A CiviCRM extension that provides form validation to prevent negative values from being entered in Text / Numeric Quantity fields in Price Sets.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Ginkgo Street Labs</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/ginkgostreet/com.ginkgostreet.negativenegator</url>
<url desc="Documentation">https://github.com/ginkgostreet/com.ginkgostreet.negativenegator</url>
<url desc="Support">https://github.com/ginkgostreet/com.ginkgostreet.negativenegator/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2018-11-19</releaseDate>
<version>1.1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.65</ver>
</compatibility>
<comments>
Developed by Ginkgo Street Labs with conceptual direction and funding provided by the National Museum of Mathematics.
</comments>
<civix>
<namespace>CRM/Negativenegator</namespace>
</civix>
</extension>