Version: 1.26.8
* Fix - Ensure member purchasing discounts are applied with most recent versions of WooCommerce Bookings
* Fix - Ensure the correct restriction message is displayed in the 'wcm_content_restricted' shortcode
* Fix - Address potential deprecated notices when Memberships handles background jobs with WooCommerce 5.3+
Feature - Introduce a configurable membership directory block with search, filtering, and pagination of members.
Fix - When a user doesn't belong to any membership plan, don't show them any profile fields in the My Account area
* Fix - Remove deprecated usages of `is_ajax()` in favor of `wp_doing_ajax()`
* Misc - Require WooCommerce v3.9.4 or later
Fix - Show profile fields for product variations when the parent product has associated profile fields
Fix - Hide rules belonging to trashed membership plans from all meta boxes
* Dev - Adds a filter to help third party code handle product discounts when a product is on sale
* Fix - When using the `wcm_product_discount` shortcode, ensure that the percentage discount amount is not miscalculated while a member is logged in
* Tweak - Pass the full product instance to `wc_memberships_exclude_product_from_member_discounts` filter instead of product ID when checking cart item member discounts
* Fix - Update usage of deprecated `block_categories` filter to address notices since WP 5.8
* Tweak - Strip HTML tags in product names dropdown in plan access settings
* Fix - Admins updating an order that triggers Sensei auto-enrollment to courses shouldn't be redirected to the posts edit screen
* Dev - Add filter hook to toggle duplicating a product's memberships data when cloning products
* Fix - Address an issue with plans with fixed dates and some timezone configurations
* Misc - Drop the `woo-includes` folder and move plugin classes from `includes` to `src` folder