Set version to 5.51.beta2. Retargeg FiveFiftyOne::updateUserJobTable to beta2.
[civicrm-core.git] / ext / eventcart / info.xml
1 <?xml version="1.0"?>
2 <extension key="eventcart" type="module">
3 <file>eventcart</file>
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>
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">https://github.com/civicrm/civicrm-core/tree/master/ext/eventcart</url>
13 <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
14 </urls>
15 <releaseDate>2020-08-03</releaseDate>
16 <version>5.51.beta2</version>
17 <tags>
18 <tag>mgmt:hidden</tag>
19 </tags>
20 <develStage>stable</develStage>
21 <compatibility>
22 <ver>5.51</ver>
23 </compatibility>
24 <classloader>
25 <psr4 prefix="Civi\" path="Civi"/>
26 </classloader>
27 <mixins>
28 <mixin>menu-xml@1.0.0</mixin>
29 <mixin>setting-php@1.0.0</mixin>
30 </mixins>
31 <civix>
32 <namespace>CRM/Event/Cart</namespace>
33 </civix>
34 </extension>