Skip to content

Commit 6aaaa64

Browse files
authored
Merge pull request #1094 from woocommerce/release/1.4.14
Release 1.4.14
2 parents 84055d5 + 741db19 commit 6aaaa64

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

changelog.txt

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

3+
= 1.4.14 - 2024-12-18 =
4+
* Tweak - WC 9.5 compatibility.
5+
36
= 1.4.13 - 2024-12-04 =
47
* Add - Admin notice of a failed Pinterest account status.
58
* Update - Do not disconnect on the Action Scheduler action failure.

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.13",
5+
"version": "1.4.14",
66
"main": "gulpfile.js",
77
"repository": {
88
"type": "git",

pinterest-for-woocommerce.php

Lines changed: 3 additions & 3 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.13
16+
* Version: 1.4.14
1717
* Author: WooCommerce
1818
* Author URI: https://woocommerce.com
1919
* License: GPL-2.0+
@@ -27,7 +27,7 @@
2727
* Requires PHP: 7.4
2828
*
2929
* WC requires at least: 6.3
30-
* WC tested up to: 9.4
30+
* WC tested up to: 9.5
3131
*/
3232

3333
/**
@@ -47,7 +47,7 @@
4747
}
4848

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

5252
// HPOS compatibility declaration.
5353
add_action(

readme.txt

Lines changed: 4 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.7
66
Requires PHP: 7.3
7-
Stable tag: 1.4.13
7+
Stable tag: 1.4.14
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

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

9292
== Changelog ==
9393

94+
= 1.4.14 - 2024-12-18 =
95+
* Tweak - WC 9.5 compatibility.
96+
9497
= 1.4.13 - 2024-12-04 =
9598
* Add - Admin notice of a failed Pinterest account status.
9699
* Update - Do not disconnect on the Action Scheduler action failure.

0 commit comments

Comments
 (0)