version 3.8.3 released
This commit is contained in:
parent
4e6c64f2b4
commit
bbff2795be
|
@ -34,8 +34,10 @@ if (post_password_required()) {
|
||||||
<?php
|
<?php
|
||||||
if (!class_exists('WC_Bundles')) {
|
if (!class_exists('WC_Bundles')) {
|
||||||
if (!class_exists('WEPOF_Extra_Product_Options')) {
|
if (!class_exists('WEPOF_Extra_Product_Options')) {
|
||||||
if (!class_exists('WC_Advanced_Country_Restrictions_Dist')) {
|
if (!class_exists('WC_Advanced_Country_Restrictions_Dist')) {
|
||||||
|
if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) {
|
||||||
do_action('woocommerce_before_single_product');
|
do_action('woocommerce_before_single_product');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
12
readme.txt
12
readme.txt
|
@ -2,8 +2,8 @@
|
||||||
Contributors: magepeopleteam, aamahin
|
Contributors: magepeopleteam, aamahin
|
||||||
Tags: event, woocomerce events manager, events manager, Wordpress Events plugin, Events plugin, wp events
|
Tags: event, woocomerce events manager, events manager, Wordpress Events plugin, Events plugin, wp events
|
||||||
Requires at least: 5.3
|
Requires at least: 5.3
|
||||||
Stable tag: 3.8.2
|
Stable tag: 3.8.3
|
||||||
Version: 3.8.2
|
Version: 3.8.3
|
||||||
Tested up to: 6.1
|
Tested up to: 6.1
|
||||||
WC requires at least: 3.0
|
WC requires at least: 3.0
|
||||||
WC tested up to: 6.5
|
WC tested up to: 6.5
|
||||||
|
@ -927,4 +927,10 @@ Bug fixed
|
||||||
Event Sorting by event title added in Event Settings Page
|
Event Sorting by event title added in Event Settings Page
|
||||||
Expired Event show or not in calendar settings added in Event Settings Page.
|
Expired Event show or not in calendar settings added in Event Settings Page.
|
||||||
Bug fixed.
|
Bug fixed.
|
||||||
01 Feb 2023*
|
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 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.2
|
* Version: 3.8.3
|
||||||
* 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