• Good Day!

    We reviewed in more detail your plugin files and noticed one of them can use a minor udpate (see below). The update will improve your plugin’s performance. At your next convenient update, it would be great if you can incorporate the change.

    Change tested. No issues noted.

    Thank you!

    ———————

    Details: https://prnt.sc/itUd0feW3kUM

    Summary:

    • File Affected: use-clients-timezone-class.inc.php
    • Replace (Line 56):
      https://cdnjs.cloudflare.com/ajax/libs/jstimezonedetect/1.0.4/jstz.min.js
    • With:
      https://cdnjs.cloudflare.com/ajax/libs/jstimezonedetect/1.0.7/jstz.min.js
    • Replace (Line 57):
      wp_register_script('jquery-cookie',?plugins_url('js/jquery-cookie-1.4.1/jquery.cookie.js',?__FILE__),?array('jquery'));
    • With:
      wp_register_script('jquery-cookie',?'https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.js');
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author drmikegreen

    (@drmikegreen)

    Thank you very much!

    I’ll certainly incorporate these recommendations into my next update. That will, however, be a number of weeks away.

    Thread Starter generosus

    (@generosus)

    Update:

    Do not change Line 57 as noted above. We learned that the noted files do not perform the same function. Changing it will cause the following:

    1. Server time zone (not Local time zone) will be diplayed.
    2. The context menu (right-click) will not work properly. That is, sites that have the context menu disabled will be re-enabled.

    Cheerio!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘File Update Request|Improved Plugin Performance’ is closed to new replies.