forked from agileware/au.com.agileware.civiteams
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
42 lines (42 loc) · 1.46 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
41
42
<?xml version="1.0"?>
<extension key="au.com.agileware.civiteams" type="module">
<file>civiteams</file>
<name>CiviTeams</name>
<description>Adds support functionality for teams of groups to use plugin-defined ACLs</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Agileware</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/agileware/au.com.agileware.civiteams</url>
<url desc="Documentation">https://github.com/agileware/au.com.agileware.civiteams/wiki</url>
<url desc="Support">https://github.com/agileware/au.com.agileware/civiteams/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2024-06-19</releaseDate>
<version>1.2.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.67</ver>
</compatibility>
<comments>
This module only provides a basic framework and UI for creating Teams. A plugin
extension must be installed for Teams to become useful.
</comments>
<civix>
<namespace>CRM/Team</namespace>
<format>23.02.1</format>
</civix>
<mixins>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
</mixins>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<upgrader>CRM_Team_Upgrader</upgrader>
</extension>