Skip to content

Commit 8ce9f69

Browse files
authored
Merge pull request #1135 from woocommerce/trunk
Merge back trunk to develop after the release.
2 parents baef5ed + 2c7ee32 commit 8ce9f69

File tree

7 files changed

+15
-7
lines changed

7 files changed

+15
-7
lines changed

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
*** Pinterest for WooCommerce Changelog ***
22

3+
= 1.4.21 - 2025-06-16 =
4+
* Update WP Consent API to affect all tracking with improved architecture.
5+
* [dev] Pin Github actions to immutable references of commits instead of tags.
6+
37
= 1.4.20 - 2025-06-03 =
48
* Tweak - Reenable WP Consent API tracking integration.
59

class-pinterest-for-woocommerce.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ public static function init_tracking() {
335335
/**
336336
* Filters whether to disable tracking based on user consent.
337337
*
338-
* @since x.x.x Added to provide granular user consent control for tracking.
338+
* @since 1.4.21 Added to provide granular user consent control for tracking.
339339
*
340340
* @param bool $disable_tracking Whether to disable tracking due to user consent.
341341
*/

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pinterest-for-woocommerce",
33
"title": "Pinterest for WooCommerce",
44
"description": "Pinterest for WooCommerce",
5-
"version": "1.4.20",
5+
"version": "1.4.21",
66
"main": "gulpfile.js",
77
"repository": {
88
"type": "git",

pinterest-for-woocommerce.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Plugin Name: Pinterest for WooCommerce
1414
* Plugin URI: https://woocommerce.com/products/pinterest-for-woocommerce/
1515
* Description: Grow your business on Pinterest! Use this official plugin to allow shoppers to Pin products while browsing your store, track conversions, and advertise on Pinterest.
16-
* Version: 1.4.20
16+
* Version: 1.4.21
1717
* Author: WooCommerce
1818
* Author URI: https://woocommerce.com
1919
* License: GPL-2.0+
@@ -47,7 +47,7 @@
4747
}
4848

4949
define( 'PINTEREST_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ );
50-
define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.4.20' ); // WRCS: DEFINED_VERSION.
50+
define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.4.21' ); // WRCS: DEFINED_VERSION.
5151

5252
// HPOS compatibility declaration.
5353
add_action(

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: pinterest, woocommerce, marketing, product catalog feed, pixel
44
Requires at least: 5.6
55
Tested up to: 6.8
66
Requires PHP: 7.3
7-
Stable tag: 1.4.20
7+
Stable tag: 1.4.21
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -91,6 +91,10 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
9191

9292
== Changelog ==
9393

94+
= 1.4.21 - 2025-06-16 =
95+
* Update WP Consent API to affect all tracking with improved architecture.
96+
* [dev] Pin Github actions to immutable references of commits instead of tags.
97+
9498
= 1.4.20 - 2025-06-03 =
9599
* Tweak - Reenable WP Consent API tracking integration.
96100

src/WPConsentAPI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ protected function is_wp_consent_api_active(): bool {
4444
* Check if tracking should be disabled based on user marketing consent.
4545
*
4646
* @since 1.4.17
47-
* @since x.x.x Renamed from should_disable_tracking() for clarity.
47+
* @since 1.4.21 Renamed from should_disable_tracking() for clarity.
4848
*
4949
* @return bool
5050
*/

0 commit comments

Comments
 (0)