version 3.8.5 released
This commit is contained in:
parent
9a982068f7
commit
6b95af09c0
|
@ -33,7 +33,7 @@ if (!function_exists('mep_event_ticket_type_loop_list_html')) {
|
||||||
|
|
||||||
foreach ($mep_event_ticket_type as $field) {
|
foreach ($mep_event_ticket_type as $field) {
|
||||||
// echo get_post_meta($post_id, $event_expire_on, true);
|
// 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_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';
|
$ticket_type = array_key_exists('option_qty_t_type',$field) ? $field['option_qty_t_type'] : 'input';
|
||||||
|
|
|
@ -934,3 +934,9 @@ Bug fixed.
|
||||||
* Update Release:
|
* Update Release:
|
||||||
Fix the Conflict between WooCommerce Google Analytics Integration in event single page.
|
Fix the Conflict between WooCommerce Google Analytics Integration in event single page.
|
||||||
08 Feb 2023*
|
08 Feb 2023*
|
||||||
|
|
||||||
|
|
||||||
|
= 3.8.5=
|
||||||
|
* Update Release:
|
||||||
|
Fixed the Date showing above the ticket type table issue.
|
||||||
|
03 March 2023*
|
|
@ -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.8.4
|
* Version: 3.8.5
|
||||||
* 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
|
||||||
|
|
Loading…
Reference in New Issue