Skip to content

Commit a18e4c8

Browse files
committed
Version 0.3.8
1 parent 17a0a1a commit a18e4c8

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.8 2025-01-04 =
6+
* Fix class definition bug
7+
58
= 0.3.7 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.7
7+
Stable tag: 0.3.8
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

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

8282
== Changelog ==
8383

84+
= 0.3.8 2025-01-04 =
85+
* Fix class definition bug
86+
8487
= 0.3.7 2025-01-03 =
8588
* Update deployment script
8689

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.7
16+
* Version: 0.3.8
1717
*
1818
*/
1919

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

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

2727
function wc_fedapay_gateway() {

0 commit comments

Comments
 (0)