2017.09.20 - version 1.9.0
* Feature - Create new users while adding new members from the user membership admin edit screen or transferring memberships between users
* Feature - Plans can now be specified in the `wcm_nonmember` shortcode, to display messages to non-members of specific plans
* Tweak - Automatically group together rules that target content belonging to the same group type
* Tweak - Automatically merge overlapping plan rules or merge specific rules that are being overridden by more broad ones
* Tweak - Hide rules belonging to plans in the trash from Memberships panels in posts or product edit screens
* Tweak - Product restriction and purchasing discount rules concerning individual variations are now visible from the variable product admin edit screen
* Tweak - Allow usage of shortcodes in restriction messages displayed to non members
* Tweak - Better organized restriction and non-member messages in Memberships Settings
* Tweak - Improved Members Area layout and endpoints for better compatibility and integration with third party code
* Tweak - The shop page is now correctly redirected to 404 when is restricted by rules and "Hiding completely" or "Redirect to page" is the restriction mode
* Fix - Ensure expiration events scheduled prior to version 1.7 are always ignored to avoid incorrect expiration of renewed memberships
* Fix - Ensure loop/member-discount-badge.php template and its overrides are being used
* Fix - In some rare circumstances, the cumulative purchase of products that granted access to the same membership plan could have duplicated the user membership's expiration events
* Fix - Address an issue with WooCommerce Measurement Price Calculator where some discounted products with calculator settings enabled might have shown an incorrect original price
* Dev - Refactored restrictions and rules handling for performance, scalability and improved third party code compatibility
* Dev - Improvements with restriction messages handling and more flexibility to filter the messages CSS classes and HTML content
* Dev - Extended WC CLI support for managing plan rules from the command line
* Dev - Introduce new admin hooks for handling tabs, screen IDs, meta boxes, modals
* Dev - The 'myaccount/my-membership-tabs.php' template has been deprecated in favor of 'myaccount/my-membership-navigation.php'
* Misc - Removed support for WooCommerce 2.5
2017.08.15 - version 1.8.9
* Fix - Security issue in validating member login with renewal links
2017.08.03 - version 1.8.8
* Fix - Improve compatibility with WooCommerce Measurement Price Calculator extension and member discounts
* Fix - Ensure that Subscription products with member discounts have their sign up fees correctly handled in WooCommerce Subscriptions 2.2.11+
* Dev - Ensure plan methods to return restricted content can return all posts if set
2017.07.27 - version 1.8.7
* Fix - If a Subscription sign up fee is discounted by 100% there's a possibility to incur in a division by 0 error
* Fix - Ensure that the HTML price of Subscription products that may have sign up fee discounts is displayed correctly when a member is logged in
* Fix - Address potential issues with active memberships trying to access content for which they should have immediate access and instead receive a delayed access notice
* Fix - When bbPress is enabled and there are hidden forums these might not have shown up to keymasters and moderators
2017.06.28 - version 1.8.6
* Fix - Ensure that discounting of Subscriptions signup fees is consistent with Memberships product settings
* Fix - Ensure "Expiring soon" emails are scheduled for short membership plans of two days or less when these are supposed to be sent one day before membership expiration
* Fix - Content on the account page could be duplicated in the Members Area with WooCommerce 2.6+
* Fix - Ensure hidden variations aren't shown in restriction messages with WooCommerce 3.0+
* Fix - Warn admins against using a deprecated order_count parameter in woocommerce_my_account shortcode which could trigger server errors when viewing the Members Area
* Fix - Ensure that memberships with specific end dates don't get extended extra times when manually changing an order status from processing to completed
* Misc - Added support for WooCommerce 3.1