From 8c212fa6eedeb795690444f1c08e974db1cf13df Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Fri, 1 Nov 2024 10:15:00 -0600 Subject: [PATCH 1/2] Version bump to 1.6.8 --- 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 98b80ea..01de753 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "woocommerce-gateway-payfast", - "version": "1.6.7", + "version": "1.6.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "woocommerce-gateway-payfast", - "version": "1.6.7", + "version": "1.6.8", "license": "GPL-3.0", "devDependencies": { "@playwright/test": "^1.37.1", diff --git a/package.json b/package.json index d9ea76c..1fd0c7e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-gateway-payfast", "title": "WooCommerce Gateway Payfast", - "version": "1.6.7", + "version": "1.6.8", "license": "GPL-3.0", "homepage": "https://wordpress.org/plugins/woocommerce-payfast-gateway/", "repository": { diff --git a/readme.txt b/readme.txt index b7b4e09..81c6e3d 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: credit card, payfast, payment request, woocommerce, automattic Requires at least: 6.5 Tested up to: 6.6 Requires PHP: 7.4 -Stable tag: 1.6.7 +Stable tag: 1.6.8 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 7cf5010..244f635 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.6.7 + * Version: 1.6.8 * Requires at least: 6.5 * Tested up to: 6.6 * WC requires at least: 9.2 @@ -19,7 +19,7 @@ defined( 'ABSPATH' ) || exit; -define( 'WC_GATEWAY_PAYFAST_VERSION', '1.6.7' ); // WRCS: DEFINED_VERSION. +define( 'WC_GATEWAY_PAYFAST_VERSION', '1.6.8' ); // WRCS: DEFINED_VERSION. define( 'WC_GATEWAY_PAYFAST_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) ); define( 'WC_GATEWAY_PAYFAST_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); From 2a1915e516d9baa65db9f192b5c0796f3bccf397 Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Fri, 1 Nov 2024 10:16:20 -0600 Subject: [PATCH 2/2] Update changelogs --- changelog.txt | 6 ++++++ readme.txt | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/changelog.txt b/changelog.txt index f418ccd..7e67635 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,11 @@ *** PayFast Changelog *** += 1.6.8 - 2024-11-04 = +* Add - Credentials validation and required field notice for PayFast in the sandbox environment. +* Dev - Bump WooCommerce "tested up to" version 9.4. +* Dev - Bump WooCommerce minimum supported version to 9.2. +* Dev - Bump WordPress minimum supported version to 6.5. + = 1.6.7 - 2024-09-09 = * Dev - Bump WooCommerce "tested up to" version 9.3. * Dev - Bump WooCommerce minimum supported version to 9.1. diff --git a/readme.txt b/readme.txt index 81c6e3d..95e81ca 100644 --- a/readme.txt +++ b/readme.txt @@ -38,6 +38,12 @@ If you get stuck, you can ask for help in the Plugin Forum. == Changelog == += 1.6.8 - 2024-11-04 = +* Add - Credentials validation and required field notice for PayFast in the sandbox environment. +* Dev - Bump WooCommerce "tested up to" version 9.4. +* Dev - Bump WooCommerce minimum supported version to 9.2. +* Dev - Bump WordPress minimum supported version to 6.5. + = 1.6.7 - 2024-09-09 = * Dev - Bump WooCommerce "tested up to" version 9.3. * Dev - Bump WooCommerce minimum supported version to 9.1.