Skip to content

Commit a977e24

Browse files
authoredNov 4, 2024
Merge pull request #264 from woocommerce/release/1.6.8
Release/1.6.8
2 parents 672ff9e + 2a1915e commit a977e24

5 files changed

+18
-6
lines changed
 

‎changelog.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
*** PayFast Changelog ***
22

3+
= 1.6.8 - 2024-11-04 =
4+
* Add - Credentials validation and required field notice for PayFast in the sandbox environment.
5+
* Dev - Bump WooCommerce "tested up to" version 9.4.
6+
* Dev - Bump WooCommerce minimum supported version to 9.2.
7+
* Dev - Bump WordPress minimum supported version to 6.5.
8+
39
= 1.6.7 - 2024-09-09 =
410
* Dev - Bump WooCommerce "tested up to" version 9.3.
511
* Dev - Bump WooCommerce minimum supported version to 9.1.

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
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.7",
4+
"version": "1.6.8",
55
"license": "GPL-3.0",
66
"homepage": "https://wordpress.org/plugins/woocommerce-payfast-gateway/",
77
"repository": {

‎readme.txt

+7-1
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.6
66
Requires PHP: 7.4
7-
Stable tag: 1.6.7
7+
Stable tag: 1.6.8
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

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

3939
== Changelog ==
4040

41+
= 1.6.8 - 2024-11-04 =
42+
* Add - Credentials validation and required field notice for PayFast in the sandbox environment.
43+
* Dev - Bump WooCommerce "tested up to" version 9.4.
44+
* Dev - Bump WooCommerce minimum supported version to 9.2.
45+
* Dev - Bump WordPress minimum supported version to 6.5.
46+
4147
= 1.6.7 - 2024-09-09 =
4248
* Dev - Bump WooCommerce "tested up to" version 9.3.
4349
* Dev - Bump WooCommerce minimum supported version to 9.1.

‎woocommerce-gateway-payfast.php

+2-2
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.7
9+
* Version: 1.6.8
1010
* Requires at least: 6.5
1111
* Tested up to: 6.6
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.7' ); // WRCS: DEFINED_VERSION.
22+
define( 'WC_GATEWAY_PAYFAST_VERSION', '1.6.8' ); // 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)