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: 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.