- ENHANCEMENT: Improved the wording of the Stripe webhook checker message that displayed when there are event types that have not yet been triggered in Stripe. #3115 (@dparker1005)
- BUG FIX/ENHANCEMENT: Improved the validation of IP addresses before they are returned by the
pmpro_get_ip()
function. #3113 (@andrewlimaza) - BUG FIX/ENHANCEMENT:
pmpro_set_curent_user()
is now only called in thepmpro_clear_level_cache_for_user()
function if we are clearing the cache for the current user. #3127 (@mircobabini) - BUG FIX/ENHANCEMENT: Localized the billing periods for subscription cost text strings. #3140 (@kimcoleman)
- BUG FIX: Fixed an issue where an empty "Account Information" box might appear at checkout if using the
pmpro_skip_account_fields
filter to skip the account fields for new users. #3135 (@kimcoleman) - BUG FIX: Fixed the background color for input fields on the login form. #3124 (@kimcoleman)
- BUG FIX: Fixed an issue where the
code_id
may not reflect the discount code ID that was used at checkout. #3138 (@dparker1005) - BUG FIX: Fixed an issue where incorrect data may be returned when calling
getDiscountCode()
on a blank MemberOrder object. #3120 (@dparker1005) - BUG FIX: Fixed PHP errors on the Visits, Views, and Logins report page when the usermeta values that are retrieved are not in the correct format. #3139 (@kimcoleman)