Skip to content

1.0 - 2024-06-06

Compare
Choose a tag to compare
@dparker1005 dparker1005 released this 06 Jun 17:09
· 16 commits to master since this release
  • FEATURE: Custom JavaScript can now be run when LPV is granting access to restricted content using the pmprolpv_allow_view_js filter.
  • FEATURE: Custom JavaScript can now be run when LPV is denying access to content using the pmprolpv_deny_view_js filter.
  • ENHANCEMENT: Overhauled the view tracking cookie data structure for simplicity and to allow for future enhancements.
  • BUG FIX/ENHANCEMENT: Added support for Multiple Memberships Per User.
  • BUG FIX/ENHANCEMENT: View tracking and content restriction are now performed using an AJAX call to avoid caching issues.
  • REFACTOR: Organized plugin code into separate files.
  • DEPRECATED: Removed the option to redirect from restricted content with PHP.
  • DEPRECATED: No longer tracking views per level. If the user has multiple levels, LPV will track views until the total number of views surpasses the limit for all of their levels.