Skip to content

Commit

Permalink
Release/1.3.5 (#785)
Browse files Browse the repository at this point in the history
* Product version bump update

* Changelog update
  • Loading branch information
message-dimke authored Jun 28, 2023
1 parent 6b1a93e commit 47c3c0e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 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.5 - 2023-06-28 =
* Tweak - WC 7.9 compatibility.

= 1.3.4 - 2023-06-21 =
* Fix - Fixed error when getting transient for a key of null value.
* Fix - Release 1.3.3 - merge trunk into develop.
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.4",
"version": "1.3.5",
"main": "gulpfile.js",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 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.3.4
* Version: 1.3.5
* Author: WooCommerce
* Author URI: https://woocommerce.com
* License: GPL-2.0+
Expand All @@ -26,7 +26,7 @@
* Requires PHP: 7.3
*
* WC requires at least: 5.3
* WC tested up to: 7.8
* WC tested up to: 7.9
*/

/**
Expand All @@ -46,7 +46,7 @@
}

define( 'PINTEREST_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ );
define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.3.4' ); // WRCS: DEFINED_VERSION.
define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.3.5' ); // WRCS: DEFINED_VERSION.

// HPOS compatibility declaration.
add_action(
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.2
Requires PHP: 7.3
Stable tag: 1.3.4
Stable tag: 1.3.5
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -87,6 +87,9 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](hhttps:

== Changelog ==

= 1.3.5 - 2023-06-28 =
* Tweak - WC 7.9 compatibility.

= 1.3.4 - 2023-06-21 =
* Fix - Fixed error when getting transient for a key of null value.
* Fix - Release 1.3.3 - merge trunk into develop.
Expand Down
2 changes: 1 addition & 1 deletion src/FeedGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ protected function is_timeout_error( array $error ): bool {
* @throws Exception Related to max retries reached or missing arguments on the action.
*/
public function maybe_handle_error_on_timeout( int $action_id ) {
wc_deprecated_function( __METHOD__, 'x.x.x' );
wc_deprecated_function( __METHOD__, '1.3.5' );
}

/**
Expand Down

0 comments on commit 47c3c0e

Please sign in to comment.