Skip to content

Commit c8b3f36

Browse files
committed
Fix version
1 parent 72e84b5 commit c8b3f36

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
== Changelog ==
44

5+
= 0.3.7 2025-01-03 =
6+
* Update deployment script
7+
58
= 0.3.6 2025-01-03 =
69
* Update deployment script
710

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: credit card, fedapay, mobile money, woocommerce
44
Requires at least: 4.4
55
Tested up to: 6.4.3
66
Requires PHP: 5.6
7-
Stable tag: 0.3.6
7+
Stable tag: 0.3.7
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -77,6 +77,9 @@ If you get stuck, you can ask for help in the Plugin Forum.
7777

7878
== Changelog ==
7979

80+
= 0.3.7 2025-01-03 =
81+
* Update deployment script
82+
8083
= 0.3.6 2025-01-03 =
8184
* Update deployment script
8285

woo-gateway-fedapay.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1414
* Text Domain: woo-gateway-fedapay
1515
* Domain Path: /languages
16-
* Version: 0.3.6
16+
* Version: 0.3.7
1717
*
1818
*/
1919

2020
if (! defined('ABSPATH') ) {
2121
exit;
2222
}
2323

24-
define( 'WC_FEDAPAY_GATEWAY_VERSION', '0.3.5' );
24+
define( 'WC_FEDAPAY_GATEWAY_VERSION', '0.3.7' );
2525
define( 'WC_FEDAPAY_PLUGIN_FILE_PATH', plugin_dir_path( __FILE__ ) );
2626

2727
function wc_fedapay_gateway() {

0 commit comments

Comments
 (0)