-
Notifications
You must be signed in to change notification settings - Fork 1
/
info.xml
26 lines (26 loc) · 970 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
<?xml version="1.0"?>
<extension key="be.chiro.civi.idcache" type="module">
<file>idcache</file>
<name>ID cache</name>
<description>A cache for ID's of your custom CiviCRM entities.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Chirojeugd-Vlaanderen vzw</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/Chirojeugd-Vlaanderen/idcache</url>
<url desc="Documentation">https://github.com/Chirojeugd-Vlaanderen/idcache</url>
<url desc="Support">https://github.com/Chirojeugd-Vlaanderen/idcache</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2018-01-22</releaseDate>
<version>1.1.1</version>
<compatibility>
<ver>4.7</ver>
</compatibility>
<comments>Use the CiviCRM cache to store and retrieve entity IDs.</comments>
<civix>
<namespace>CRM/IdCache</namespace>
</civix>
</extension>