Skip to content

Commit 7e87dac

Browse files
committed
Release new version 2.3.0
= 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
1 parent 55122e3 commit 7e87dac

File tree

2 files changed

+47
-21
lines changed

2 files changed

+47
-21
lines changed

page-views-count.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/*
33
Plugin Name: Page Views Count
44
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.
5-
Version: 2.2.1
6-
Requires at least: 4.6
7-
Tested up to: 5.3.1
5+
Version: 2.3.0
6+
Requires at least: 4.9
7+
Tested up to: 5.3.2
88
Author: a3rev Software
99
Author URI: https://a3rev.com
1010
Text Domain: page-views-count
@@ -23,7 +23,7 @@
2323

2424
define( 'A3_PVC_KEY', 'a3_page_view_count' );
2525
define( 'A3_PVC_PREFIX', 'wp_pvc_' );
26-
define( 'A3_PVC_VERSION', '2.2.1' );
26+
define( 'A3_PVC_VERSION', '2.3.0' );
2727
define( 'A3_PVC_G_FONTS', false );
2828

2929
use \A3Rev\PageViewsCount\FrameWork;

readme.txt

Lines changed: 43 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== Page View Count ===
22
Contributors: a3rev, a3rev Software, nguyencongtuan
33
Tags: wordpress page view, page view count , post views, post view count, gutenberg
4-
Requires at least: 4.6
5-
Tested up to: 5.3.1
6-
Stable tag: 2.2.1
4+
Requires at least: 4.9
5+
Tested up to: 5.3.2
6+
Stable tag: 2.3.0
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

@@ -13,14 +13,6 @@ Places an icon, all time views count and views today count at the bottom of post
1313

1414
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.
1515

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-
2416
= FEATURES =
2517

2618
* 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
3022
* Set the colour and size of the counter icon
3123
* Option to use load by Ajax to prevent the count from being cached by caching plugins
3224
* 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
3529
* All options and settings are point click - absolutely no coding required
3630

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+
3742
= DEVELOPERS =
3843

3944
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
4954

5055
= CONTRIBUTE =
5156

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.
5358
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)
5459

5560

5661
== Installation ==
5762

5863
= Minimum Requirements =
5964

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
6267
* MySQL version 5.6 or greater OR MariaDB version 10.0 or greater
6368

6469
= Automatic installation =
@@ -98,6 +103,24 @@ The manual installation method involves down loading our plugin and uploading it
98103

99104
== Changelog ==
100105

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.
108+
* Feature - Add new PVC shortcode `[pvc_stats postid="" increase="1" show_views_today="1"]`
109+
* Feature - Add new PVC widget
110+
* Feature - Add new Counter Icon eye option
111+
* 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+
101124
= 2.2.1 - 2019/12/17 =
102125
* This maintenance release has a full code security review plus compatibility with WordPress 5.3.1
103126
* 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
337360

338361
== Upgrade Notice ==
339362

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+
340366
= 2.2.1 =
341367
This maintenance release has a full code security review plus compatibility with WordPress 5.3.1
342368

@@ -413,7 +439,7 @@ Update you plugin now for 1 framework code tweak plus 1 bug fix and full compati
413439
Upgrade now for a bug fix for missed style when disable AJAX load view counts in version release 1.0.6.1.
414440

415441
= 1.0.6.1 =
416-
Upgrade now for a bug fix for Sass in yesterdays major version release 1.0.6.
442+
Upgrade now for a bug fix for Sass in yesterday's major version release 1.0.6.
417443

418444
= 1.0.6 =
419445
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

Comments
 (0)