Skip to content

Commit

Permalink
Product version bump update
Browse files Browse the repository at this point in the history
  • Loading branch information
ibndawood committed Oct 10, 2023
1 parent 261461f commit 2549c69
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.3.10",
"version": "1.3.11",
"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.10
* Version: 1.3.11
* Author: WooCommerce
* Author URI: https://woocommerce.com
* License: GPL-2.0+
Expand All @@ -26,7 +26,7 @@
* Requires PHP: 7.4
*
* WC requires at least: 5.3
* WC tested up to: 8.1
* WC tested up to: 8.2
*/

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

define( 'PINTEREST_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ );
define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.3.10' ); // WRCS: DEFINED_VERSION.
define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.3.11' ); // 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: woocommerce, pinterest, advertise
Requires at least: 5.6
Tested up to: 6.3
Requires PHP: 7.3
Stable tag: 1.3.10
Stable tag: 1.3.11
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 2549c69

Please sign in to comment.