-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathinfo.xml
29 lines (29 loc) · 1.09 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="nz.co.fuzion.innodbtriggers" type="module">
<file>innodbtriggers</file>
<name>INNODB triggers</name>
<description>Converts the files managed by triggers to INNODB and indexes them</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Eileen McNaughton</author>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/eileenmcnaughton/nz.co.fuzion.innodbtriggers</url>
<url desc="Documentation">https://docs.civicrm.org/sysadmin/en/latest/setup/logging</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2022-12-05</releaseDate>
<version>1.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.56</ver>
</compatibility>
<comments>Requires logging pages currently targetted at 4.7.5. If log tables already exist run civicrm-api setting.updatelogtables</comments>
<civix>
<namespace>CRM/Innodbtriggers</namespace>
<format>23.02.1</format>
</civix>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
</extension>