diff --git a/readme.txt b/readme.txt index e5eb5d0..aa0ecea 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: vanpariyar, ankitatanti, Brijeshdhanani, piyushmultidots, kajalgoh Tags: post views, count wordpress site views, show post views, post view counter, WP Post Views Requires at least: 5.4 Requires PHP: 7.4 -Tested up to: 6.4 -Stable tag: 1.16 +Tested up to: 6.7 +Stable tag: 1.17 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://paypal.me/vanpariyar @@ -57,6 +57,10 @@ The total view shortcode not working well with large sites. == Changelog == += 1.17 - 30/11/2024 = +- Complete architecture Changed on How we count views. +- we are using simple Js insted of AJAX thanks to https://github.com/vanpariyar/wp-post-views/pull/33 + = 1.15 - 12/03/2024 = - Complete architecture Changed on How we count views. - We are now using ajax to count views. This will ensure the views getting logged even on the caching set. Please while using cache allow ajax function to run. diff --git a/wp-post-views.php b/wp-post-views.php index bdfa446..51e3bf3 100644 --- a/wp-post-views.php +++ b/wp-post-views.php @@ -11,7 +11,7 @@ * Plugin Name: WP Post Views * Plugin URI: https://github.com/vanpariyar/wp-post-views * Description: WP Post Views. - * Version: 1.16 + * Version: 1.17 * Requires at least: 5.4 * Requires PHP: 7.4 * Author: Ronak J Vanpariya