Skip to content

Commit c6e7212

Browse files
authored
Merge pull request #268 from woocommerce/release/1.6.9
Release/1.6.9
2 parents 14f92e9 + ce9ac8e commit c6e7212

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
*** PayFast Changelog ***
22

3+
= 1.6.9 - 2024-11-18 =
4+
* Dev - Bump WordPress "tested up to" version 6.7.
5+
36
= 1.6.8 - 2024-11-04 =
47
* Add - Credentials validation and required field notice for PayFast in the sandbox environment.
58
* Dev - Bump WooCommerce "tested up to" version 9.4.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "woocommerce-gateway-payfast",
33
"title": "WooCommerce Gateway Payfast",
4-
"version": "1.6.8",
4+
"version": "1.6.9",
55
"license": "GPL-3.0",
66
"homepage": "https://wordpress.org/plugins/woocommerce-payfast-gateway/",
77
"repository": {

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: credit card, payfast, payment request, woocommerce, automattic
44
Requires at least: 6.5
55
Tested up to: 6.7
66
Requires PHP: 7.4
7-
Stable tag: 1.6.8
7+
Stable tag: 1.6.9
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

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

3939
== Changelog ==
4040

41+
= 1.6.9 - 2024-11-18 =
42+
* Dev - Bump WordPress "tested up to" version 6.7.
43+
4144
= 1.6.8 - 2024-11-04 =
4245
* Add - Credentials validation and required field notice for PayFast in the sandbox environment.
4346
* Dev - Bump WooCommerce "tested up to" version 9.4.

woocommerce-gateway-payfast.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Description: Receive payments using the South African Payfast payments provider.
77
* Author: WooCommerce
88
* Author URI: https://woocommerce.com/
9-
* Version: 1.6.8
9+
* Version: 1.6.9
1010
* Requires at least: 6.5
1111
* Tested up to: 6.7
1212
* WC requires at least: 9.2
@@ -19,7 +19,7 @@
1919

2020
defined( 'ABSPATH' ) || exit;
2121

22-
define( 'WC_GATEWAY_PAYFAST_VERSION', '1.6.8' ); // WRCS: DEFINED_VERSION.
22+
define( 'WC_GATEWAY_PAYFAST_VERSION', '1.6.9' ); // WRCS: DEFINED_VERSION.
2323
define( 'WC_GATEWAY_PAYFAST_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) );
2424
define( 'WC_GATEWAY_PAYFAST_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
2525

0 commit comments

Comments
 (0)