From 65a09a8015c7419337405f53da33836957c6443a Mon Sep 17 00:00:00 2001 From: Ronak J Vanpariya <26689210+vanpariyar@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:25:22 +0530 Subject: [PATCH] Version Update --- readme.txt | 6 +++++- wp-post-views.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index aa0ecea..4d9dbff 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: post views, count wordpress site views, show post views, post view counter Requires at least: 5.4 Requires PHP: 7.4 Tested up to: 6.7 -Stable tag: 1.17 +Stable tag: 1.18 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.18 - 16/12/2024 = +- Removed Home page checks from Ajax. +- Now home page views will be counted + = 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 diff --git a/wp-post-views.php b/wp-post-views.php index 51e3bf3..70cb05c 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.17 + * Version: 1.18 * Requires at least: 5.4 * Requires PHP: 7.4 * Author: Ronak J Vanpariya