You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SECURITY: Escaping the post title shown in the Terms of Service section of the checkout page.
BUG FIX: Fixed issue where the CVV/Security Code was not being passed to Authorize.net when using that gateway.
BUG FIX: Fixed issues with the update billing page when using Stripe.
BUG FIX: Fixed issues with the update billing page when using the MMPU Add On.
BUG FIX: Fixed issue where password fields would disappear when the checkout form was submitted. This behavior was required to address bugs in older versions of iOS that shouldn't be in use any more.
BUG FIX: No longer sending an extra cancel request to the PayPal API when processing a cancel for a PayPal Express subscription through the IPN handler.
BUG FIX: The currency option is no longer hidden when using the check gateway.
BUG FIX: Fixed the comparisons in the pmpro_check_plugin_version function and related notification checks.
BUG FIX: Avoiding warnings in the sendAdminChangeEmail method if the user doesn't have a level.
BUG FIX: Fixed some cases where the Members List CSV export wouldn't match the members shown in the table/search.
BUG FIX: Fixed issue where the Members List may show the wrong count or enddate.
BUG FIX/ENHANCEMENT: Added support for Elementor. Filtering content later so the builder's filters can run first. Also added the ability to choose which membership levels an element should be visible for.
BUG FIX/ENHANCEMENT: Fixed the confirmation page formatting when paying by check. Added a div with class "pmpro_payment_instructions" around the payment instructions shown on the confirmation and invoice pages.
BUG FIX/ENHANCEMENT: Added an Oxford Comma to the the pmpro_implodeToEnglish() function.
BUG FIX/ENHANCEMENT: Moved the Japanese Yen symbol to the left of the total instead of the right.
BUG FIX/ENHANCEMENT: Added the pmpro_checkout_login_redirect filter, which filters the url_redirect parameter of the login link on the checkout page. This is used by some Add Ons to make sure you are returned to the checkout page properly after logging in through that link.
ENHANCEMENT: Added the Ghanian Cedi currency.
ENHANCEMENT: Added the pmpro_are_levels_recurring() function to help with MMPU.
ENHANCEMENT: Improved the look and source of the CVV popup.