-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinfo.xml
More file actions
27 lines (27 loc) · 973 Bytes
/
info.xml
File metadata and controls
27 lines (27 loc) · 973 Bytes
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
<?xml version="1.0"?>
<extension key="com.civifirst.smsinbox" type="module">
<file>smsinbox</file>
<name>SMS Inbox</name>
<description>View and respond to inbound messages. To view, click on Mailings then SMS Inbox.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>John Kirk</author>
<email>john@civifirst.com</email>
</maintainer>
<urls>
<url desc="Main Extension Page">http://github.com/johnff/sms-inbox</url>
<url desc="Documentation">http://github.com/johnff/sms-inbox</url>
<url desc="Support">http://github.com/johnff/sms-inbox</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2017-11-05</releaseDate>
<version>1.0</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.7</ver>
</compatibility>
<comments>Originally made for BedSafe: https://bedsafe.org</comments>
<civix>
<namespace>CRM/Smsinbox</namespace>
</civix>
</extension>