Skip to content

Commit 2dfc24f

Browse files
committed
Version bump to 4.8.7
1 parent 707d193 commit 2dfc24f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "git://github.com/woocommerce/woocommerce-square.git"
88
},
99
"title": "WooCommerce Square",
10-
"version": "4.8.6",
10+
"version": "4.8.7",
1111
"homepage": "https://woocommerce.com/products/woocommerce-square/",
1212
"scripts": {
1313
"build": "composer install --no-dev && npm run build:webpack && npm run makepot && npm run archive",

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: credit card, square, woocommerce, inventory sync
44
Requires at least: 6.5
55
Tested up to: 6.7
66
Requires PHP: 7.4
7-
Stable tag: 4.8.6
7+
Stable tag: 4.8.7
88
License: GPL-3.0-or-later
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

woocommerce-square.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: WooCommerce Square
44
* Requires Plugins: woocommerce
5-
* Version: 4.8.6
5+
* Version: 4.8.7
66
* Plugin URI: https://woocommerce.com/products/square/
77
* Requires at least: 6.6
88
* Tested up to: 6.7
@@ -29,7 +29,7 @@
2929
defined( 'ABSPATH' ) || exit;
3030

3131
if ( ! defined( 'WC_SQUARE_PLUGIN_VERSION' ) ) {
32-
define( 'WC_SQUARE_PLUGIN_VERSION', '4.8.6' ); // WRCS: DEFINED_VERSION.
32+
define( 'WC_SQUARE_PLUGIN_VERSION', '4.8.7' ); // WRCS: DEFINED_VERSION.
3333
}
3434

3535
if ( ! defined( 'WC_SQUARE_PLUGIN_URL' ) ) {

0 commit comments

Comments
 (0)