-
Notifications
You must be signed in to change notification settings - Fork 6
/
info.xml
34 lines (34 loc) · 1.19 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"?>
<extension key="com.joineryhq.profcond" type="module">
<file>profcond</file>
<name>Profile Conditionals</name>
<description>Adds support for dynamic in-page behaviors based on changes to form fields in CiviCRM forms, including showing/hiding form elements and setting field values.</description>
<license>GPL-3.0</license>
<maintainer>
<author>Allen Shaw</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/twomice/com.joineryhq.profcond</url>
<url desc="Documentation">https://twomice.github.io/com.joineryhq.profcond/</url>
<url desc="Support">https://github.com/twomice/com.joineryhq.profcond/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/gpl-3.0.html</url>
</urls>
<releaseDate>2024-07-10</releaseDate>
<version>1.7.1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.27</ver>
</compatibility>
<comments/>
<civix>
<namespace>CRM/Profcond</namespace>
<format>23.02.1</format>
</civix>
<mixins>
<mixin>[email protected]</mixin>
</mixins>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
</extension>