version 3.8.3 released
This commit is contained in:
parent
4e6c64f2b4
commit
bbff2795be
|
@ -35,10 +35,12 @@ if (post_password_required()) {
|
|||
if (!class_exists('WC_Bundles')) {
|
||||
if (!class_exists('WEPOF_Extra_Product_Options')) {
|
||||
if (!class_exists('WC_Advanced_Country_Restrictions_Dist')) {
|
||||
if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) {
|
||||
do_action('woocommerce_before_single_product');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
$theme_name = "/themes/$_current_template";
|
||||
require_once(mep_template_file_path($theme_name));
|
||||
if (comments_open() || get_comments_number()) {
|
||||
|
|
10
readme.txt
10
readme.txt
|
@ -2,8 +2,8 @@
|
|||
Contributors: magepeopleteam, aamahin
|
||||
Tags: event, woocomerce events manager, events manager, Wordpress Events plugin, Events plugin, wp events
|
||||
Requires at least: 5.3
|
||||
Stable tag: 3.8.2
|
||||
Version: 3.8.2
|
||||
Stable tag: 3.8.3
|
||||
Version: 3.8.3
|
||||
Tested up to: 6.1
|
||||
WC requires at least: 3.0
|
||||
WC tested up to: 6.5
|
||||
|
@ -928,3 +928,9 @@ Event Sorting by event title added in Event Settings Page
|
|||
Expired Event show or not in calendar settings added in Event Settings Page.
|
||||
Bug fixed.
|
||||
01 Feb 2023*
|
||||
|
||||
|
||||
= 3.8.3=
|
||||
* Update Release:
|
||||
Fix the Conflict between WooCommerce Google Analytics Integration in event single page.
|
||||
08 Feb 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.2
|
||||
* Version: 3.8.3
|
||||
* Author: MagePeople Team
|
||||
* Author URI: http://www.mage-people.com/
|
||||
* Text Domain: mage-eventpress
|
||||
|
|
Loading…
Reference in New Issue