-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.xml
30 lines (30 loc) · 888 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
25
26
27
28
29
30
<?xml version="1.0"?>
<extension key="com.ixiam.modules.countrymanager" type="module">
<file>countrymanager</file>
<name>CiviCRM Country Manager</name>
<description>Manage world regions, countries and states</description>
<license>GPLv3</license>
<maintainer>
<author>Ruben Pineda</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2014-12-15</releaseDate>
<version>1.0</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.27</ver>
</compatibility>
<comments>Manage world regions, countries and states</comments>
<civix>
<namespace>CRM/Countrymanager</namespace>
<format>23.02.1</format>
</civix>
<mixins>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
</mixins>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
</extension>