Skip to content

2.11 - 2023-06-07

Compare
Choose a tag to compare
@ideadude ideadude released this 08 Jun 00:16
· 2475 commits to master since this release
  • FEATURE: Now tracking users that are created at checkout but never complete checkout or otherwise use the site. These users can be found and deleted from the Users Table in the admin dashboard. #2435 (@dparker1005, @ideadude)
  • FEATURE: Added compatibility with Oxygen Builder. #2404 (@JarrydLong)
  • ENHANCEMENT: Updated the Orders list to use a WP List Table. #2383 (@JarrydLong)
  • ENHANCEMENT: Updated the Discount Code list to use a WP List Table. #2370 (@JarrydLong)
  • ENHANCEMENT: Now showing a notice when using a page template that is out of date. #2427 (@JarrydLong, dparker1005)
  • ENHANCEMENT: Reducing calls made to get_option() from pmpro_getOption(). #2137 (@JJJ)
  • ENHANCEMENT: Now allowing account page section titles to be customized. #2459 (@MaximilianoRicoTabo)
  • ENHANCEMENT: Adding filters pmpro_stripe_webhook_event_recieved and pmpro_stripe_webhook_before_exit. #2465 (@dparker1005)
  • ENHANCEMENT: Improved Add Ons search to support multiple keywords and phrases. #2444 (@andrewlimaza)
  • BUG FIX/ENHANCEMENT: Improved accessibility across the entire admin dashboard. Thanks for contributions from Piccia Neri, Alex Stine, and Amber Hinds. #2448 (@kimcoleman)
  • BUG FIX/ENHANCEMENT: Now making sure that our reCAPTCHA functions are always loaded. #2449 (@mircobabini, @dparker1005)
  • BUG FIX/ENHANCEMENT: Improved the chart title wording for some sales and revenue report periods. #2488 (@andrewlimaza)
  • BUG FIX/ENHANCEMENT: Removing trailing colons after question marks in Advanced Settings. #2467 (@mircobabini)
  • BUG FIX/ENHANCEMENT: Removed unused spinner.gif file. #2486 (@ipokkel)
  • BUG FIX: Resolved issue where checkouts using Stripe may complete even if reCAPTCHA fails. #2449 (@dparker1005)
  • BUG FIX: Resolved issue where "log out" link may not show on the update billing page. #2489 (@dparker1005)
  • BUG FIX: Fixed an issue where radio button would always show asterisk even when not required. This now applies the asterisk to each and every radio button individually to support multiple radio buttons at checkout. #2499 (@andrewlimaza)
  • REFACTOR: Removed leading slash in all uses of admin_url(). #2429 (@jahidhasan018)
  • REFACTOR: Removing unused variable in pmpro_rest_api_recent_memberships(). #2469 (@andrewlimaza)