v 4.0.0 release

This commit is contained in:
magepeopleteam 2023-08-09 07:12:52 +00:00
parent 438872ed09
commit 894003e6ba
3 changed files with 14 additions and 10 deletions

View File

@ -418,13 +418,13 @@ add_shortcode('event-add-cart-section', 'mep_event_add_to_cart_section');
function mep_event_add_to_cart_section($atts, $content = null) function mep_event_add_to_cart_section($atts, $content = null)
{ {
$defaults = array( $defaults = array(
"event" => "0", "event" => "0",
"cart-btn-label" => __( 'Register For This Event', 'mage-eventpress' ), "cart-btn-label" => __( 'Register For This Event', 'mage-eventpress' ),
"ticket-label" => __( 'Ticket Type', 'mage-eventpress' ), "ticket-label" => __( 'Ticket Type', 'mage-eventpress' ),
"extra-service-label" => __( 'Extra Service', 'mage-eventpress' ) "extra-service-label" => __( 'Extra Service', 'mage-eventpress' )
); );
$params = shortcode_atts($defaults, $atts); $params = shortcode_atts($defaults, $atts);
$event = $params['event']; $event = $params['event'];
ob_start(); ob_start();
if($event > 0){ if($event > 0){
echo mep_shortcode_add_cart_section_html($event,$params); echo mep_shortcode_add_cart_section_html($event,$params);

View File

@ -2,9 +2,9 @@
Contributors: magepeopleteam, aamahin Contributors: magepeopleteam, aamahin
Tags: event, woocomerce events manager, events manager, Wordpress Events plugin, Events plugin, wp events Tags: event, woocomerce events manager, events manager, Wordpress Events plugin, Events plugin, wp events
Requires at least: 5.3 Requires at least: 5.3
Stable tag: 3.9.9 Stable tag: 4.0.0
Version: 3.9.9 Version: 4.0.0
Tested up to: 6.2 Tested up to: 6.3
WC requires at least: 3.0 WC requires at least: 3.0
WC tested up to: 6.5 WC tested up to: 6.5
Requires PHP: 7.0 Requires PHP: 7.0
@ -365,6 +365,10 @@ A. you can create support ticket here with problem details with possible screens
== Changelog == == Changelog ==
= 4.0.0 =
* Bug Fixed.
09 Aug 2023*
= 3.9.9 = = 3.9.9 =
* Broken issue fixed in Virtual Template * Broken issue fixed in Virtual Template
* Bug Fixed. * Bug Fixed.

View File

@ -3,7 +3,7 @@
* Plugin Name: Event Manager and Tickets Selling Plugin for WooCommerce * Plugin Name: Event Manager and Tickets Selling Plugin for WooCommerce
* Plugin URI: http://mage-people.com * Plugin URI: http://mage-people.com
* Description: A Complete Event Solution for WordPress by MagePeople.. * Description: A Complete Event Solution for WordPress by MagePeople..
* Version: 3.9.9 * Version: 4.0.0
* Author: MagePeople Team * Author: MagePeople Team
* Author URI: http://www.mage-people.com/ * Author URI: http://www.mage-people.com/
* Text Domain: mage-eventpress * Text Domain: mage-eventpress