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.3.0 - 2020/03/10 =
* This feature release contains, new PVC shortcode, new PVC Widget, option to only show total views, a new eye icon option, full compatibility with Elementor Templates, completion of PHP Composer refactor and 4 PHP fixes for compatibility with PHP v 7.0 to 7.4.
* Feature - Add new PVC shortcode `[pvc_stats postid="" increase="1" show_views_today="1"]`
* Feature - Add new PVC widget
* Feature - Add new Counter Icon eye option
* Feature - Add Counter Views Type option: Default is ## Total Views, ## Views Today, Option is ## Total Views (hide Views Today)
* Feature - Plugin Framework fully refactored to Composer for cleaner code and faster PHP code
* Feature - Full compatibility with Elementor Templates
* Tweak - Conter Position and Style Options box, added Counter Views Type option
* Tweak - Counter Position and Style Options box, added new Counter Icon eye option
* Tweak - Added new + Page Views Count Shortcode options box with shortcode and parameters
* Tweak - Update plugin for compatibility with new version of plugin Framework
* Tweak - Tested for compatibility with WordPress v 5.3.2
* Fix - Update global ${$this- to $GLOBALS[$this to resolve 7.0+ PHP warnings
* Fix - Update global ${$option to $GLOBALS[$option to resolve 7.0+ PHP warnings
* Fix - Update less PHP lib that use square brackets [] instead of curly braces {} for Array , depreciated in PHP 7.4
* Fix - Validate for not use get_magic_quotes_gpc function for PHP 7.4
Copy file name to clipboardExpand all lines: page-views-count.php
+4-4Lines changed: 4 additions & 4 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.
@@ -13,14 +13,6 @@ Places an icon, all time views count and views today count at the bottom of post
13
13
14
14
A beautifully simple to set up plugin that gives site visitors and site owners the ability to quickly and easily see how many people have visited that page or post.
15
15
16
-
= GUTENBERG BLOCK =
17
-
If you are using the new Gutenberg editor once Page View Count is turned on from the plugins settings page the Global Page View Count meta will show under the sidebar Document Tab. Page View Count can be added to anywhere in your content by doing a block search for 'Page Views' or selecting the block from the Common Blocks menu.
18
-
19
-
Adding the Page Views block to your content automatically deactivates the Global Page View counter on the post or page. You can then place the counter anywhere in the content and set the alignment for it.
20
-
21
-
= COMPATIBILTY =
22
-
Compatible with WordPress 5.0+ and backwards to WP 4.6.0. Compatible with Classic Editor plugin with 5.0+ (Gutenberg Deactivated)
23
-
24
16
= FEATURES =
25
17
26
18
* On the front end it adds an icon and page views count to the bottom or top of pages and posts on your WordPress website.
@@ -30,10 +22,23 @@ Compatible with WordPress 5.0+ and backwards to WP 4.6.0. Compatible with Classi
30
22
* Set the colour and size of the counter icon
31
23
* Option to use load by Ajax to prevent the count from being cached by caching plugins
32
24
* Option to Manually set / edit total views and views today from Page View Count meta box on any post or page editor
33
-
* Lightweight - Fontawesome icon (no image to load) and called via WordPress JSON RESTful API (not on ajax-admin.php)
34
-
* Page Views block (Gutenberg) allows you to set the counter anywhere in your content on any post or page.
25
+
* Add Page Views counter via the PVC Gutenberg block
26
+
* Add Page Views counter via shortcode
27
+
* Add Page Views counter via widget
28
+
* Developers can add the Page Views Counter via php tag
35
29
* All options and settings are point click - absolutely no coding required
36
30
31
+
= COMPATIBILTY =
32
+
Compatible with WordPress 5.3+ and backwards to WP 4.9.0. Compatible with Classic Editor plugin with 5.0+ (Gutenberg Deactivated)
33
+
34
+
= GUTENBERG BLOCK =
35
+
Using the Gutenberg Editor. Use the Page View Count Block to add the counter to any page or post content. Block search for 'Page Views' or selecting the block from the a3rev Blocks menu.
36
+
37
+
Adding the Page Views block to your content automatically deactivates the Global Page View counter on the post or page.
38
+
39
+
= ELEMENTOR TEMPLATES =
40
+
Fully compatible with Elementor templates. Add counter via Shortcode or widget to any template.
41
+
37
42
= DEVELOPERS =
38
43
39
44
On the plugins dashboard in the + Page Views Count Function options box you will find the Page Views Count functions and notes on how to use them.
@@ -49,16 +54,16 @@ On the plugins dashboard in the + Page Views Count Function options box you will
49
54
50
55
= CONTRIBUTE =
51
56
52
-
When you download Page Views Count, you join our community. Regardless of if you are a WordPress beginner or experienced developer if you�re interested in contributing to Page Views Count development head over to the [Page Views Count GitHub Repository](https://github.com/a3rev/page-views-count) to find out how you can contribute.
57
+
When you download Page Views Count, you join our community. Regardless of if you are a WordPress beginner or experienced developer if you'�re interested in contributing to Page Views Count development head over to the [Page Views Count GitHub Repository](https://github.com/a3rev/page-views-count) to find out how you can contribute.
53
58
Want to add a new language to Page Views Count? Great! You can contribute via [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/page-views-count)
54
59
55
60
56
61
== Installation ==
57
62
58
63
= Minimum Requirements =
59
64
60
-
* WordPress 4.6 or greater
61
-
* PHP version 5.6.0 or greater
65
+
* WordPress 4.9 or greater
66
+
* PHP version 7.0 or greater
62
67
* MySQL version 5.6 or greater OR MariaDB version 10.0 or greater
63
68
64
69
= Automatic installation =
@@ -98,6 +103,24 @@ The manual installation method involves down loading our plugin and uploading it
98
103
99
104
== Changelog ==
100
105
106
+
= 2.3.0 - 2020/03/10 =
107
+
* This feature release contains, new PVC shortcode, new PVC Widget, option to only show total views, a new eye icon option, full compatibility with Elementor Templates, completion of PHP Composer refactor and 4 PHP fixes for compatibility with PHP v 7.0 to 7.4.
* Feature - Add Counter Views Type option: Default is ## Total Views, ## Views Today, Option is ## Total Views (hide Views Today)
112
+
* Feature - Plugin Framework fully refactored to Composer for cleaner code and faster PHP code
113
+
* Feature - Full compatibility with Elementor Templates
114
+
* Tweak - Conter Position and Style Options box, added Counter Views Type option
115
+
* Tweak - Counter Position and Style Options box, added new Counter Icon eye option
116
+
* Tweak - Added new + Page Views Count Shortcode options box with shortcode and parameters
117
+
* Tweak - Update plugin for compatibility with new version of plugin Framework
118
+
* Tweak - Tested for compatibility with WordPress v 5.3.2
119
+
* Fix - Update global ${$this- to $GLOBALS[$this to resolve 7.0+ PHP warnings
120
+
* Fix - Update global ${$option to $GLOBALS[$option to resolve 7.0+ PHP warnings
121
+
* Fix - Update less PHP lib that use square brackets [] instead of curly braces {} for Array , depreciated in PHP 7.4
122
+
* Fix - Validate for not use get_magic_quotes_gpc function for PHP 7.4
123
+
101
124
= 2.2.1 - 2019/12/17 =
102
125
* This maintenance release has a full code security review plus compatibility with WordPress 5.3.1
103
126
* Tweak - Remove the hard coded PHP error_reporting display errors false from compile sass to css
@@ -337,6 +360,9 @@ The manual installation method involves down loading our plugin and uploading it
337
360
338
361
== Upgrade Notice ==
339
362
363
+
= 2.3.0 =
364
+
This feature release contains, new PVC shortcode, new PVC Widget, option to only show total views, a new eye icon option, full compatibility with Elementor Templates, completion of PHP Composer refactor and 4 PHP fixes for compatibility with PHP v 7.0 to 7.4.
365
+
340
366
= 2.2.1 =
341
367
This maintenance release has a full code security review plus compatibility with WordPress 5.3.1
342
368
@@ -413,7 +439,7 @@ Update you plugin now for 1 framework code tweak plus 1 bug fix and full compati
413
439
Upgrade now for a bug fix for missed style when disable AJAX load view counts in version release 1.0.6.1.
414
440
415
441
= 1.0.6.1 =
416
-
Upgrade now for a bug fix for Sass in yesterday’s major version release 1.0.6.
442
+
Upgrade now for a bug fix for Sass in yesterday's major version release 1.0.6.
417
443
418
444
= 1.0.6 =
419
445
Upgrade now for the beginning of conversion of plugin to backbone.js and Sass. Much faster front-end load and less calls on server.
0 commit comments