version 3.8.9
This commit is contained in:
parent
bf3eab2f7b
commit
83c828c042
|
@ -1305,13 +1305,13 @@ function mep_get_option($option, $section, $default = '') {
|
|||
if(is_array($options[$option])){
|
||||
return $options[$option];
|
||||
}else{
|
||||
return esc_html($options[$option]);
|
||||
return wp_kses_post($options[$option]);
|
||||
}
|
||||
}
|
||||
if(is_array($default)){
|
||||
return $default;
|
||||
}else{
|
||||
return esc_html($default);
|
||||
return wp_kses_post($default);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -954,4 +954,10 @@ Double Booking issue fixed
|
|||
* Update Release:
|
||||
Event List Page Broken Issue Fixed
|
||||
Fatal error warning issue fixed.
|
||||
21 March 2023*
|
||||
21 March 2023*
|
||||
|
||||
|
||||
= 3.8.9=
|
||||
* Update Release:
|
||||
Email & PDF Text Format issue fixed
|
||||
23 March 2023*
|
|
@ -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.8
|
||||
* Version: 3.8.9
|
||||
* Author: MagePeople Team
|
||||
* Author URI: http://www.mage-people.com/
|
||||
* Text Domain: mage-eventpress
|
||||
|
|
Loading…
Reference in New Issue