Skip to content

Releases: a3rev/page-views-count

2.8.4

15 Jul 07:14
Compare
Choose a tag to compare

= 2.8.4 - 2024/07/15 =

  • This release has various tweaks for compatibility with WordPress 6.6
  • Tweak - Tested for compatibility with WordPress 6.6
  • Tweak - Validate and correct block.json based schema from WordPress Block
  • Tweak - Update block.json to v3
  • Fix - Make page view count block work with block template and block part template

2.8.3

10 May 05:19
Compare
Choose a tag to compare

= 2.8.3 - 2024/05/10 =

  • This maintenance release has an edge case fix that means total views record is created again at 1 when a duplicate post ID exists in the database.
  • Tweak - Test for compatibility with WordPress 6.5.3
  • Fix - Get correct total views instead create new record with value 1 when it has duplicate post ID from database (edge case).

2.8.2

23 Nov 05:08
Compare
Choose a tag to compare

= 2.8.2 - 2023/11/23 =

  • This maintenance release has plugin framework updates for compatibility with PHP 8.1 onwards, plus compatibility with WordPress 6.4.1
  • Tweak - Test for compatibility with WordPress 6.4.1
  • Framework - Set parameter number of preg_match function from null to 0 for compatibility with PHP 8.1 onwards
  • Framework - Validate empty before call trim for option value

2.8.1

25 May 04:19
Compare
Choose a tag to compare

= 2.8.1 - 2023/05/25 =

  • This maintenance release has 1 fix for plugin on new option ADMIN-AJAX.
  • Fix - add action to wp_ajax_nopriv_ for new option ADMIN-AJAX

2.8.0

24 May 07:58
Compare
Choose a tag to compare

= 2.8.0 - 2023/05/24 =

  • This release removes loading PVC Stats with PHP and replaces with REST API as default with Admin-ajax as the fallback.
  • Feature - Support options for choose WP REST API or Admin Ajax load PVC stats
  • Tweak - Remove load PVC stats by PHP
  • Tweak - On upgrade if using PHP to load PVC stats it will update to use WP REST API
  • Tweak - If WP REST API is not active it will fall back to ADMIN-AJAX
  • Tweak - Auto detect if WP REST API and PVC endpoint are disabled, it will fall back to the ADMIN-AJAX
  • Tweak - Add warning notification if WP REST API or PVC Endpoint are disabled.
  • Tweak - Updated setting and help text on the Page View Count Load option box.
  • Tweak - Test for compatibility with WordPress 6.2.2

2.7.0

08 Apr 06:52
Compare
Choose a tag to compare
  • This release changes the daily views reset from fixed GMT = 00 to use the timezone that is set in the site's WordPress General Settings.
  • Feature - Use the timezone from WordPress General Settings as the reset time for daily views counter.
  • Tweak - Test for compatibility with WordPress 6.2

2.6.3

25 Feb 05:13
Compare
Choose a tag to compare

= 2.6.3 - 2023/02/25 =

  • This maintenance release had 2 performance tweaks for the page view count loading icon.
  • Tweak - Upgrade loading icon to a larger one for improved display on mobile retina
  • Tweak - Set loading icon width and height attributes to comply with Google Core Web Vitals standards.

2.6.2

30 Jan 04:10
Compare
Choose a tag to compare

= 2.6.2 - 2023/01/30 =

  • This maintenance release adds compatibility with plugins that set user roles, ie membership plugins.
  • Tweak - Validate $post->ID is not empty for compatibility with User Role plugins

2.6.1

07 Jan 04:23
Compare
Choose a tag to compare

= 2.6.1 - 2023/01/07 =

  • Please run this update now to apply a security vulnerability patch
  • Security - Page View Block security hardening.

2.6.0

03 Jan 11:12
Compare
Choose a tag to compare

= 2.6.0 - 2023/01/03 =

  • This feature release removes the fontawesome lib and replaces icons with SVGs plus adds Default Topography option to font controls.
  • Feature - Convert icon from font awesome to SVG
  • Feature - Update styling for new SVG icons
  • Plugin Framework - Update typography control from plugin framework to add support for Default value
  • Plugin Framework - Default value will get fonts set in the theme.
  • Plugin Framework - Change generate typography style for change on typography control
  • Plugin Framework - Remove fontawesome lib