Skip to content

Releases: strangerstudios/pmpro-add-name-to-checkout

0.7.3 - 2026-06-12

Choose a tag to compare

@andrewlimaza andrewlimaza released this 12 Jun 13:59
  • 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

Choose a tag to compare

@dparker1005 dparker1005 released this 23 Apr 16:13

BUG FIX: Removed an erroneous call to update_post_meta() for billing name during checkout. #45 (@andrewlimaza)

0.7.1 - 2025-03-05

Choose a tag to compare

@dparker1005 dparker1005 released this 05 Mar 20:56
  • 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

Choose a tag to compare

@dparker1005 dparker1005 released this 18 Jul 16:38
  • ENHANCEMENT: Updated the frontend UI for compatibility with PMPro v3.1.

V0.6.1 - 2023-01-31

Choose a tag to compare

@andrewlimaza andrewlimaza released this 31 Jan 13:40
  • 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

Choose a tag to compare

@andrewlimaza andrewlimaza released this 07 Oct 08:46
  • 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

Choose a tag to compare

@andrewlimaza andrewlimaza released this 19 Aug 15:20
  • 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

v.4

Choose a tag to compare

@ideadude ideadude released this 19 Apr 17:13
  • 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.