From d1b72f250826a80a6174f8b5e473a1f65ffd0e20 Mon Sep 17 00:00:00 2001 From: Andrew Lima Date: Thu, 30 Nov 2023 09:23:12 +0200 Subject: [PATCH] version bump and readme. --- pmpro-payfast.php | 2 +- readme.txt | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pmpro-payfast.php b/pmpro-payfast.php index 3ce8b39..b931e9b 100644 --- a/pmpro-payfast.php +++ b/pmpro-payfast.php @@ -3,7 +3,7 @@ Plugin Name: Paid Memberships Pro - PayFast Gateway Plugin URI: https://www.paidmembershipspro.com/add-ons/payfast-payment-gateway/ Description: Adds PayFast as a gateway option for Paid Memberships Pro. -Version: 1.4 +Version: 1.4.1 Author: Paid Memberships Pro Author URI: https://www.paidmembershipspro.com Text Domain: pmpro-payfast diff --git a/readme.txt b/readme.txt index 11e9f62..77f534c 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: strangerstudios, andrewza, paidmembershipspro Tags: paid memberships pro, pmpro, payfast, gateway, credit card Requires at least: 5.0 -Tested up to: 6.1 -Stable tag: 1.4 +Tested up to: 6.4 +Stable tag: 1.4.1 Add the South African payment processing service Payfast as a gateway option for Paid Memberships Pro. @@ -50,6 +50,10 @@ To test Payfast payments without being billed in sandbox mode requires a sandbox == Changelog == += 1.4.1 - 2023-11-30 = +* REFACTOR: Changed the checkout logo to the new Payfast logo +* REFACTOR: Moved to using get_option instead of the pmpro_getOption. + = 1.4 - 2022-12-01 = * ENHANCEMENT: Added better support for MMPU when a member cancels their membership. (@dparker1005) * BUG FIX/ENHANCEMENT: Fixed an issue where custom fields were not saving correctly during checkout. (@jarrydlong)