Skip to content

Commit fe005d1

Browse files
Bump version number
1 parent 2c0f1d6 commit fe005d1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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.4
66
Requires PHP: 7.2
7-
Stable tag: 1.0.3
7+
Stable tag: 1.0.4
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.4 =
40+
* Add HPOS compatibility
41+
3942
= 1.0.3 =
4043
* Update tested up to.
4144

resolve-for-woocommerce.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Text Domain: resolve
1111
* Domain Path: /languages
1212
*
13-
* Version: 1.0.3
13+
* Version: 1.0.4
1414
*
1515
* Requires at least: 5.0
1616
* Requires PHP: 7.2
@@ -116,7 +116,7 @@ public static function register_constants() {
116116
define( 'RFW_PLUGIN_ID', 'resolve-pay-gateway' );
117117
}
118118
if ( ! defined( 'RFW_PLUGIN_VERSION' ) ) {
119-
define( 'RFW_PLUGIN_VERSION', '1.0.3' );
119+
define( 'RFW_PLUGIN_VERSION', '1.0.4' );
120120
}
121121
if ( ! defined( 'RFW_PLUGIN_BASENAME' ) ) {
122122
define( 'RFW_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );

0 commit comments

Comments
 (0)