diff --git a/pmpro-pay-by-check.php b/pmpro-pay-by-check.php index bc28e53..816a4be 100644 --- a/pmpro-pay-by-check.php +++ b/pmpro-pay-by-check.php @@ -3,7 +3,7 @@ Plugin Name: Paid Memberships Pro - Pay by Check Add On Plugin URI: https://www.paidmembershipspro.com/add-ons/pmpro-pay-by-check-add-on/ Description: A collection of customizations useful when allowing users to pay by check for Paid Memberships Pro levels. -Version: 1.1 +Version: 1.1.1 Author: Paid Memberships Pro Author URI: https://www.paidmembershipspro.com Text Domain: pmpro-pay-by-check @@ -26,7 +26,7 @@ */ define( 'PMPRO_PAY_BY_CHECK_DIR', dirname(__FILE__) ); define( 'PMPRO_PAY_BY_CHECK_BASE_FILE', __FILE__ ); -define( 'PMPROPBC_VER', '1.1' ); +define( 'PMPROPBC_VER', '1.1.1' ); require_once PMPRO_PAY_BY_CHECK_DIR . '/includes/admin.php'; require_once PMPRO_PAY_BY_CHECK_DIR . '/includes/checkout.php'; diff --git a/readme.txt b/readme.txt index 4311819..031a233 100755 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: strangerstudios, eighty20results Tags: pmpro, paid memberships pro, members, memberships, check, cheque, payments, offline Requires at least: 5.0 -Tested up to: 6.4 -Stable tag: 1.1 +Tested up to: 6.6 +Stable tag: 1.1.1 A collection of customizations useful when allowing users to pay by check for Paid Memberships Pro levels. @@ -29,6 +29,11 @@ If you would like to change the wording from "Pay by Check" to something else, y https://gist.github.com/strangerstudios/68bb75bf3b83530390d4 == Changelog == += 1.1.1 - 2024-09-25 = +* ENHANCEMENT: Now notifying the site admin when a pending check order is created at checkout. #129 (@dparker1005) +* BUG FIX: Fixed an issue where payment subscriptions were immediately cancelled when a user purchased a level that they already had. #125 (@dparker1005) +* BUG FIX: Fixed an issue where calling `pmpro_getLevelAtCheckout()` too early might cache the incorrect level at checkout. #128 (@dparker1005) + = 1.1 - 2024-07-17 = * ENHANCEMENT: Added support for v3.1+ Paid Memberships Pro frontend changes. #120 (@MaximilianoRicoTabo, @kimcoleman) * BUG FIX: Now only sending the cancellation email if a level was removed. #118 (@dparker1005)