forked from krd-consulting/ncn-civi-zoom
-
Notifications
You must be signed in to change notification settings - Fork 15
/
info.xml
26 lines (26 loc) · 811 Bytes
/
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
<?xml version="1.1"?>
<extension key="ncn-civi-zoom" type="module">
<file>ncn_civi_zoom</file>
<name>NCN Civirules Actions for Zoom</name>
<description>This module provides Civirules Zoom Actions for Events, including connecting CiviCRM to zoom.</description>
<maintainer>
<author>Rupert Amodia</author>
<email>hello@vedaconsulting.co.uk</email>
</maintainer>
<releaseDate>2021-03-03</releaseDate>
<version>2.6</version>
<requires>
<ext>org.civicoop.civirules</ext>
</requires>
<develStage>beta</develStage>
<compatibility>
<ver>5.0</ver>
</compatibility>
<comments>Made for Nonprofit Centers Network, by KRD</comments>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
<namespace>CRM/NcnCiviZoom</namespace>
</civix>
</extension>