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
ENHANCEMENT: No longer making API calls to pull subscription data from Stripe or PayPal Express when we do not have gateway credentials. #2956 (@mircobabini)
ENHANCEMENT: Added new filters pmpro_subscription_gateway_object and pmpro_order_gateway_object to allow developers to modify gateway objects before they are used. #2962 (@mircobabini)
ENHANCEMENT: Added a new filter pmpro_stripe_before_retrieve_webhook_event to allow developers to modify the Stripe API key before retrieving a webhook event. #2962 (@mircobabini)
BUG FIX: Fixed an issue where nonce verification checks may fail when creating a new user at checkout. #2963 (@dparker1005)
BUG FIX: Fixed issues where users' roles could be unintentionally changed on the Edit Member page by making the "Role" field read-only. #2961 (@dparker1005)
BUG FIX: Fixed an issue where the status for an old membership level would be changed instead of admin_changed when an admin modified a user's membership. #2965 (@dparker1005)
BUG FIX: Fixed PHP errors in the PMPro "Recent Members" Dashboard widget when a user that would be shown on that list was deleted. #2964 (@andrewlimaza)
BUG FIX: Added some missing global variables on admin pages. #2955 (@mircobabini)