Skip to content

Commit 70c6fdb

Browse files
authored
Changes
1 parent f7a9dbf commit 70c6fdb

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: vanpariyar, ankitatanti, Brijeshdhanani, piyushmultidots, kajalgoh
33
Tags: post views, count wordpress site views, show post views, post view counter, WP Post Views
44
Requires at least: 5.4
55
Requires PHP: 7.4
6-
Tested up to: 6.4
7-
Stable tag: 1.16
6+
Tested up to: 6.7
7+
Stable tag: 1.17
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Donate link: https://paypal.me/vanpariyar
@@ -57,6 +57,10 @@ The total view shortcode not working well with large sites.
5757

5858
== Changelog ==
5959

60+
= 1.17 - 30/11/2024 =
61+
- Complete architecture Changed on How we count views.
62+
- we are using simple Js insted of AJAX thanks to https://github.com/vanpariyar/wp-post-views/pull/33
63+
6064
= 1.15 - 12/03/2024 =
6165
- Complete architecture Changed on How we count views.
6266
- 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.

wp-post-views.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: WP Post Views
1212
* Plugin URI: https://github.com/vanpariyar/wp-post-views
1313
* Description: WP Post Views.
14-
* Version: 1.16
14+
* Version: 1.17
1515
* Requires at least: 5.4
1616
* Requires PHP: 7.4
1717
* Author: Ronak J Vanpariya

0 commit comments

Comments
 (0)