Merge pull request #18684 from eileenmcnaughton/block
[civicrm-core.git] / ext / search / info.xml
1 <?xml version="1.0"?>
2 <extension key="org.civicrm.search" type="module">
3 <file>search</file>
4 <name>Search Kit</name>
5 <description>Create searches for a wide variety of CiviCRM entities</description>
6 <license>AGPL-3.0</license>
7 <maintainer>
8 <author>Coleman Watts</author>
9 <email>coleman@civicrm.org</email>
10 </maintainer>
11 <urls>
12 <url desc="Chat">https://chat.civicrm.org/civicrm/channels/search-improvements</url>
13 <url desc="Issues">https://lab.civicrm.org/dev/report/-/issues</url>
14 <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
15 </urls>
16 <releaseDate>2020-11-07</releaseDate>
17 <version>1.0.beta1</version>
18 <develStage>beta</develStage>
19 <compatibility>
20 <ver>5.31</ver>
21 </compatibility>
22 <comments>This extension is still in beta. Click on the chat link above to discuss development, report problems or ask questions.</comments>
23 <classloader>
24 <psr4 prefix="Civi\" path="Civi"/>
25 </classloader>
26 <civix>
27 <namespace>CRM/Search</namespace>
28 </civix>
29 </extension>