Skip to content

Releases: a3rev/page-views-count

2.4.11

13 Jul 07:50
Compare
Choose a tag to compare

= 2.4.11 - 2021/07/13 =

  • This maintenance release has more code security hardening
  • Security - Add more variable, options and html escaping
  • Tweak - Skipped version 2.4.10 to avoid PHP misread

2.4.9

10 Jul 02:46
Compare
Choose a tag to compare
  • This maintenance release has code rewrites for WordPress 5.8 compatibility plus a Security patch
  • Tweak - Test for compatibility with WordPress 5.8
  • Tweak - Test for compatibility with Gutenberg 10.7
  • Tweak - Register block page-views-count/stats-editor inside block.js file for work compatibility with WordPress 5.8 new features
  • Security - Added escaping for the shortcode postid parameter

2.4.8

17 Mar 03:31
Compare
Choose a tag to compare

= 2.4.8 - 2021/03/17 =

  • This maintenance release updates 23 deprecated jQuery functions for compatibility with the latest version of jQuery in WordPress 5.7
  • Tweak - Update JavaScript on plugin framework for compatibility with latest version of jQuery and resolve PHP warning event shorthand is deprecated.
  • Tweak - Replace deprecated .change( handler ) with .on( 'change', handler )
  • Tweak - Replace deprecated .change() with .trigger('change')
  • Tweak - Replace deprecated .focus( handler ) with .on( 'focus', handler )
  • Tweak - Replace deprecated .focus() with .trigger('focus')
  • Tweak - Replace deprecated .click( handler ) with .on( 'click', handler )
  • Tweak - Replace deprecated .click() with .trigger('click')
  • Tweak - Replace deprecated .select( handler ) with .on( 'select', handler )
  • Tweak - Replace deprecated .select() with .trigger('select')
  • Tweak - Replace deprecated .blur( handler ) with .on( 'blur', handler )
  • Tweak - Replace deprecated .blur() with .trigger('blur')
  • Tweak - Replace deprecated .resize( handler ) with .on( 'resize', handler )
  • Tweak - Replace deprecated .submit( handler ) with .on( 'submit', handler )
  • Tweak - Replace deprecated .scroll( handler ) with .on( 'scroll', handler )
  • Tweak - Replace deprecated .mousedown( handler ) with .on( 'mousedown', handler )
  • Tweak - Replace deprecated .mouseover( handler ) with .on( 'mouseover', handler )
  • Tweak - Replace deprecated .mouseout( handler ) with .on( 'mouseout', handler )
  • Tweak - Replace deprecated .keydown( handler ) with .on( 'keydown', handler )
  • Tweak - Replace deprecated .attr('disabled', 'disabled') with .prop('disabled', true)
  • Tweak - Replace deprecated .removeAttr('disabled') with .prop('disabled', false)
  • Tweak - Replace deprecated .attr('selected', 'selected') with .prop('selected', true)
  • Tweak - Replace deprecated .removeAttr('selected') with .prop('selected', false)
  • Tweak - Replace deprecated .attr('checked', 'checked') with .prop('checked', true)
  • Tweak - Replace deprecated .removeAttr('checked') with .prop('checked', false)

2.4.7

09 Mar 09:34
Compare
Choose a tag to compare

= 2.4.7 - 2021/03/09 =

  • This maintenance release is for compatibility with WordPress 5.7 and Gutenberg 10.0
  • Tweak - Test for compatibility with WordPress 5.7
  • Tweak - Test for compatibility with Gutenberg 10.0

2.4.6

30 Dec 10:31
Compare
Choose a tag to compare

= 2.4.6 - 2020/12/30 =

  • This is an important maintenance release that updates our scripts for compatibility with the latest version of jQuery released in WordPress 5.6
  • Tweak - Update JavaScript on plugin framework for work compatibility with latest version of jQuery
  • Fix - Replace .bind( event, handler ) by .on( event, handler ) for compatibility with latest version of jQuery
  • Fix - Replace :eq() Selector by .eq() for compatibility with latest version of jQuery
  • Fix - Replace .error() by .on( “error” ) for compatibility with latest version of jQuery
  • Fix - Replace :first Selector by .first() for compatibility with latest version of jQuery
  • Fix - Replace :gt(0) Selector by .slice(1) for compatibility with latest version of jQuery
  • Fix - Remove jQuery.browser for compatibility with latest version of jQuery
  • Fix - Replace jQuery.isArray() by Array.isArray() for compatibility with latest version of jQuery
  • Fix - Replace jQuery.isFunction(x) by typeof x === “function” for compatibility with latest version of jQuery
  • Fix - Replace jQuery.isNumeric(x) by typeof x === “number” for compatibility with latest version of jQuery
  • Fix - Replace jQuery.now() by Date.now() for compatibility with latest version of jQuery
  • Fix - Replace jQuery.parseJSON() by JSON.parse() for compatibility with latest version of jQuery
  • Fix - Remove jQuery.support for compatibility with latest version of jQuery
  • Fix - Replace jQuery.trim(x) by x.trim() for compatibility with latest version of jQuery
  • Fix - Replace jQuery.type(x) by typeof x for compatibility with latest version of jQuery
  • Fix - Replace .load( handler ) by .on( “load”, handler ) for compatibility with latest version of jQuery
  • Fix - Replace .size() by .length for compatibility with latest version of jQuery
  • Fix - Replace .unbind( event ) by .off( event ) for compatibility with latest version of jQuery
  • Fix - Replace .unload( handler ) by .on( “unload”, handler ) for compatibility with latest version of jQuery

2.4.5

16 Dec 02:49
Compare
Choose a tag to compare

= 2.4.5 - 2020/12/15 =

  • This maintenance release adds a block preview image for block discovery
  • Tweak - Add support for Block Discovery Preview

2.4.4

08 Dec 11:02
Compare
Choose a tag to compare

= 2.4.4 - 2020/12/08 =

  • This maintenance release has tweaks and a fix for compatibility with WordPress major version 5.6, PHP 7.4.8 and Gutenberg 9.4
  • Tweak - Test for compatibility with PHP 7.4.8
  • Tweak - Test for compatibility with WordPress 5.6
  • Tweak - Test for compatibility with Gutenberg 9.4
  • Fix - Update plugin framework script, remove jQuery.browser is deprecated to resolve conflict with jQuery Migrate Helper plugin

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