You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= 2.8.3 - 2024/05/10 =
* This maintenance release has an edge case fix that means total views record is created again at 1 when a duplicate post ID exists in the database.
* Tweak - Test for compatibility with WordPress 6.5.3
* Fix - Get correct total views instead create new record with value 1 when it has duplicate post ID from database (edge case).
Copy file name to clipboardExpand all lines: page-views-count.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
/*
3
3
Plugin Name: Page Views Count
4
4
Description: Show front end users all time views and views today on posts, pages, index pages and custom post types with the Page Views Count Plugin. Use the Page Views Count function to add page views to any content type or object created by your theme or plugins.
0 commit comments