-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
29 lines (29 loc) · 1.32 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="au.com.agileware.scheduledcaserecipients" type="module">
<file>scheduledcaserecipients</file>
<name>Scheduled Reminder Case Recipients</name>
<description>CiviCRM extension to extend Scheduled Reminders to provide ability to send the reminder to particular roles of the Case an Activity is filed against; send a scheduled reminder for Activities filed against Cases with the selected Types and Statuses.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Agileware</author>
<email>support@agileware.com.au</email>
</maintainer>
<urls>
<url desc="Main Extension Page">/~https://github.com/agileware/au.com.agileware.scheduledcaserecipients</url>
<url desc="Documentation">/~https://github.com/agileware/au.com.agileware.scheduledcaserecipients/blob/master/README.md</url>
<url desc="Support">https://agileware.com.au/contact</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-10-25</releaseDate>
<version>1.3</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.0</ver>
</compatibility>
<civix>
<namespace>CRM/Scheduledcaserecipients</namespace>
</civix>
<comments>
Note: This extension currently requires a core patch to work correctly See README.
</comments>
</extension>