Releases: strangerstudios/pmpro-add-name-to-checkout
Releases · strangerstudios/pmpro-add-name-to-checkout
Release list
0.7.3 - 2026-06-12
- BUG FIX: Fixed an issue where the first and last name weren't being truly required at checkout for certain cases. #46 (@andrewlimaza)
0.7.2 - 2026-04-23
BUG FIX: Removed an erroneous call to update_post_meta() for billing name during checkout. #45 (@andrewlimaza)
0.7.1 - 2025-03-05
- ENHANCEMENT: Now showing the first and last name fields on the same line at checkout. #37 (@kimcoleman)
- ENHANCEMENT: Localized the "Your Name" string for French. #42 (@MaximilianoRicoTabo)
- BUG FIX/ENHANCEMENT: Improved the logic to highlight the first and last name fields if they are required but not filled out. #38 (@dwanjuki)
- BUG FIX: Fixed an incorrect textdomain at checkout. #39 (@mircobabini)
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
- ENHANCEMENT: Support checkouts with PayFast gateway. #23 (@JarrydLong)
- ENHANCEMENT: Added translation for French. #26 (@femiyb)
- ENHANCEMENT: Loaded localization on init instead of plugins_loaded. (@ipokkel)
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.