Releases: strangerstudios/pmpro-add-name-to-checkout
Releases · strangerstudios/pmpro-add-name-to-checkout
0.7 - 2024-07-18
- ENHANCEMENT: Updated the frontend UI for compatibility with PMPro v3.1.
V0.6.1 - 2023-01-31
- BUG FIX/ENHANCEMENT: Improved logic for offsite gateways that use PHP Sessions. Fixes an issue where PayPal Express (and other offsite gateways) weren't saving the first name and last name correctly. (@mircobabini)
V0.6.0
V0.5
- ENHANCEMENT: Enable translation/internationalization.
- BUG FIX: Fixed issue that data wasn't saved when using the PayFast payment gateway.
- BUG FIX: Fixed issue that first name and last name data wasn't being updated in Stripe.
v.4
- SECURITY: Properly sanitizing and escaping user input.
- BUG FIX/ENHANCEMENT: Using pmpro_getClassForField() to set class attributes on field tags. (Thanks, Ted Barnett)
- BUG FIX/ENHANCEMENT: Added pmpro_checkout-field/etc classes to wrapping divs for field to match the core PMPro checkout fields and allow for easier styling. (Thanks, Mark Bloomfield)
- BUG FIX/ENHANCEMENT: Using trim() when checking name fields to disallow blank names.
- ENHANCEMENT: Make add-on translation ready. (Thanks, Thomas Sjolshagen)
- ENHANCEMENT: WordPress coding standards.
- FEATURE: Now showing the User Information section with name fields if a user is already logged in at checkout.