Releases: strangerstudios/pmpro-pay-by-check
Releases · strangerstudios/pmpro-pay-by-check
1.1.2 - 2024-11-20
- BUG FIX: Fixed an issue where recurring orders would be created with a $0 total when using PMPro v3.2+. #131 (@dparker1005)
- BUG FIX: Fixed an issue where block editor pages would not save successfully when the checkout block was used. #130 (@MaximilianoRicoTabo)
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)
- BUG FIX: Fixed issue where crons were not being set up or disabled. #121 (@dparker1005)
1.0.1.1 - 2024-06-10
- BUG FIX: Fixed incorrect parameters passed to the pmpro_confirmation_url filter. #117 (@mircobabini)
1.0.1 - 2024-06-08
- BUG FIX: Fixing broken SQL query.
1.0 - 2024-06-03
- ENHANCEMENT: When using PMPro v3.0+, recurring orders are now generated based on information in the PMPro Subscriptions table.
- ENHANCEMENT: When using PMPro v3.0.3+, checkouts using the Check gateway are now processed once the payment is received instead of assigning the membership immediately.
- ENHANCEMENT: Initial payments now respect the "Send Reminder Emails" and "Cancel Membership" after x days level settings.
- ENHANCEMENT: Improved default values for the "Send Renewal Emails", "Send Reminder Emails", and "Cancel Membership" after x days level settings.
- BUG FIX/ENHANCEMENT: When using PMPro v3.0.3+, Check subscriptions now respect profile start dates set at checkout.
- REFACTOR: Organized code into separate files.
- DEPRECATED: Removed HTML email templates. Emails should now be customized from the PMPro Email Templates settings page.
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)
- ENHANCEMENT: Adding compatibility with the PMPro v3.0+ Subscriptions Table by updating the subscription object when a recurring invoice is generated and no longer processing recurring orders for cancelled subscriptions. #110 (@dparker1005)
v0.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)
- REFACTOR: Deprecating the function
pmpropbc_pmpro_get_gateway()
as a part of the performance improvements. #99 (@dparker1005)