From 3048fbcf06ab437429211bda5a3c7b1871a55a10 Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Fri, 31 Oct 2025 10:17:07 -0600 Subject: [PATCH 1/2] Version bump to 1.7.4 --- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 2 +- woocommerce-gateway-payfast.php | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f775c6..667dff8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "woocommerce-gateway-payfast", - "version": "1.7.3", + "version": "1.7.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "woocommerce-gateway-payfast", - "version": "1.7.3", + "version": "1.7.4", "license": "GPL-3.0", "devDependencies": { "@playwright/test": "^1.56.1", diff --git a/package.json b/package.json index 279b09a..875cba2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-gateway-payfast", "title": "WooCommerce Gateway Payfast", - "version": "1.7.3", + "version": "1.7.4", "license": "GPL-3.0", "homepage": "https://wordpress.org/plugins/woocommerce-payfast-gateway/", "repository": { diff --git a/readme.txt b/readme.txt index 804c7b7..21dfb6b 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: credit card, payfast, payment request, woocommerce, automattic Requires at least: 6.7 Tested up to: 6.8 Requires PHP: 7.4 -Stable tag: 1.7.3 +Stable tag: 1.7.4 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/woocommerce-gateway-payfast.php b/woocommerce-gateway-payfast.php index b87c82e..0c151bc 100644 --- a/woocommerce-gateway-payfast.php +++ b/woocommerce-gateway-payfast.php @@ -6,7 +6,7 @@ * Description: Receive payments using the South African Payfast payments provider. * Author: WooCommerce * Author URI: https://woocommerce.com/ - * Version: 1.7.3 + * Version: 1.7.4 * Requires at least: 6.7 * Tested up to: 6.8 * WC requires at least: 10.1 @@ -19,7 +19,7 @@ defined( 'ABSPATH' ) || exit; -define( 'WC_GATEWAY_PAYFAST_VERSION', '1.7.3' ); // WRCS: DEFINED_VERSION. +define( 'WC_GATEWAY_PAYFAST_VERSION', '1.7.4' ); // WRCS: DEFINED_VERSION. define( 'WC_GATEWAY_PAYFAST_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) ); define( 'WC_GATEWAY_PAYFAST_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); From afa54d455642130b373486e6f835384fdfdc377e Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Fri, 31 Oct 2025 10:20:15 -0600 Subject: [PATCH 2/2] Update changelogs --- changelog.txt | 7 +++++++ readme.txt | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/changelog.txt b/changelog.txt index 8f1f7ec..de36382 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,12 @@ *** PayFast Changelog *** += 1.7.4 - 2025-11-03 = +* Dev - Bump WooCommerce "tested up to" version 10.3. +* Dev - Bump WooCommerce minimum supported version to 10.1. +* Dev - Run PHP Compatibility sniffs against production build in GitHub action. +* Dev - Updates to our QIT GitHub Action workflow. +* Dev - Add new deploy workflow. + = 1.7.3 - 2025-08-11 = * Dev - Bump WooCommerce "tested up to" version 10.1. * Dev - Bump WooCommerce minimum supported version to 9.9. diff --git a/readme.txt b/readme.txt index 21dfb6b..48e4364 100644 --- a/readme.txt +++ b/readme.txt @@ -67,6 +67,13 @@ No, but to open a Payfast account, you’ll need a South African bank account to == Changelog == += 1.7.4 - 2025-11-03 = +* Dev - Bump WooCommerce "tested up to" version 10.3. +* Dev - Bump WooCommerce minimum supported version to 10.1. +* Dev - Run PHP Compatibility sniffs against production build in GitHub action. +* Dev - Updates to our QIT GitHub Action workflow. +* Dev - Add new deploy workflow. + = 1.7.3 - 2025-08-11 = * Dev - Bump WooCommerce "tested up to" version 10.1. * Dev - Bump WooCommerce minimum supported version to 9.9.