Skip to content

Releases: a3rev/page-views-count

2.4.3

08 Aug 07:35
Compare
Choose a tag to compare

= 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

20 Jul 08:00
Compare
Choose a tag to compare

= 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

03 Apr 11:16
Compare
Choose a tag to compare

= 2.4.1 - 2020/04/03 =

  • This maintenance release fixes a PHP global function missed in the last update.
  • Fix - Update some code from global ${$this- to $GLOBALS[$this missed on previous version

2.4.0

19 Mar 06:05
Compare
Choose a tag to compare
  • 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

10 Mar 07:32
Compare
Choose a tag to compare

= 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

17 Dec 04:19
Compare
Choose a tag to compare

= 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

2.2.0

12 Sep 06:19
Compare
Choose a tag to compare

= 2.2.0 - 2019/09/12 =

  • This feature upgrade is a full refactor of the plugins PHP to PHP dependency manager Composer with autoloading.
  • Feature - Plugin fully refactored to Composer for cleaner code and faster PHP code

2.1.3

01 Aug 05:50
Compare
Choose a tag to compare

= 2.1.3 - 2019/08/01 =

  • This maintenance upgrade is to fix a style conflict with fontawesome icons
  • Fix - fontawesome icons not able to get correct style on frontend when the fontawesome script is loaded on the page by theme or another plugin.

2.1.2

29 Jun 05:41
Compare
Choose a tag to compare

= 2.1.2 - 2019/06/29 =

  • This is a maintenance upgrade to fix a potentially fatal error conflict with sites running PHP 7.3 plus compatibility with WordPress 5.2.2
  • Fix - PHP warning continue targeting switch is equivalent to break for compatibility on PHP 7.3

2.1.1

17 Dec 08:13
Compare
Choose a tag to compare
  • This is a maintenance update for WordPress version 5.0.2 and PHP 7.3 compatibility.
  • Framework – Update to use WordPress ESLint rules
  • Framework – Test and update for compatibility with PHP 7.3
  • Tweak - Test for compatibility with WordPress