Skip to content

Commit a16bf95

Browse files
committed
Product version bump update
1 parent bee4315 commit a16bf95

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

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

pinterest-for-woocommerce.php

Lines changed: 2 additions & 2 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.2.2
16+
* Version: 1.2.3
1717
* Author: WooCommerce
1818
* Author URI: https://woocommerce.com
1919
* License: GPL-2.0+
@@ -44,7 +44,7 @@
4444
}
4545

4646
define( 'PINTEREST_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ );
47-
define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.2.2' ); // WRCS: DEFINED_VERSION.
47+
define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.2.3' ); // WRCS: DEFINED_VERSION.
4848

4949
/**
5050
* Autoload packages.

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: woocommerce, pinterest, advertise
44
Requires at least: 5.6
55
Tested up to: 5.9
66
Requires PHP: 7.3
7-
Stable tag: 1.2.2
7+
Stable tag: 1.2.3
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

src/API/FeedState.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ public function add_feed_registration_state( $result ) {
338338
* Adds to the result variable an array with info about the
339339
* registration and configuration process of the XML feed to the Pinterest API.
340340
*
341-
* @since x.x.x
341+
* @since 1.2.3
342342
*
343343
* @param array $result The result array to add values to.
344344
*

src/PluginHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ protected function is_onboarding_page(): bool {
8383
* Strip HTML tags from the given string.
8484
* This is intended to be used with the description field on the feed and the Rich Pins.
8585
*
86-
* @since x.x.x
86+
* @since 1.2.3
8787
*
8888
* @param string $string String with HTML tags.
8989
* @param bool $apply_shortcodes Whether to apply shortcodes or not.

src/Tracking.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ private static function filter_add_to_cart_attributes( array $args, WC_Product $
603603
/**
604604
* Get the formatted warning message for the potential conflicting tags.
605605
*
606-
* @since x.x.x
606+
* @since 1.2.3
607607
*
608608
* @return string The warning message.
609609
*/
@@ -630,7 +630,7 @@ public static function get_third_party_tags_warning_message() {
630630
/**
631631
* Detect if there are other tags installed on the site.
632632
*
633-
* @since x.x.x
633+
* @since 1.2.3
634634
*
635635
* @return array The list of installed tags.
636636
*/

0 commit comments

Comments
 (0)