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