-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.xml
More file actions
48 lines (48 loc) · 1.59 KB
/
info.xml
File metadata and controls
48 lines (48 loc) · 1.59 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0"?>
<extension key="webhook-admin" type="module">
<file>webhook</file>
<name>Webhooks</name>
<description>Registers webhook listener applications</description>
<license>AGPL-3.0</license>
<authors>
<author>
<name>Sandor Semsey</name>
<email>sandor@es-progress.hu</email>
<role>Maintainer</role>
</author>
<author>
<name>akosgarai</name>
<email>szlem01@gmail.com</email>
<role>Developer</role>
</author>
</authors>
<urls>
<url desc="Main Extension Page">https://github.com/reflexive-communications/webhook-admin</url>
<url desc="Documentation">https://github.com/reflexive-communications/webhook-admin</url>
<url desc="Support">https://github.com/reflexive-communications/webhook-admin/issues</url>
<url desc="Licensing">https://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2026-02-01</releaseDate>
<version>4.1.2</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.76</ver>
</compatibility>
<requires>
<ext>rc-base</ext>
</requires>
<classloader>
<psr0 prefix="CRM_" path=""/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<mixins>
<mixin>entity-types-php@2</mixin>
<mixin>menu-xml@1</mixin>
<mixin>smarty@1</mixin>
</mixins>
<upgrader>CiviMix\Schema\Webhook\AutomaticUpgrader</upgrader>
<civix>
<namespace>CRM/Webhook</namespace>
<format>24.09.1</format>
</civix>
</extension>