Merge pull request #22317 from civicrm/5.45
[civicrm-core.git] / ext / eventcart / info.xml
CommitLineData
77458d26 1<?xml version="1.0"?>
2<extension key="eventcart" type="module">
3 <file>eventcart</file>
685bf3d2 4 <name>Event Cart</name>
5 <description>This feature allows users to register for more than one event at a time. When enabled, users will add event(s) to a "cart" and then pay for them all at once. Enabling this setting will affect online registration for all active events.</description>
77458d26 6 <license>AGPL-3.0</license>
7 <maintainer>
8 <author>CiviCRM</author>
9 <email>info@civicrm.org</email>
10 </maintainer>
11 <urls>
685bf3d2 12 <url desc="Main Extension Page">https://github.com/civicrm/civicrm-core/tree/master/ext/eventcart</url>
77458d26 13 <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
14 </urls>
685bf3d2 15 <releaseDate>2020-08-03</releaseDate>
c3170cf9 16 <version>5.46.alpha1</version>
685bf3d2 17 <tags>
18 <tag>mgmt:hidden</tag>
19 </tags>
20 <develStage>stable</develStage>
77458d26 21 <compatibility>
685bf3d2 22 <ver>5.29</ver>
77458d26 23 </compatibility>
77458d26 24 <classloader>
25 <psr4 prefix="Civi\" path="Civi"/>
26 </classloader>
e6159eb5 27 <mixins>
708c2541 28 <mixin>menu-xml@1.0.0</mixin>
e6159eb5
TO
29 <mixin>setting-php@1.0.0</mixin>
30 </mixins>
77458d26 31 <civix>
685bf3d2 32 <namespace>CRM/Event/Cart</namespace>
77458d26 33 </civix>
34</extension>