Releases: a3rev/page-views-count
Releases · a3rev/page-views-count
2.1.0
= 2.1.0 - 2018/12/14 =
- This feature upgrade ports Page View Count editor meta to Page Views Gutenberg block. Full compatibility with WP 5.0.1, 4.9.9 and the Classic editor.
- Feature - Add Dynamic Page Views Block for Gutenberg. Admin can use block to show anywhere in post content. When insert the block it auto deactivates global show PVC at top or bottom of that post.
- Tweak - Global PVC metabox that shows on editor sidebar works with both Gutenberg and Classic Editor
- Tweak - Update functions for frontend view so that it syncs count parameters with Dynamic Block Gutenberg
- Framework - Replace wp_remote_fopen with file_get_contents for get web fonts
- Framework - Define new variable
is_load_google_fonts
for custom turn it off if plugins do not need to load google font - Framework - Register style name for dynamic style of plugin for use with Gutenberg block
- Framework - Update Modal script and style to version 4.1.1
- Framework - Update a3rev Plugin Framework to version 2.1.0
- Tweak - Test for compatibility with WordPress 5.0.1 and WordPress 4.9.9
2.0.5
= 2.0.5 - 2018/05/26 =
- This maintenance update is for compatibility with WordPress 4.9.6 and the new GDPR compliance requirements for users in the EU
- Tweak - Test for compatibility with WordPress 4.9.6
- Tweak - Check for any issues with GDPR compliance. None Found
- Framework - Update a3rev Plugin Framework to version 2.0.3
2.0.4
- Maintenance Update. Fixes for Views today count always showing 0
value, PHP warning and conflict with Yoast SEO Facebook description - Tweak - Update Readme - Installation - Minimum Requirements PHP to
version 5.6.0 - Fix - Update variable to resolve todays views always showing 0.
Thanks to @stefanodalli - Fix - Check if global $post exist to resolve PHP Notice Trying to get
property of non-object in pvc_class.php on line 225 - Fix - Remove old filter that was causing conflict with Yoast SEO
Facebook description meta causing the post content to be used and not
be changed. Thanks to @banana7777 for reporting the issue
2.0.3
= 2.0.3 - 2018/02/13 =
- Maintenance Update. Under the bonnet tweaks to keep your plugin running smoothly and is the foundation for new features to be developed this year
- Framework - Update a3rev Plugin Framework to version 2.0.2
- Framework - Add Framework version for all style and script files
- Tweak - Update for full compatibility with a3rev Dashboard plugin
- Tweak - Test for compatibility with WordPress 4.9.4
- Fix - Use WPSEO_Meta::set_value instead of wpseo_set_value, for compatibility with Yoast SEO plugin
2.0.2
= 2.0.2 - 2017/12/14 =
- Maintenance Update. This update includes 3 bug fixes, including AMP pages conpatibility
- Fix - Headers already sent warning. Delete trailing spaces at bottom of php file
- Fix - Change attribute name element-id to data-element-id for compatibility with AMP. Thanks to @veenareddys for reporting the issue
- Fix - Update SQL query for fix bug get incorrect total views when edit a Post or Page. Thanks to @groenhart for reporting this issue
2.0.1
= 2.0.1 - 2017/12/13 =
- Maintenance Update. 3 code tweaks for compatibility with WordPress 4.9.1 and 2 bug fixes
- Tweak - Removed auto redirect to plugins admin panel on activation
- Tweak - Added Settings link to plugins description on plugins menu
- Tweak - Remove console log from script as it was causing theme Customizer to load slowly
- Tweak - Tested for compatibility with WordPress 4.9.1
- Fix - Update regex expression in the REST endpoint so that it accepts array-like params as expected.
- Fix - Get correct item ID if params is parse as array
- Credit - Thanks to Cypwu for the Github contribution for REST endpoint modification
2.0.0
- Feature - Upgrade Stats image icon to fontawesome Chart Icon
- Feature - Add new + Counter Position and Style options box on plugins admin panel
- Feature - Added option to show Page Views Count at Top or Bottom of post and page content
- Feature - Added Page Views Count Alignment options Left, Centre or Right
- Feature - Added new fontawesome count icon size and colour settings
- Feature - Registry endpoint /pvc/v1 for full automatic integration with WordPress JSON RESTful API
- Feature - Plugin source code now on public Github repository to allow users and developers to contribute
- Tweak - Update Ajax load for connect to WordPress JSON RESTful API instead of calling to admin-ajax.php
- Tweak - Register fontawesome in plugin framework with style name font-awesome-styles
- Tweak - Update plugins readme to show description of new features, link to Github Repo and translations page
- Tweak - Tested for compatibility with WordPress major version 4.8.0