diff --git a/pmpro-payfast.php b/pmpro-payfast.php index 2690bc4..2f3be7e 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: 0.9 +Version: 1.0 Author: Paid Memberships Pro Author URI: https://www.paidmembershipspro.com Text Domain: pmpro-payfast @@ -245,4 +245,4 @@ function pmpro_payfast_discount_code_result( $discount_code, $discount_code_id, } } -add_action( 'pmpro_applydiscountcode_return_js', 'pmpro_payfast_discount_code_result', 10, 4 ); \ No newline at end of file +add_action( 'pmpro_applydiscountcode_return_js', 'pmpro_payfast_discount_code_result', 10, 4 ); diff --git a/readme.txt b/readme.txt index 7b902de..fafa2a8 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: strangerstudios,andrewza Tags: paid memberships pro, pmpro, payfast, gateway, credit card Requires at least: 4.7 Tested up to: 5.5 -Stable tag: 0.9 +Stable tag: 1.0 Add the South African payment processing service PayFast as a gateway option for Paid Memberships Pro. @@ -50,7 +50,12 @@ To test PayFast payments without being billed in sandbox mode requires a sandbox == Changelog == -= 0.9 - 2020-08-21 = += 1.0 - 2020-10-21 = +* BUG FIX: Fixed a fatal error if Paid Memberships Pro (core) plugin was disabled. +* BUG FIX: Fixed an issue where initial order was showing incorrect amount charged if initial price wasn't the same as the recurring price. +* BUG FIX: Fixed a PHP warning when creating a new membership level while PayFast was enabled as the active gateway. + += 0.9 - 2020-21-08 = * BUG FIX: Hide the PayFast logo on checkout when a discount is applied that sets the level to be free. * ENHANCEMENT: Show warnings within the admin dashboard area when levels contain custom trials, not-supported billing periods.