Skip to content

Commit c030116

Browse files
Update tested up to versions
1 parent 6a679bc commit c030116

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

includes/settings/rfw-settings-fields.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'title' => __( 'Confirmation', 'resolve' ),
2828
'type' => 'textarea',
2929
'description' => __( 'Confirmation message that will be added to the "thank you" page.', 'resolve' ),
30-
'default' => __( 'Your account has been charged and your transaction is successful.', 'resolve' ),
30+
'default' => '',
3131
'desc_tip' => true,
3232
],
3333
'receipt-redirect-msg' => [

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: resolve, woocommerce, gateway, payment
44
Requires at least: 5.0
55
Tested up to: 6.1
66
Requires PHP: 7.2
7-
Stable tag: 1.0.1
7+
Stable tag: 1.0.2
88
License: GPL v3 or later
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

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

3737
== Changelog ==
3838

39+
= 1.0.2 =
40+
* Update tested up to.
41+
3942
= 1.0.1 =
4043
* Fix issues with settings that disable Resolve.
4144
* Update tested up to.

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.1
13+
* Version: 1.0.2
1414
*
1515
* Requires at least: 5.0
1616
* Requires PHP: 7.2
1717
* WC requires at least: 3.3
18-
* WC tested up to: 7.4
18+
* WC tested up to: 8.5
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.1' );
104+
define( 'RFW_PLUGIN_VERSION', '1.0.2' );
105105
}
106106
if ( ! defined( 'RFW_PLUGIN_BASENAME' ) ) {
107107
define( 'RFW_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );

0 commit comments

Comments
 (0)