Skip to content

Commit

Permalink
woorelease: Product version bump update
Browse files Browse the repository at this point in the history
  • Loading branch information
message-dimke committed Dec 4, 2024
1 parent 6f91384 commit 57d18c6
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
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.12",
"version": "1.4.13",
"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.12
* Version: 1.4.13
* 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.12' ); // WRCS: DEFINED_VERSION.
define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.4.13' ); // WRCS: DEFINED_VERSION.

// HPOS compatibility declaration.
add_action(
Expand Down
2 changes: 1 addition & 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.7
Requires PHP: 7.3
Stable tag: 1.4.12
Stable tag: 1.4.13
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
2 changes: 1 addition & 1 deletion src/API/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public static function make_request( $endpoint, $method = 'POST', $payload = arr
* Action used to intercept the Pinterest API exception with code and a message and decide whether or not
* to show an admin notice for the exception.
*
* @since x.x.x
* @since 1.4.13
*
* @param int $http_code Pinterest API HTTP response code.
* @param int $pinterest_api_code Pinterest API error code.
Expand Down
2 changes: 1 addition & 1 deletion src/FeedRegistration.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public static function deregister() {
/**
* Maybe show admin notice about account being disapproved.
*
* @since x.x.x
* @since 1.4.13
*
* @param int $http_code Pinterest API HTTP response code.
* @param int $pinterest_api_code Pinterest API error code.
Expand Down
10 changes: 5 additions & 5 deletions src/Notes/AccountFailure.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Adds an error note to display Pinterest API account status failure responses.
*
* @since x.x.x
* @since 1.4.13
* @package Automattic\WooCommerce\Pinterest\Notes
*/

Expand All @@ -18,7 +18,7 @@
/**
* Account Failure admin notice.
*
* @since x.x.x
* @since 1.4.13
*/
class AccountFailure {
/**
Expand All @@ -34,7 +34,7 @@ class AccountFailure {
/**
* Get the note.
*
* @since x.x.x
* @since 1.4.13
* @param string $message Pinterest API error message.
* @return Note
*/
Expand All @@ -56,7 +56,7 @@ public static function get_note( string $message ) {
/**
* Used to add an account failure note if the one does not exist.
*
* @since x.x.x
* @since 1.4.13
* @param string $message Pinterest API error message.
* @return void
* @throws NotesUnavailableException An exception when notes are unavailable.
Expand All @@ -73,7 +73,7 @@ public static function maybe_add_note( string $message ): void {
/**
* Delete the note.
*
* @since x.x.x
* @since 1.4.13
* @return void
*/
public static function delete_note() {
Expand Down

0 comments on commit 57d18c6

Please sign in to comment.