1.3.5 - 16th March 2023

  • New: Ability to restrict content by which Stripe product has been purchased

1.3.4 - 4th February 2023

  • New: 'wpum_can_access_restricted_content' function to use to check if the post is restricted, and the user viewing it can access it

1.3.3 - 22nd July 2022

  • Fix: Content restriction now not breaking the WP Advanced Ads plugin screen

1.3.2 - 1st May 2022

  • Improvement: Added 'wpum_content_restriction_pre_get_user' filter to abort loading all users in the edit post screen
  • Improvement: Redirect URL after login now can be filtered when restricting content
  • Fix: WooCommerce purchase restriction now working correctly
  • Fix: User and user role restriction now working correctly
  • Fix: Content restriction settings for terms now correctly saving
  • Fix: Content restriction now not showing on WooCommerce coupon screen

1.3.1 - 4th March 2022

  • Improvement: Added 'wpumcr_post_restricted_redirect_to' filter to abort adding 'redirect_to' query string to redirected pages
  • Fix: Fix undefined offset notice

1.3 - 24th February 2022

  • New: Taxonomies can now be restricted
  • Fix: WPML menu items throwing notices

1.2.1 - 17th February 2022

  • New: Content restriction can now be controlled to show/hide content in menus

1.2 - 3rd January 2022

  • New: Parent pages now can have their child pages restricted
  • Fix: Further performance fixes

1.1.5 - 24th November 2021

  • Fix: Restriction not working since v1.1.4 performance fix

1.1.4 - 22nd November 2021

  • Improvement: Further improvements to page load performance

1.1.3 - 19th October 2021

  • New: Restriction can now be suppressed with an 'wpum_restrict_bypass' argument for custom WP_Query queries
  • New: Administrators can now view restricted content for post types that are restricted
  • Fix: Users for admin settings now aren't fetched on the frontend for performance

1.1.2 - 5th October 2021

  • New: Filter 'wpum_restricted_post_content' added to allow customizing the restricted post content

1.1.1 - 19th June 2021

  • New: Setting for 'restrict everywhere' for all posts in specific post types (posts, pages, custom post types)
  • New: Filter 'wpumcr_pre_post_type_{$post->post_type}_restriction' added to allow custom logic for per post type restriction

1.1 - 9th February 2021

  • New: Settings to define restriction settings for all posts in specific post types (posts, pages, custom post types)
  • New: WooCommerce integration - restrict content to only users who have purchased specific products

1.0.4 - 24th January 2021

  • Fix: Undefined property found_posts warning
  • Improvement: Add langauge .pot file for translation of plugin strings

1.0.3 - 9th January 2021

  • Fix: Archive found posts total not correct breaking pagination
  • Improvement: Added 'wpumcr_restrict_content_everywhere' filter control if the post content is hidden in archives when in redirect mode

1.0.2 - 17th December 2020

  • Fix: Restricting everywhere doesn't hide from archive pages
  • Fix: Redirecting to the homepage causes a loop when viewing the post

1.0.1 - 2nd December 2020

  • Improvement: Added filters to restrict all objects of a certain post type
  • Improvement: Added hooks and filters for developers to extend the content restriction

1.0

Initial release