-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
33 lines (33 loc) · 1.23 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
<?xml version="1.0"?>
<extension key="action-provider" type="module">
<file>action_provider</file>
<name>Action Provider</name>
<description>This is a base extension providing an abstract action interface to be used in other extensions.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Jaap Jansma</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://lab.civicrm.org/extensions/action-provider</url>
<url desc="Documentation">https://lab.civicrm.org/extensions/action-provider/wikis/home</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2024-05-07</releaseDate>
<version>1.144-dev</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.37</ver>
</compatibility>
<comments>Funded by CiviCooP, Roparun, Velt, Bosplus, Barnekreftforeningen, Civiservice.de GmbH, Bundesverband Soziokultur e.V., Amnesty International Vlaanderen</comments>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
<namespace>CRM/ActionProvider</namespace>
<format>22.05.2</format>
</civix>
<mixins>
<mixin>[email protected]</mixin>
</mixins>
</extension>