Skip to content

Commit

Permalink
Merge pull request #861 from woocommerce/develop
Browse files Browse the repository at this point in the history
Release v1.3.15
  • Loading branch information
ibndawood authored Nov 28, 2023
2 parents 7a7f254 + b732a84 commit 69706ac
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 3 additions & 2 deletions pinterest-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down Expand Up @@ -46,14 +46,15 @@
}

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(
'before_woocommerce_init',
function() {
if ( class_exists( FeaturesUtil::class ) ) {
FeaturesUtil::declare_compatibility( 'custom_order_tables', plugin_basename( __FILE__ ) );
FeaturesUtil::declare_compatibility( 'cart_checkout_blocks', plugin_basename( __FILE__ ) );
}
}
);
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 69706ac

Please sign in to comment.