Skip to content

Commit

Permalink
Merge pull request #1063 from woocommerce/release/1.4.8
Browse files Browse the repository at this point in the history
Release/1.4.8
  • Loading branch information
joelclimbsthings authored Aug 29, 2024
2 parents c1b58f4 + 72eeebd commit 0b3a517
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
*** Pinterest for WooCommerce Changelog ***

= 1.4.8 - 2024-08-29 =
* Fix - Detect no product error in the page_visit tracking.
* Release/1.4.7.

= 1.4.7 - 2024-08-26 =
* Add - Adding admin notice in case of feed deletion error.
* Add - Call to disconnect from Pinterest on deactivation.
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.4.7",
"version": "1.4.8",
"main": "gulpfile.js",
"repository": {
"type": "git",
Expand Down
4 changes: 2 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://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.7
* Version: 1.4.8
* Author: WooCommerce
* Author URI: https://woocommerce.com
* License: GPL-2.0+
Expand Down Expand Up @@ -47,7 +47,7 @@
}

define( 'PINTEREST_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ );
define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.4.7' ); // WRCS: DEFINED_VERSION.
define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.4.8' ); // WRCS: DEFINED_VERSION.

// HPOS compatibility declaration.
add_action(
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: pinterest, woocommerce, marketing, product catalog feed, pixel
Requires at least: 5.6
Tested up to: 6.6
Requires PHP: 7.3
Stable tag: 1.4.7
Stable tag: 1.4.8
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.4.8 - 2024-08-29 =
* Fix - Detect no product error in the page_visit tracking.
* Release/1.4.7.

= 1.4.7 - 2024-08-26 =
* Add - Adding admin notice in case of feed deletion error.
* Add - Call to disconnect from Pinterest on deactivation.
Expand Down
2 changes: 1 addition & 1 deletion src/Tracking.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function __construct( array $trackers = array() ) {
* Used as a callback for the wp_footer hook.
*
* @since 1.4.0
* @since x.x.x Added check for product page.
* @since 1.4.8 Added check for product page.
*
* @return void
*/
Expand Down

0 comments on commit 0b3a517

Please sign in to comment.