From cd80598abe474b6ef8e33f804fc4f1590140bfba Mon Sep 17 00:00:00 2001 From: David Parker Date: Thu, 28 Mar 2024 14:39:18 -0400 Subject: [PATCH] Readme and version numbers --- pmpro-pay-by-check.php | 4 ++-- readme.txt | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pmpro-pay-by-check.php b/pmpro-pay-by-check.php index 4912b85..e687e8e 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: 0.12 +Version: 0.12.1 Author: Stranger Studios Author URI: https://www.paidmembershipspro.com Text Domain: pmpro-pay-by-check @@ -25,7 +25,7 @@ Settings, Globals and Constants */ define( 'PMPRO_PAY_BY_CHECK_DIR', dirname(__FILE__) ); -define( 'PMPROPBC_VER', '0.12' ); +define( 'PMPROPBC_VER', '0.12.1' ); /* Load plugin textdomain. diff --git a/readme.txt b/readme.txt index 86b1613..c7f63bf 100755 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ 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: 0.12 +Stable tag: 0.12.1 A collection of customizations useful when allowing users to pay by check for Paid Memberships Pro levels. @@ -31,6 +31,9 @@ If you would like to change the wording from "Pay by Check" to something else, y https://gist.github.com/strangerstudios/68bb75bf3b83530390d4 == Changelog == += 0.12.1 - 2024-03-28 = +* BUG FIX: Fixed an issue for sites running PMPro v3.0+ where recurring check orders could be created in pending status when the most recent order for a user wasn't a check order. #115 (@dparker1005) + = 0.12 - 2023-12-11 = * FEATURE: Email templates for this Add On can now be edited from the "Memberships" > "Settings" > "Email Templates" settings page. #106 (@MaximilianoRicoTabo) * ENHANCEMENT: Now respecting the "Gateway Name Label" setting in core PMPro v3.0+ for updating "Check" wording. #108 (@MaximilianoRicoTabo)