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 c030116 commit 10a6932
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: pbarrington
Tags: resolve, woocommerce, gateway, payment
Requires at least: 5.0
Tested up to: 6.1
Tested up to: 6.4
Requires PHP: 7.2
Stable tag: 1.0.2
Stable tag: 1.0.3
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.3 =
* Update tested up to.

= 1.0.2 =
* Update tested up to.

Expand Down
4 changes: 2 additions & 2 deletions resolve-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Text Domain: resolve
* Domain Path: /languages
*
* Version: 1.0.2
* Version: 1.0.3
*
* Requires at least: 5.0
* Requires PHP: 7.2
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.2' );
define( 'RFW_PLUGIN_VERSION', '1.0.3' );
}
if ( ! defined( 'RFW_PLUGIN_BASENAME' ) ) {
define( 'RFW_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
Expand Down

0 comments on commit 10a6932

Please sign in to comment.