Skip to content

Commit 2c24be1

Browse files
Bumped up Flutterwave WC to 3.1.0
1 parent 27fe60b commit 2c24be1

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
3+
## 3.1.0 | 28-08-2025
4+
General Update
5+
### Version Changes
6+
- [ADDED] Set Minimum Support to WooCommerce 6.9 or greater.
7+
- [ADDED] Flutterwave Logger instance using wc_logger.
28
## 2.3.6 | 01-09-2025
39
Bug Fixes and Webhook Handler improvements.
410
### Version Changes

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
== Changelog ==
2+
= 3.1.0 =
3+
* Added: Set Minimum Support to WooCommerce 6.9 or greater.
4+
* Added: Flutterwave Logger instance using wc_logger.
25
= 2.3.6 =
36
* Fixed: Dynamic Adjustment to Custom Permalink Set by Merchant.
47
* Fixed: Redirect Payment option return a Payment Mismatch Error.

includes/class-flutterwave.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ final class Flutterwave {
1818
*
1919
* @var string
2020
*/
21-
public string $version = '2.3.7';
21+
public string $version = '3.1.0';
2222

2323
/**
2424
* Plugin API version.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rave-woocommerce-payment-gateway",
33
"title": "flutterwave-woocommerce",
4-
"version": "2.3.7",
4+
"version": "3.1.0",
55
"description": "Official WooCommerce payment gateway for Flutterwave",
66
"scripts": {
77
"postinstall": "composer install",

rave-woocommerce-payment-gateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Flutterwave WooCommerce
44
* Plugin URI: https://developer.flutterwave.com/
55
* Description: Official WooCommerce payment gateway for Flutterwave.
6-
* Version: 2.3.7
6+
* Version: 3.1.0
77
* Author: Flutterwave Developers
88
* Author URI: http://flutterwave.com/us
99
* License: MIT License

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: theflutterwave
33
Tags: fintech,flutterwave, woocommerce, payments, nigeria, mastercard, visa, target,Naira,payments,verve,donation,church,shop,store, ghana, kenya, international, mastercard, visa
44
Requires at least: 3.1
55
Tested up to: 6.7.1
6-
Stable tag: 2.3.7
6+
Stable tag: 3.1.0
77
License: MIT
88
License URI: https://github.com/Flutterwave/Woocommerce/blob/master/LICENSE
99

@@ -22,7 +22,7 @@ Accept Credit card, Debit card and Bank account payment directly on your store w
2222
= Requirements =
2323

2424
1. Flutterwave for business [API Keys](https://developer.flutterwave.com/docs/integration-guides/authentication)
25-
2. [WooCommerce](https://woocommerce.com/)
25+
2. [WooCommerce](https://woocommerce.com/) version: >= 6.9
2626
6. Supported PHP version: 7.4.0 - 8.1.0
2727

2828
== Installation ==

0 commit comments

Comments
 (0)