Set version to 5.47.alpha1
[civicrm-core.git] / ext / legacycustomsearches / info.xml
1 <?xml version="1.0"?>
2 <extension key="legacycustomsearches" type="module">
3 <file>legacycustomsearches</file>
4 <name>Custom search framework</name>
5 <description>Custom search framework for legacy style custom search</description>
6 <license>AGPL-3.0</license>
7 <maintainer>
8 <author>CiviCRM</author>
9 <email>info@civicrm.org</email>
10 </maintainer>
11 <urls>
12 <url desc="Main Extension Page">http://FIXME</url>
13 <url desc="Documentation">http://FIXME</url>
14 <url desc="Support">http://FIXME</url>
15 <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
16 </urls>
17 <releaseDate>2021-07-25</releaseDate>
18 <version>5.47.alpha1</version>
19 <develStage>stable</develStage>
20 <tags>
21 <tag>mgmt:hidden</tag>
22 </tags>
23 <compatibility>
24 <ver>5.40</ver>
25 </compatibility>
26 <comments>This is hidden on install to give extensions that require it time to add it to their requires and to allow us to get it out of GroupContact load</comments>
27 <classloader>
28 <psr0 prefix="CRM_" path=""/>
29 <psr4 prefix="Civi\" path="Civi"/>
30 </classloader>
31 <mixins>
32 <mixin>menu-xml@1.0.0</mixin>
33 </mixins>
34 <civix>
35 <namespace>CRM/Legacycustomsearches</namespace>
36 </civix>
37 </extension>