diff --git a/adminpages/limitpostviews.php b/adminpages/limitpostviews.php index 7efddc5..3c56929 100644 --- a/adminpages/limitpostviews.php +++ b/adminpages/limitpostviews.php @@ -85,12 +85,17 @@ function pmprolpv_settings_field_use_js() { $use_js = get_option( 'pmprolpv_use_js' ); ?> > + -

+

+
+

+

+

apply Limit Post Views to other post types by following the instructions here.", 'pmpro-limit-post-views' ), 'https://www.paidmembershipspro.com/offer-limited-access-to-restricted-page-or-custom-post-type-content-using-the-limit-post-views-add-on/' ); ?>


diff --git a/pmpro-limit-post-views.php b/pmpro-limit-post-views.php index 9c5526d..32adcad 100755 --- a/pmpro-limit-post-views.php +++ b/pmpro-limit-post-views.php @@ -3,7 +3,7 @@ * Plugin Name: Paid Memberships Pro - Limit Post Views Add On * Plugin URI: https://www.paidmembershipspro.com/add-ons/pmpro-limit-post-views/ * Description: Integrates with Paid Memberships Pro to limit the number of times members and visitors can view posts on your site. - * Version: .5 + * Version: .6 * Author: Paid Memberships Pro * Author URI: https://www.paidmembershipspro.com */ diff --git a/readme.txt b/readme.txt index fc49f9e..0b317d9 100755 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: strangerstudios Tags: paid memberships pro, pmpro, nytimes, new york times, post limits, limit, posts Requires at least: 4.0 -Tested up to: 4.7 -Stable tag: .5 +Tested up to: 5.1 +Stable tag: .6 Integrates with Paid Memberships Pro to limit the number of times non-members can view posts on your site. @@ -30,7 +30,9 @@ Please post it in the GitHub issue tracker here: https://github.com/strangerstud Please visit our premium support site at http://www.paidmembershipspro.com for more documentation and our support forums. == Changelog == -= .5.1 = += .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. @@ -39,7 +41,6 @@ Please visit our premium support site at http://www.paidmembershipspro.com for m * BUG: Fixed issue where current user's level ID wasn't used properly when NOT using JavaScript and counting views per level. * BUG: Fixed PHP warning when PMPRO_LPV_USE_JAVASCRIPT wasn't defined. - = .4 = * BUG: Fixed issue where the addon would crash if PMPro was not activated. * ENHANCEMENt: Now tracking views per level for cases where users upgrade their level during the middle of the month/etc.