-
Notifications
You must be signed in to change notification settings - Fork 1
/
info.xml
executable file
·33 lines (33 loc) · 1.15 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="uk.compucorp.civicrm.amazonsns" type="module">
<file>amazonsns</file>
<name>amazonsns</name>
<description>This Amazon SNS integration extension allows delivering of Short Message Service (SMS) messages to mobile phones using Amazon Simple Notification Service, a web service that coordinates and manages the delivery of messages to subscribing endpoints or clients.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Compucorp Ltd.</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Documentation">https://github.com/compucorp/civicrm-aws-sns-sms/blob/master/README.md</url>
</urls>
<releaseDate>2023-01-29</releaseDate>
<version>2.0.0</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.38</ver>
</compatibility>
<comments/>
<civix>
<namespace>CRM/Amazonsns</namespace>
<format>23.02.1</format>
</civix>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<upgrader>CRM_Amazonsns_Upgrader</upgrader>
<mixins>
<mixin>[email protected]</mixin>
</mixins>
</extension>