diff --git a/inc/admin_setting_panel.php b/inc/admin_setting_panel.php index 6be8975..df7ba5b 100644 --- a/inc/admin_setting_panel.php +++ b/inc/admin_setting_panel.php @@ -1302,10 +1302,17 @@ function mep_get_option($option, $section, $default = '') { $options = get_option($section); if (isset($options[$option])) { + if(is_array($options[$option])){ + return $options[$option]; + }else{ return esc_html($options[$option]); + } + } + if(is_array($default)){ + return $default; + }else{ + return esc_html($default); } - - return esc_html($default); } diff --git a/readme.txt b/readme.txt index d8083c6..c526fd5 100644 --- a/readme.txt +++ b/readme.txt @@ -947,4 +947,11 @@ Fixed the Date showing above the ticket type table issue. Link Enabled in FAQ Editor Label Escpaing issue fixed Double Booking issue fixed -20 March 2023* \ No newline at end of file +20 March 2023* + + += 3.8.8= +* Update Release: +Event List Page Broken Issue Fixed +Fatal error warning issue fixed. +21 March 2023* \ No newline at end of file diff --git a/woocommerce-event-press.php b/woocommerce-event-press.php index 1104bd5..908b0ec 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.7 + * Version: 3.8.8 * Author: MagePeople Team * Author URI: http://www.mage-people.com/ * Text Domain: mage-eventpress