-
Notifications
You must be signed in to change notification settings - Fork 5
/
info.xml
31 lines (31 loc) · 1.05 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
<?xml version="1.0"?>
<extension key="de.systopia.gdprx" type="module">
<file>gdprx</file>
<name>GPDR Extension</name>
<description>Toolkit to help you comply with the GDPR</description>
<license>AGPL-3.0</license>
<maintainer>
<author>SYSTOPIA</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/systopia/de.systopia.gdprx</url>
<url desc="Documentation">https://github.com/systopia/de.systopia.gdprx</url>
<url desc="Support">https://github.com/systopia/de.systopia.gdprx/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2024-10-07</releaseDate>
<version>0.7.0</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.29</ver>
</compatibility>
<requires/>
<comments>See https://en.wikipedia.org/wiki/General_Data_Protection_Regulation</comments>
<classloader>
<psr4 prefix="Civi\" path="Civi" />
</classloader>
<civix>
<namespace>CRM/Gdprx</namespace>
</civix>
</extension>