Releases: a3rev/page-views-count
Releases · a3rev/page-views-count
2.4.3
= 2.4.3 - 2020/08/08 =
- This maintenance release is for compatibility with WordPress major version 5.5 and WooCommerce 4.3.1.
- Tweak - Test for compatibility with WordPress 5.5
- Tweak - Test for compatibility with WooCommerce 4.3.1
- Tweak - Return default true for permission_callback, required from register_rest_route on WordPress 5.5
2.4.2
= 2.4.2 - 2020/07/20 =
- This maintenance release has a performance tweak, plus compatibility with WordPress 5.4.2, Gutenberg 8.5.1 and WooCommerce 4.3.0
- Tweak - Reduce the block scripts on first load in the Gutenberg Editor
- Tweak - Test for compatibility with WordPress 5.4.2
- Tweak - Test for compatibility with WooCommerce 4.3.0
- Tweak - Test for compatibility with Gutenberg 8.5.1
2.4.1
2.4.0
- This big feature release adds dynamic text, change Total Views and Views Today text from the plugins dashboard. Add support for Dynamic Text string translation. Compatibility with WordPress 5.4, Gutenberg 7.5, WooCommerce 4.0 plus PHP 7.0 to 7.4
- Feature - Add dynamic text support for Total Views and Views Today day text from plugin settings
- Feature - Option to show text on either side of the count number or both sides
- Feature - Add dynamic text strings support for translations with plugins like WPML and Qtranslate
- Tweak - Add the dynamic text options to the Counter Position and Style option box.
- Tweak - Replace No total views yet text with the number 0
- Tweak - Do not show Views Today when the count is 0
- Tweak - Move the Counter Icon settings to new options box.
- Tweak - Update Gutenberg block for work compatibility with Gutenberg latest version 7.5
- Tweak - Test for compatibility with WordPress 5.4
- Tweak - Run Travis CI unit build tests for PHP compatibility issues with PHP 7.0 to 7.4
- Tweak - Update readme decription screenshots.
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
2.2.1
= 2.2.1 - 2019/12/17 =
- This maintenance release has a full code security review plus compatibility with WordPress 5.3.1
- Tweak - Remove the hard coded PHP error_reporting display errors false from compile sass to css
- Tweak - Test for compatibility with WordPress 5.3.1
- Dev - Replace file_get_contents with HTTP API wp_remote_get
- Dev - Ensure that all inputs are sanitized and all outputs are escaped