Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vanpariyar authored Nov 30, 2024
1 parent f7a9dbf commit 70c6fdb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion wp-post-views.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70c6fdb

Please sign in to comment.