Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
* Version bump + readme update.
  • Loading branch information
andrewlimaza committed Oct 4, 2023
1 parent 7e104ea commit 77c2ce5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pmpro-pay-by-check.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.2
Version: 0.11.3
Author: Stranger Studios
Author URI: https://www.paidmembershipspro.com
Text Domain: pmpro-pay-by-check
Expand All @@ -25,7 +25,7 @@
Settings, Globals and Constants
*/
define( 'PMPRO_PAY_BY_CHECK_DIR', dirname(__FILE__) );
define( 'PMPROPBC_VER', '0.11.2' );
define( 'PMPROPBC_VER', '0.11.3' );

/*
Load plugin textdomain.
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
Stable tag: 0.11.2
Stable tag: 0.11.3

A collection of customizations useful when allowing users to pay by check for Paid Memberships Pro levels.

Expand Down Expand Up @@ -31,6 +31,12 @@ If you would like to change the wording from "Pay by Check" to something else, y
https://gist.github.com/strangerstudios/68bb75bf3b83530390d4

== Changelog ==
= 0.11.3 - 2023-10-04 =
* SECURITY: General improvements and sanitization of the codebase. (@andrewlimaza)
* BUG FIX: Fixed an issue where more than one order would be created mistakenly when there were different payment plans for a level. (@andrewlimaza, @dparker1005)
* BUG FIX: Fixed an issue with the "Address for Free & Offsite Levels" Add On would not show billing fields. (@JarrydLong)
* BUG FIX: Fixed an issue where the `[pmpro_member]` shortcode would throw a warning in certain cases for Pay By Check members. (@JarrydLong)

= 0.11.2 - 2023-08-30 =
* BUG FIX/ENHANCEMENT: Improved performance when loading the checkout page for a "check only" level to avoid issue where some sites could run out of PHP memory. #99 (@dparker1005)
* BUG FIX: Fixed PHP warnings that could occur when the user is logged out. #98 (@dparker1005)
Expand Down

0 comments on commit 77c2ce5

Please sign in to comment.