-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.xml
More file actions
47 lines (47 loc) · 1.64 KB
/
Copy pathinfo.xml
File metadata and controls
47 lines (47 loc) · 1.64 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
<?xml version="1.0"?>
<extension key="com.skvare.checkalert" type="module">
<file>checkalert</file>
<name>Manage System Alert</name>
<description>Lets a site administrator permanently suppress named System Status Check alerts (from core or any other extension) so they never appear again, instead of only being able to snooze them once they fire.</description>
<license>AGPL-3.0</license>
<authors>
<author>
<name>Skvare</name>
<email>info@skvare.com</email>
<role>Maintainer</role>
</author>
<author>
<name>Sunil Pawar</name>
<email>sunil@skvare.com</email>
<role>Developer</role>
</author>
</authors>
<urls>
<url desc="Main Extension Page">https://github.com/skvare/com.skvare.checkalert</url>
<url desc="Documentation">https://github.com/skvare/com.skvare.checkalert</url>
<url desc="Support">https://github.com/skvare/com.skvare.checkalert/issues</url>
<url desc="Licensing">https://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2026-07-28</releaseDate>
<version>1.0.2</version>
<develStage>alpha</develStage>
<compatibility>
<ver>6.10</ver>
</compatibility>
<comments>Administer > System Settings > Check Alert Settings</comments>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
<namespace>CRM/Checkalert</namespace>
<format>25.01.1</format>
<angularModule>crmCheckalert</angularModule>
</civix>
<mixins>
<mixin>mgd-php@1.0.0</mixin>
<mixin>setting-php@1.0.0</mixin>
<mixin>smarty@1.0.3</mixin>
<mixin>menu-xml@1.0.0</mixin>
</mixins>
</extension>