You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.