From 6b95af09c0567dc9925e9d386484c9fdfd9b3dab Mon Sep 17 00:00:00 2001 From: magepeopleteam Date: Fri, 3 Mar 2023 03:56:40 +0000 Subject: [PATCH] version 3.8.5 released --- inc/template-prts/event_ticket_type_loop_list.php | 2 +- readme.txt | 8 +++++++- woocommerce-event-press.php | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/inc/template-prts/event_ticket_type_loop_list.php b/inc/template-prts/event_ticket_type_loop_list.php index 8e6cae0..966ebfb 100644 --- a/inc/template-prts/event_ticket_type_loop_list.php +++ b/inc/template-prts/event_ticket_type_loop_list.php @@ -33,7 +33,7 @@ if (!function_exists('mep_event_ticket_type_loop_list_html')) { foreach ($mep_event_ticket_type as $field) { // echo get_post_meta($post_id, $event_expire_on, true); - echo $current_time = apply_filters('mep_ticket_current_time',current_time('Y-m-d H:i'),get_post_meta($post_id, $event_expire_on, true),$post_id); + $current_time = apply_filters('mep_ticket_current_time',current_time('Y-m-d H:i'),get_post_meta($post_id, $event_expire_on, true),$post_id); $ticket_type_name = array_key_exists('option_name_t',$field) ? mep_remove_apostopie($field['option_name_t']) : ''; $ticket_type = array_key_exists('option_qty_t_type',$field) ? $field['option_qty_t_type'] : 'input'; diff --git a/readme.txt b/readme.txt index 2ee13d6..be2ca0c 100644 --- a/readme.txt +++ b/readme.txt @@ -933,4 +933,10 @@ Bug fixed. = 3.8.3= * Update Release: Fix the Conflict between WooCommerce Google Analytics Integration in event single page. -08 Feb 2023* \ No newline at end of file +08 Feb 2023* + + += 3.8.5= +* Update Release: +Fixed the Date showing above the ticket type table issue. +03 March 2023* \ No newline at end of file diff --git a/woocommerce-event-press.php b/woocommerce-event-press.php index b4f2c63..4cfeaad 100644 --- a/woocommerce-event-press.php +++ b/woocommerce-event-press.php @@ -3,7 +3,7 @@ * Plugin Name: Event Manager and Tickets Selling Plugin for WooCommerce * Plugin URI: http://mage-people.com * Description: A Complete Event Solution for WordPress by MagePeople.. - * Version: 3.8.4 + * Version: 3.8.5 * Author: MagePeople Team * Author URI: http://www.mage-people.com/ * Text Domain: mage-eventpress