Skip to content

2.9.1 - 2022-07-28

Compare
Choose a tag to compare
@ideadude ideadude released this 29 Jul 03:04
· 3337 commits to master since this release
  • ENHANCEMENT: Enhanced doc blocks for some functions in includes/functions.php.
  • BUG FIX/ENHANCEMENT: Fixed localization of a few strings.
  • BUG FIX/ENHANCEMENT: Added unset magic method to the MemberOrder class to avoid warnings, e.g. in the REST API endpoints, which remove some data from orders before output. #2177 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Removed unused local variable name_parts. #2170 (@mircobabini)
  • BUG FIX/ENHANCEMENT: Fixed CSS/UI issues in the mobile view of some dashboard pages. #2174 #2175 (@kimcoleman)
  • BUG FIX/ENHANCEMENT: Now filtering the confirmation URL when using Stripe Checkout. #2178 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Removed some trailing commas that were throwing errors for some users on old versions of PHP. (@ideadude, @andrewlimaza)
  • BUG FIX/ENHANCEMENT: User fields added through settings are now included in the members list CSV export by default as intended.
  • BUG FIX: Fixed fatal error when reactivating the Register Helper plugin. #2173 (@ideadude, @JarrydLong)
  • BUG FIX: Fixed issue with saving group levels when you have more than one group.