From 1ccb84531ffaec0bd57c97f9b830f7a313f14e9e Mon Sep 17 00:00:00 2001 From: Justin Palmer <228780+layoutd@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:45:05 +0100 Subject: [PATCH 1/2] woorelease: Product version bump update --- package-lock.json | 2 +- package.json | 2 +- pinterest-for-woocommerce.php | 8 ++++---- readme.txt | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 688ed7ad..cec77765 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pinterest-for-woocommerce", - "version": "1.4.11", + "version": "1.4.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d5fbc213..8f71f21c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pinterest-for-woocommerce", "title": "Pinterest for WooCommerce", "description": "Pinterest for WooCommerce", - "version": "1.4.11", + "version": "1.4.12", "main": "gulpfile.js", "repository": { "type": "git", diff --git a/pinterest-for-woocommerce.php b/pinterest-for-woocommerce.php index 93fe2c73..862389c6 100644 --- a/pinterest-for-woocommerce.php +++ b/pinterest-for-woocommerce.php @@ -13,7 +13,7 @@ * Plugin Name: Pinterest for WooCommerce * Plugin URI: https://woocommerce.com/products/pinterest-for-woocommerce/ * 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. - * Version: 1.4.11 + * Version: 1.4.12 * Author: WooCommerce * Author URI: https://woocommerce.com * License: GPL-2.0+ @@ -23,11 +23,11 @@ * Requires Plugins: woocommerce * * Requires at least: 5.6 - * Tested up to: 6.6 + * Tested up to: 6.7 * Requires PHP: 7.4 * * WC requires at least: 6.3 - * WC tested up to: 9.3 + * WC tested up to: 9.4 */ /** @@ -47,7 +47,7 @@ } define( 'PINTEREST_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ ); -define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.4.11' ); // WRCS: DEFINED_VERSION. +define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.4.12' ); // WRCS: DEFINED_VERSION. // HPOS compatibility declaration. add_action( diff --git a/readme.txt b/readme.txt index 1646b51c..ccde7426 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: automattic, pinterest, woocommerce Tags: pinterest, woocommerce, marketing, product catalog feed, pixel Requires at least: 5.6 -Tested up to: 6.6 +Tested up to: 6.7 Requires PHP: 7.3 -Stable tag: 1.4.11 +Stable tag: 1.4.12 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html From fb567c82d6f76d8b28c66e39704d90c23a27f674 Mon Sep 17 00:00:00 2001 From: Justin Palmer <228780+layoutd@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:45:59 +0100 Subject: [PATCH 2/2] woorelease: Changelog update --- changelog.txt | 4 ++++ readme.txt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/changelog.txt b/changelog.txt index 32be82d6..587f0fe0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,9 @@ *** Pinterest for WooCommerce Changelog *** += 1.4.12 - 2024-11-07 = +* Tweak - WC 9.4 compatibility. +* Tweak - WP 6.7 compatibility. + = 1.4.11 - 2024-10-23 = * Add - API method to get commerce integration. * Add - Commerce Integration `partner_metadata` weekly sync. diff --git a/readme.txt b/readme.txt index ccde7426..8727d7d7 100644 --- a/readme.txt +++ b/readme.txt @@ -91,6 +91,10 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/ == Changelog == += 1.4.12 - 2024-11-07 = +* Tweak - WC 9.4 compatibility. +* Tweak - WP 6.7 compatibility. + = 1.4.11 - 2024-10-23 = * Add - API method to get commerce integration. * Add - Commerce Integration `partner_metadata` weekly sync.