From 81ea5ea1fab00fcc0b47c339e91e7ddf223752bb Mon Sep 17 00:00:00 2001 From: Kader Ibrahim S Date: Tue, 28 Nov 2023 12:01:55 +0530 Subject: [PATCH 1/2] Product version bump update --- package-lock.json | 2 +- package.json | 2 +- pinterest-for-woocommerce.php | 4 ++-- readme.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 970bcb21..86bea0a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pinterest-for-woocommerce", - "version": "1.3.14", + "version": "1.3.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a9468ffd..39b7ae98 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.3.14", + "version": "1.3.15", "main": "gulpfile.js", "repository": { "type": "git", diff --git a/pinterest-for-woocommerce.php b/pinterest-for-woocommerce.php index 72482711..6e727c2c 100644 --- a/pinterest-for-woocommerce.php +++ b/pinterest-for-woocommerce.php @@ -13,7 +13,7 @@ * Plugin Name: Pinterest for WooCommerce * Plugin URI: https://woo.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.3.14 + * Version: 1.3.15 * Author: WooCommerce * Author URI: https://woo.com * License: GPL-2.0+ @@ -46,7 +46,7 @@ } define( 'PINTEREST_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ ); -define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.3.14' ); // WRCS: DEFINED_VERSION. +define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.3.15' ); // WRCS: DEFINED_VERSION. // HPOS compatibility declaration. add_action( diff --git a/readme.txt b/readme.txt index bfa49fba..8a429043 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: woocommerce, pinterest, advertise Requires at least: 5.6 Tested up to: 6.4 Requires PHP: 7.3 -Stable tag: 1.3.14 +Stable tag: 1.3.15 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html From 85118643549bfe1da65c2758d20d0e0de4949709 Mon Sep 17 00:00:00 2001 From: Kader Ibrahim S Date: Tue, 28 Nov 2023 12:02:04 +0530 Subject: [PATCH 2/2] Changelog update --- changelog.txt | 3 +++ readme.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/changelog.txt b/changelog.txt index 011d8600..648a87b9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ *** Pinterest for WooCommerce Changelog *** += 1.3.15 - 2023-11-28 = +* Add - Compatibility with the Cart and Checkout blocks. + = 1.3.14 - 2023-11-14 = * Tweak - Add Pinterest businesses API exception handling. diff --git a/readme.txt b/readme.txt index 8a429043..f6332fda 100644 --- a/readme.txt +++ b/readme.txt @@ -91,6 +91,9 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](hhttps: == Changelog == += 1.3.15 - 2023-11-28 = +* Add - Compatibility with the Cart and Checkout blocks. + = 1.3.14 - 2023-11-14 = * Tweak - Add Pinterest businesses API exception handling.