forked from systopia/de.systopia.osm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
32 lines (32 loc) · 1.01 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
<?xml version="1.0"?>
<extension key="de.systopia.osm" type="module">
<file>osm</file>
<name>OpenStreetMap Geocoding</name>
<description>OpenStreetMap Geocoding provider</description>
<license>AGPLv3</license>
<maintainer>
<author>SYSTOPIA</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2024-05-08</releaseDate>
<version>1.6.0</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.0</ver>
</compatibility>
<urls>
<url desc="Main Extension Page">https://github.com/systopia/de.systopia.osm</url>
<url desc="Documentation">https://github.com/systopia/de.systopia.osm</url>
<url desc="Support">https://github.com/systopia/de.systopia.osm/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<comments/>
<civix>
<namespace>CRM/Osm</namespace>
<format>23.02.1</format>
</civix>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
</extension>