Skip to content

Releases: strangerstudios/pmpro-limit-post-views

1.0.1 - 2024-08-14

14 Aug 16:14
Compare
Choose a tag to compare
  • ENHANCEMENT: Updated the settings page UI to highlight non-member limits as the plugin's primary feature. #59 (@kimcoleman)
  • ENHANCEMENT: Improved compatibility with other Add Ons that restrict post content based on criteria other than membership level. #64 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Improved data validation when pulling view data from the Limit Post Views cookie. #63 (@michaelbourne)
  • BUG FIX: Fixed a JavaScript error that may have shown in the console. #59 (@kimcoleman)
  • BUG FIX: Fixed the text domain for some strings. #59 (@kimcoleman)
  • BUG FIX: Fixed a PHP error when viewing the plugin action links without the "manage_options" capability. #66 (@dwanjuki)

1.0 - 2024-06-06

06 Jun 17:09
Compare
Choose a tag to compare
  • 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.

0.6.1 - 2023-10-13

13 Oct 16:15
Compare
Choose a tag to compare

BUG FIX/ENHANCEMENT: Marked plugin as incompatible with Multiple Memberships Per User for the PMPro v3.0 update. #52 (@dparker1005)
BUG FIX: Fixed timezone issue where cookie expiration dates could be set in the past. (@ideadude)
BUG FIX: Fixed errors in PHP 8+ when trying to access array indexes that do not exist. #49 (@JarrydLong)

v.6

21 Feb 19:07
Compare
Choose a tag to compare
v.6
  • BUG FIX: Fixed issue with PMPro 2.0 menus.
  • ENHANCEMENT: Cleaned up the JavaScript code a bit.
  • ENHANCEMENT: WordPress coding standards review.
  • ENHANCEMENT: Adding a link to the plugin settings page in the plugin's action links.
  • ENHANCEMENT: Improving settings page layout and documentation.