Releases: strangerstudios/pmpro-gift-levels
Releases · strangerstudios/pmpro-gift-levels
1.1 - 2024-07-31
- ENHANCEMENT: Updated the frontend UI for compatibility with PMPro v3.1. #71 (@dparker1005, @kimcoleman)
- BUG FIX: Fixed conflict with the PMPro Pay By Check Add On. #70 (@dparker1005)
- DEPRECATED: Removed
sample-setup.php
as settings can now be configured on the Edit Level page. #72 (@kimcoleman)
1.0.4 - 2023-12-11
- ENHANCEMENT: Updating
<h3>
tags to<h2>
tags for better accessibility. #66 (@michaelbeil) - BUG FIX: Fixed issue where gift level emails may not be sent when using Stripe Checkout or other asynchronous gateways. #64 (@dparker1005)
- BUG FIX: Fixed issue where gift level emails sent to adminstrators may have their account credentials in place of the gift purchaser's. #64 (@dparker1005)
- BUG FIX: Fixed PHP errors when the core PMPro plugin is not active. #68 (@mircobabini)
- REFACTOR: No longer pulling the checkout level from the
$_REQUEST
variable. #65 (@dparker1005)
1.0.3 - 2023-01-30
- BUG FIX: Resolved issue where the recurring payment warning was showing on all levels, not just gift levels.
1.0.2 - 2022-07-19
- ENHANCEMENT: Added Gift level template and support for PMPro v2.9+ settings UI. (Thanks @kimcoleman)
1.0.1 - 2021-09-14
- BUG FIX: Fixed fatal error when viewing Edit User page
- BUG FIX: Fixed incorrect output on invoice page when a gift order was purchased
1.0 - 2021-09-13
- FEATURE: Gift levels can now be configured on the Edit Level page
- FEATURE: Users can now enter a recipient email address during checkout to send a gift code to
- FEATURE: Added email templates for gift checkouts (both user and admin) and for gift recipient emails
- ENHANCEMENT: Added filter pmprogl_gift_code_purchased (Thanks, Mirco Babini)
- ENHANCEMENT: Gift code data is now being stored in order meta
- ENHANCEMENT: Admins can now see the gift codes that a user has purchased on the Edit User page or by editing a discount code
- BUG FIX/ENHANCEMENT: Added warning if membership level is set up with recurring payment or expiration date and gift level in GUI
- BUG FIX/ENHANCEMENT: Gift levels are now immediately removed after checkout for all users (Thanks, Mirco Babini)
- BUG FIX/ENHANCEMENT: Moved gift level confirmation message to end of checkout email (Thanks, Mirco Babini)
- BUG FIX: Fixed issue where purchasing gift level with Stripe could set an expiration date on previous membership
- BUG FIX/ENHANCEMENT: Now clearing cached membership levels after removing gift level (Thanks, Mirco Babini)
- BUG FIX: Fixed issue where gift code may not be generated at checkout with specific gateways (Thanks, knit-pay on GitHub)
- BUG FIX: Fixed PHP notice (Thanks, Mirco Babini)
- REFACTOR: Broke code into separate files
V0.4
- BUG FIX: Fixed an issue when checking out with PayPal would change the user's level. User's will now keep their current level when purchasing a gift.
- ENHANCEMENT: Plugin strings have been localized and now support translations.
- ENHANCEMENT: New filter added to allow changing of discount code settings during checkout process. Filter: 'pmprogl_gift_code_settings'