-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
executable file
·41 lines (41 loc) · 1.21 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
<?xml version="1.0"?>
<extension key="danube" type="module">
<file>danube</file>
<name>Danube</name>
<description>Danube theme</description>
<license>AGPL-3.0</license>
<authors>
<author>
<name>Patrick Figel</name>
<email>pfigel@greenpeace.org</email>
<role>Maintainer</role>
</author>
</authors>
<urls>
<url desc="Main Extension Page">https://github.com/greenpeace-cee/danube</url>
<url desc="Documentation">https://github.com/greenpeace-cee/danube</url>
<url desc="Support">https://github.com/greenpeace-cee/danube/issues</url>
<url desc="Licensing">https://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2025-02-04</releaseDate>
<version>1.0.0-alpha.1</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.81</ver>
</compatibility>
<comments></comments>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
<namespace>CRM/Danube</namespace>
<format>25.01.1</format>
<angularModule>crmDanube</angularModule>
</civix>
<mixins>
<mixin>mgd-php@1.0.0</mixin>
<mixin>setting-php@1.0.0</mixin>
<mixin>smarty@1.0.3</mixin>
</mixins>
</extension>