Pixel Manager for WooCommerce – Track Google Analytics, Google Ads, Facebook and more - Version 1.27.7

Version Description

24.11.2022

  • Fix: Fixed Google Ads dynamic ID output for custom filters product ID filters.
Download this release

Release Info

Developer alekv
Plugin Icon 128x128 Pixel Manager for WooCommerce – Track Google Analytics, Google Ads, Facebook and more
Version 1.27.7
Comparing to
See all releases

Code changes from version 1.27.6 to 1.27.7

classes/pixels/class-pixel-manager.php CHANGED
@@ -674,7 +674,7 @@ class Pixel_Manager
674
  'conversionIds' => (object) $this->google->get_google_ads_conversion_ids(),
675
  'dynamic_remarketing' => [
676
  'status' => (bool) $this->options_obj->google->ads->dynamic_remarketing,
677
- 'id_type' => Product::get_dyn_r_id_type( 'google' ),
678
  'send_events_with_parent_ids' => apply_filters( 'wpm_send_events_with_parent_ids', apply_filters_deprecated(
679
  'wooptpm_send_events_with_parent_ids',
680
  [ true ],
674
  'conversionIds' => (object) $this->google->get_google_ads_conversion_ids(),
675
  'dynamic_remarketing' => [
676
  'status' => (bool) $this->options_obj->google->ads->dynamic_remarketing,
677
+ 'id_type' => Product::get_dyn_r_id_type( 'google_ads' ),
678
  'send_events_with_parent_ids' => apply_filters( 'wpm_send_events_with_parent_ids', apply_filters_deprecated(
679
  'wooptpm_send_events_with_parent_ids',
680
  [ true ],
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: woocommerce, google analytics, google ads, facebook, conversion tracking,
4
  Requires at least: 3.7
5
  Tested up to: 6.1
6
  Requires PHP: 7.3
7
- Stable tag: 1.27.6
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -221,10 +221,14 @@ You can send the link to the front page of your shop too if you think it would b
221
 
222
  == Changelog ==
223
 
 
 
 
 
224
  = 1.27.6 = 23.11.2022
225
 
226
 
227
- Fix: Fixed an HPOS check for the debug info tab.
228
 
229
  = 1.27.5 = 23.11.2022
230
 
4
  Requires at least: 3.7
5
  Tested up to: 6.1
6
  Requires PHP: 7.3
7
+ Stable tag: 1.27.7
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
221
 
222
  == Changelog ==
223
 
224
+ = 1.27.7 = 24.11.2022
225
+
226
+ * Fix: Fixed Google Ads dynamic ID output for custom filters product ID filters.
227
+
228
  = 1.27.6 = 23.11.2022
229
 
230
 
231
+ * Fix: Fixed an HPOS check for the debug info tab.
232
 
233
  = 1.27.5 = 23.11.2022
234
 
wgact.php CHANGED
@@ -10,7 +10,7 @@
10
  * Developer URI: https://sweetcode.com
11
  * Text Domain: woocommerce-google-adwords-conversion-tracking-tag
12
  * Domain path: /languages
13
- * * Version: 1.27.6
14
  *
15
  * WC requires at least: 3.7
16
  * WC tested up to: 7.1
@@ -19,7 +19,7 @@
19
  * License URI: http://www.gnu.org/licenses/gpl-3.0.html
20
  *
21
  **/
22
- const WPM_CURRENT_VERSION = '1.27.6' ;
23
  // TODO add option checkbox on uninstall and ask if user wants to delete options from db
24
 
25
  if ( !defined( 'ABSPATH' ) ) {
10
  * Developer URI: https://sweetcode.com
11
  * Text Domain: woocommerce-google-adwords-conversion-tracking-tag
12
  * Domain path: /languages
13
+ * * Version: 1.27.7
14
  *
15
  * WC requires at least: 3.7
16
  * WC tested up to: 7.1
19
  * License URI: http://www.gnu.org/licenses/gpl-3.0.html
20
  *
21
  **/
22
+ const WPM_CURRENT_VERSION = '1.27.7' ;
23
  // TODO add option checkbox on uninstall and ask if user wants to delete options from db
24
 
25
  if ( !defined( 'ABSPATH' ) ) {