Version Description
- 2019.08.13 =
- Tweak WC 3.7 compatibility.
Download this release
Release Info
Developer | bor0 |
Plugin | WooCommerce Square |
Version | 2.0.2 |
Comparing to | |
See all releases |
Code changes from version 2.0.1 to 2.0.2
- includes/Plugin.php +1 -1
- readme.txt +4 -1
- woocommerce-square.php +2 -2
includes/Plugin.php
CHANGED
@@ -41,7 +41,7 @@ class Plugin extends Framework\SV_WC_Payment_Gateway_Plugin {
|
|
41 |
|
42 |
|
43 |
/** plugin version number */
|
44 |
-
const VERSION = '2.0.
|
45 |
|
46 |
/** plugin ID */
|
47 |
const PLUGIN_ID = 'square';
|
41 |
|
42 |
|
43 |
/** plugin version number */
|
44 |
+
const VERSION = '2.0.2';
|
45 |
|
46 |
/** plugin ID */
|
47 |
const PLUGIN_ID = 'square';
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: credit card, square, woocommerce, inventory sync
|
|
4 |
Requires at least: 4.6
|
5 |
Tested up to: 5.2.0
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag:
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -72,6 +72,9 @@ If you get stuck, you can ask for help in the [Plugin Forum](https://wordpress.o
|
|
72 |
|
73 |
== Changelog ==
|
74 |
|
|
|
|
|
|
|
75 |
= 2.0.1 - 2019.07.23 =
|
76 |
* Fix - Don't display the "unsupported" payment processing admin notice for UK-based merchants
|
77 |
|
4 |
Requires at least: 4.6
|
5 |
Tested up to: 5.2.0
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 1.0.38
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
72 |
|
73 |
== Changelog ==
|
74 |
|
75 |
+
= 2.0.2 - 2019.08.13 =
|
76 |
+
* Tweak – WC 3.7 compatibility.
|
77 |
+
|
78 |
= 2.0.1 - 2019.07.23 =
|
79 |
* Fix - Don't display the "unsupported" payment processing admin notice for UK-based merchants
|
80 |
|
woocommerce-square.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: WooCommerce Square
|
4 |
-
* Version: 2.0.
|
5 |
* Plugin URI: https://woocommerce.com/products/square/
|
6 |
* Description: Adds ability to sync inventory between WooCommerce and Square POS. In addition, you can also make purchases through the Square payment gateway.
|
7 |
* Author: WooCommerce
|
@@ -19,7 +19,7 @@
|
|
19 |
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
|
20 |
*
|
21 |
* WC requires at least: 3.0
|
22 |
-
* WC tested up to: 3.
|
23 |
*/
|
24 |
|
25 |
defined( 'ABSPATH' ) or exit;
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: WooCommerce Square
|
4 |
+
* Version: 2.0.2
|
5 |
* Plugin URI: https://woocommerce.com/products/square/
|
6 |
* Description: Adds ability to sync inventory between WooCommerce and Square POS. In addition, you can also make purchases through the Square payment gateway.
|
7 |
* Author: WooCommerce
|
19 |
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
|
20 |
*
|
21 |
* WC requires at least: 3.0
|
22 |
+
* WC tested up to: 3.7
|
23 |
*/
|
24 |
|
25 |
defined( 'ABSPATH' ) or exit;
|