generated from compucorp/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
40 lines (40 loc) · 1.39 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
34
35
36
37
38
39
40
<?xml version="1.0"?>
<extension key="uk.co.compucorp.certificate" type="module">
<file>certificate</file>
<name>uk.co.compucorp.certificate</name>
<description>This extension allows sites administrator to configure certificates and attached them to entities, which can become downloadable when the configured condition for the certificate is met.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Compuco</author>
<email>hello@compuco.io</email>
</maintainer>
<releaseDate>2024-11-07</releaseDate>
<version>2.6.0</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.51</ver>
</compatibility>
<comments>
Supported CiviCRM versions :
- A patched version of CiviCRM 5.39.1 (Download link: https://github.com/compucorp/civicrm-core/releases/download/5.39.1%2Bpatch.9c2c3b/civicrm-5.39.1+patch.9c2c3b.tar.gz)
</comments>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
<psr0 prefix="CRM_" path="."/>
</classloader>
<civix>
<namespace>CRM/Certificate</namespace>
<format>23.02.1</format>
</civix>
<requires>
<ext>uk.co.compucorp.civicase</ext>
<ext>io.compuco.financeextras</ext>
</requires>
<mixins>
<mixin>ang-php@1.0.0</mixin>
<mixin>menu-xml@1.0.0</mixin>
<mixin>smarty-v2@1.0.1</mixin>
<mixin>entity-types-php@1.0.0</mixin>
</mixins>
<upgrader>CRM_Certificate_Upgrader</upgrader>
</extension>