-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
48 lines (48 loc) · 1.7 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
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0"?>
<extension key="appearancemodifier" type="module">
<file>appearancemodifier</file>
<name>Appearance Modifier</name>
<description>Customize the front-end of public event, petition, profile forms, optionally by pre-defined presets</description>
<license>AGPL-3.0</license>
<authors>
<author>
<name>Sandor Semsey</name>
<email>[email protected]</email>
<role>Maintainer</role>
</author>
<author>
<name>akosgarai</name>
<email>[email protected]</email>
<role>Developer</role>
</author>
</authors>
<urls>
<url desc="Main Extension Page">https://github.com/reflexive-communications/appearancemodifier</url>
<url desc="Documentation">https://github.com/reflexive-communications/appearancemodifier</url>
<url desc="Support">https://github.com/reflexive-communications/appearancemodifier/issues</url>
<url desc="Licensing">https://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2024-06-18</releaseDate>
<version>4.3.0</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.45</ver>
</compatibility>
<requires>
<ext>rc-base</ext>
</requires>
<classloader>
<psr0 prefix="CRM_" path=""/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<mixins>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
</mixins>
<upgrader>CRM_Appearancemodifier_Upgrader</upgrader>
<civix>
<namespace>CRM/Appearancemodifier</namespace>
<format>23.02.1</format>
</civix>
</extension>