Skip to content

Commit 9c1347c

Browse files
committed
Product version bump update
1 parent 409cf30 commit 9c1347c

5 files changed

Lines changed: 7 additions & 7 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.0.12",
5+
"version": "1.0.13",
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.0.12
16+
* Version: 1.0.13
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.0.12' ); // WRCS: DEFINED_VERSION.
47+
define( 'PINTEREST_FOR_WOOCOMMERCE_VERSION', '1.0.13' ); // 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.0.12
7+
Stable tag: 1.0.13
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

src/API/VendorAPI.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function register_routes() {
105105
* @param string $methods The endpoint's methods.
106106
* @param string $endpoint_callback The endpoint's callback.
107107
*
108-
* @since x.x.x
108+
* @since 1.0.13
109109
*/
110110
public function register_router_single_method( $methods = '', $endpoint_callback = '' ) {
111111
$namespace = $this->api_namespace . $this->api_version;
@@ -127,7 +127,7 @@ public function register_router_single_method( $methods = '', $endpoint_callback
127127
/**
128128
* Register endpoint route with multiple methods
129129
*
130-
* @since x.x.x
130+
* @since 1.0.13
131131
*/
132132
public function register_router_multiple_methods() {
133133
foreach ( $this->endpoint_callbacks_map as $callback => $method ) {

0 commit comments

Comments
 (0)