Skip to content

Commit 248f2e8

Browse files
Bump version number and tested up to
1 parent 1847e6c commit 248f2e8

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: pbarrington
33
Tags: resolve, woocommerce, gateway, payment
44
Requires at least: 5.0
5-
Tested up to: 5.8
5+
Tested up to: 6.1
66
Requires PHP: 7.2
7-
Stable tag: 1.0
7+
Stable tag: 1.0.1
88
License: GPL v3 or later
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -36,5 +36,9 @@ For more installation options check the [official WordPress documentation](https
3636

3737
== Changelog ==
3838

39+
= 1.0.1 =
40+
* Fix issues with settings that disable Resolve.
41+
* Update tested up to.
42+
3943
= 1.0 =
4044
* Stable release.

resolve-for-woocommerce.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
* Text Domain: resolve
1111
* Domain Path: /languages
1212
*
13-
* Version: 1.0
13+
* Version: 1.0.1
1414
*
1515
* Requires at least: 5.0
1616
* Requires PHP: 7.2
1717
* WC requires at least: 3.3
18-
* WC tested up to: 5.8
18+
* WC tested up to: 7.4
1919
*/
2020

2121
defined( 'ABSPATH' ) || exit;
@@ -101,7 +101,7 @@ public static function register_constants() {
101101
define( 'RFW_PLUGIN_ID', 'resolve-pay-gateway' );
102102
}
103103
if ( ! defined( 'RFW_PLUGIN_VERSION' ) ) {
104-
define( 'RFW_PLUGIN_VERSION', '1.0' );
104+
define( 'RFW_PLUGIN_VERSION', '1.0.1' );
105105
}
106106
if ( ! defined( 'RFW_PLUGIN_BASENAME' ) ) {
107107
define( 'RFW_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );

0 commit comments

Comments
 (0)