summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ext/api4/info.xml
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-content/plugins/civicrm/civicrm/ext/api4/info.xml')
-rw-r--r--www/crm/wp-content/plugins/civicrm/civicrm/ext/api4/info.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/www/crm/wp-content/plugins/civicrm/civicrm/ext/api4/info.xml b/www/crm/wp-content/plugins/civicrm/civicrm/ext/api4/info.xml
new file mode 100644
index 00000000..4e04b8ef
--- /dev/null
+++ b/www/crm/wp-content/plugins/civicrm/civicrm/ext/api4/info.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<extension key="org.civicrm.api4" type="module">
+ <file>api4</file>
+ <name>API v4</name>
+ <description>Makes version 4 of the CiviCRM API available to other extensions.</description>
+ <license>AGPL-3.0</license>
+ <maintainer>
+ <author>Coleman Watts</author>
+ <email>coleman@civicrm.org</email>
+ </maintainer>
+ <urls>
+ <url desc="Main Extension Page">https://github.com/civicrm/api4</url>
+ <url desc="Documentation">https://wiki.civicrm.org/confluence/display/CRM/API+v4+Spec</url>
+ <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
+ </urls>
+ <releaseDate>2019-05-22</releaseDate>
+ <version>4.4.2</version>
+ <develStage>stable</develStage>
+ <compatibility>
+ <ver>5.13</ver>
+ </compatibility>
+ <comments>This extension does nothing on its own. Install it if other extensions require you to do so.</comments>
+ <classloader>
+ <psr4 prefix="Civi\" path="Civi" />
+ </classloader>
+ <civix>
+ <namespace>CRM/Api4</namespace>
+ </civix>
+</extension>