Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanPetakNeuralab committed Feb 12, 2024
1 parent 2c0f1d6 commit fe005d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
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.4
Requires PHP: 7.2
Stable tag: 1.0.3
Stable tag: 1.0.4
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.4 =
* Add HPOS compatibility

= 1.0.3 =
* 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.3
* Version: 1.0.4
*
* Requires at least: 5.0
* Requires PHP: 7.2
Expand Down Expand Up @@ -116,7 +116,7 @@ public static function register_constants() {
define( 'RFW_PLUGIN_ID', 'resolve-pay-gateway' );
}
if ( ! defined( 'RFW_PLUGIN_VERSION' ) ) {
define( 'RFW_PLUGIN_VERSION', '1.0.3' );
define( 'RFW_PLUGIN_VERSION', '1.0.4' );
}
if ( ! defined( 'RFW_PLUGIN_BASENAME' ) ) {
define( 'RFW_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
Expand Down

0 comments on commit fe005d1

Please sign in to comment.