Releases: strangerstudios/pmpro-shipping
Releases · strangerstudios/pmpro-shipping
2.0 - 2025-01-09
- FEATURE: Rebranded to "Mailing Address Add On" to better reflect the functionality of the plugin. #48 (@JarrydLong)
- ENHANCEMENT: Updated the checkout page code to move the mailing address fields below the billing address fields via JavaScript. #60 (@dparker1005)
- BUG FIX: Fixed an issue where emails may contain the mailing address of the email recipient instead of the member who checked out. #61 (@MaximilianoRicoTabo)
- BUG FIX: Fixed the user field group name for the mailing address fields to not have spaces. #59 (@dparker1005)
1.3 - 2024-07-10
- ENHANCEMENT: Added support for V3.1+ Paid Memberships Pro frontend changes and kept backwards compatibility for older versions. (@MaximilianoRicoTabo, @andrewlimaza)
1.2 - 2024-04-24
- ENHANCEMENT: Added shipping fields to the "Edit Member" page for PMPro v3.0+. #56 (@dparker1005)
- ENHANCEMENT: Updated
<h3>
tags to<h2>
tags for better accessibility. #56 (@michaelbeil) - BUG FIX: Fixed issue where shipping fields were not being saved when using PayPal Express. #56 (@dparker1005)
- BUG FIX: Fixed issue where shipping fields were not being saved when using Stripe Checkout. #56 (@dparker1005)
- REFACTOR: Now creating shipping fields as User Fields instead of coding them manually in the plugin. #56 (@dparker1005)
- DEPRECATED: Removed functionality for the
PMPRO_SHIPPING_SHOW_REQUIRED
constant. #56 (@dparker1005)
V1.1
- BUG FIX/ENHANCEMENT: Updated to use pmpro_is_checkout to conditionally load the JavaScript.
- BUG FIX: Fixed spacing for address in Members List.
- BUG FIX: Fixed incorrect textdomain for "Phone" field.
- BUG FIX: Removed
tag before output of Shipping Address details on Membership Confirmation page.
v1.0
- BUG FIX/ENHANCEMENT: Checking if user has a membership that includes shipping fields or is an admin before displaying fields.
- ENHANCEMENT: Added support for PMPro v2.3+ frontend profile.
- ENHANCEMENT: Setting to v1.0 to reflect the stability of the functionality and code base.
V0.8
- ENHANCEMENT: Added phone data to confirmation message, email and Member's List area.
- ENHANCEMENT: General code improvements and optimization.
- BUG FIX: Improved registration checks for when users did not select the "Same as Billing" option.
- BUG FIX/ENHANCEMENT: Better support for PayPal and other offsite gateways.
V0.7
- SECURITY: Escaped and Sanitized data where possible.
- ENHANCEMENT: Support State Dropdown Add On.
- ENHANCEMENT: Added in phone field support for shipping address.
- ENHANCEMENT: Improved internationalization for translating the plugin.