-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinfo.xml
29 lines (29 loc) · 1.04 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
<?xml version="1.0"?>
<extension key="com.chrishardie.slacknotifications" type="module">
<file>slacknotifications</file>
<name>Slack Notifications</name>
<description>Slack Notifications for CiviCRM object activity</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Chris Hardie</author>
<email>chris@chrishardie.com</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/ChrisHardie/civicrm-slack-notifications</url>
<url desc="Documentation">https://github.com/ChrisHardie/civicrm-slack-notifications</url>
<url desc="Support">https://github.com/ChrisHardie/civicrm-slack-notifications/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-04-20</releaseDate>
<version>0.2</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.0</ver>
</compatibility>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
<namespace>CRM/Slacknotifications</namespace>
</civix>
</extension>