Skip to content

Commit

Permalink
Version 1.0 Commit
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
andrewlimaza committed Oct 21, 2020
1 parent 79d3ed1 commit c855bf2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pmpro-payfast.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 );
add_action( 'pmpro_applydiscountcode_return_js', 'pmpro_payfast_discount_code_result', 10, 4 );
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit c855bf2

Please sign in to comment.