-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
executable file
·28 lines (28 loc) · 1010 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
27
28
<?xml version="1.0"?>
<extension key="cc.tadpole.wpcontactupdate" type="module">
<file>wpcontactupdate</file>
<name>Tadpole's Contact Copy Extension</name>
<description>This extension copies data one way - CiviCRM to WP. Profile details First Name, Last Name
and Profile Image</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Kevin Cristiano</author>
<email>kcristiano@tadpole.cc</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://tadpole.cc</url>
<url desc="Documentation">https://tadpole.cc</url>
<url desc="Support">http://tadpole.cc</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2015-04-15</releaseDate>
<version>1.1</version>
<develStage>beta</develStage>
<compatibility>
<ver>4.4 4.5 4.6</ver>
</compatibility>
<comments>This is a new, kinda sorta developed module</comments>
<civix>
<namespace>CRM/Wpcontactupdate</namespace>
</civix>
</extension>