* Fix - If a member has only membership, the link to the Members Area could end with a double trailing slash which might cause issues on some hosts
* Fix - When an admin wipes a message content, the frontend would have still displayed the default message content, while it should display nothing at all as if the message were disabled
* Fix - Ensure custom restriction messages are only displayed when enabled
* Fix - Display issue with sortable members area columns on mobile, no more ghost HTML!
* Fix - Ensure product description/excerpt is not appended to the product discount message for variation products
* Fix - Ensure product discount message is not displayed when a product does not have any active purchasing discounts
* Fix - Start and end dates for fixed length membership plans would be pushed back by 1 day on certain timezones upon saving
* Fix - When restriction mode is set to "Hide Completely" an infinite loop error may have occurred in some circumstances
* Fix - Allow custom product taxonomies to be used for restriction rules
* Fix - Repair any corrupted rules using custom taxonomies after saving in v1.9
* Fix - When using WooCommerce shortcodes to display products, member restrictions weren't handled correctly
* Fix - Missing "Active Memberships" information in orders and subscriptions admin screens
* Fix - Ensure user membership search results can be filtered by status
* Fix - Do not show Memberships account tab when "My Memberships" endpoint setting is blank
* Fix - Ensure that plan rules that target taxonomy terms extend to term children in each content restriction mode
* Fix - When creating a new user while adding or transferring a user membership, the user first and last name fields were ignored
* Fix - Ensure subscription-tied memberships show the correct actions under "Manage" in the member area
* Fix - Ensure generic restriction rules are not overridden with post-specific rules when saving a post in admin
* Fix - Address an issue where new product discount rules added on edit product screen were not being saved
* Fix - Discounted subscription products didn't show correct initial totals when an amount-based discount was applied
* Fix - When redirecting to a content restricted page, ensure the correct restriction message is shown
* Fix - Discount login reminders did not show the correct message
* Dev - Reintroduces `wc_memberships_the_restricted_content`; this is deprecated in favor of HTML restriction message filters to alter the restricted content