Skip to content

Commit

Permalink
Update tested up to versions
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanPetakNeuralab committed Feb 6, 2024
1 parent 6a679bc commit c030116
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion includes/settings/rfw-settings-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'title' => __( 'Confirmation', 'resolve' ),
'type' => 'textarea',
'description' => __( 'Confirmation message that will be added to the "thank you" page.', 'resolve' ),
'default' => __( 'Your account has been charged and your transaction is successful.', 'resolve' ),
'default' => '',
'desc_tip' => true,
],
'receipt-redirect-msg' => [
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: resolve, woocommerce, gateway, payment
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 7.2
Stable tag: 1.0.1
Stable tag: 1.0.2
License: GPL v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.0.2 =
* Update tested up to.

= 1.0.1 =
* Fix issues with settings that disable Resolve.
* Update tested up to.
Expand Down
6 changes: 3 additions & 3 deletions resolve-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
* Text Domain: resolve
* Domain Path: /languages
*
* Version: 1.0.1
* Version: 1.0.2
*
* Requires at least: 5.0
* Requires PHP: 7.2
* WC requires at least: 3.3
* WC tested up to: 7.4
* WC tested up to: 8.5
*/

defined( 'ABSPATH' ) || exit;
Expand Down Expand Up @@ -101,7 +101,7 @@ public static function register_constants() {
define( 'RFW_PLUGIN_ID', 'resolve-pay-gateway' );
}
if ( ! defined( 'RFW_PLUGIN_VERSION' ) ) {
define( 'RFW_PLUGIN_VERSION', '1.0.1' );
define( 'RFW_PLUGIN_VERSION', '1.0.2' );
}
if ( ! defined( 'RFW_PLUGIN_BASENAME' ) ) {
define( 'RFW_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
Expand Down

0 comments on commit c030116

Please sign in to comment.