Skip to content

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

0.7 - 2024-07-18

18 Jul 16:38
Compare
Choose a tag to compare
  • ENHANCEMENT: Updated the frontend UI for compatibility with PMPro v3.1.

V0.6.1 - 2023-01-31

31 Jan 13:40
Compare
Choose a tag to compare
  • 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

07 Oct 08:46
Compare
Choose a tag to compare
  • 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

19 Aug 15:20
Compare
Choose a tag to compare
  • 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

19 Apr 17:13
Compare
Choose a tag to compare
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.