Plugin Directory

Changeset 3103002


Ignore:
Timestamp:
06/15/2024 08:37:23 AM (22 months ago)
Author:
woeler
Message:

Update to version 1.1.11 from GitHub

Location:
eso-hub
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • eso-hub/tags/1.1.11/eso-hub.php

    r3095525 r3103002  
    55Plugin URI: https://github.com/PathfinderMediaGroup/eso-hub-wordpress
    66Description: Embed tooltips of the game The Elder Scrolls Online into your pages and posts.
    7 Version: 1.1.10
     7Version: 1.1.11
    88Author: Woeler
    99Author URI: https://www.pathfindermediagroup.com
     
    3636    public function addScript()
    3737    {
    38         wp_enqueue_script('ESO-Hub', 'https://eso-hub.com/js/external/tooltips.js');
     38        wp_enqueue_script('ESO-Hub', 'https://eso-hub.com/js/external/tooltips.js', [], null, ['in_footer' => true, 'strategy' => 'defer']);
    3939    }
    4040
  • eso-hub/trunk/eso-hub.php

    r3095525 r3103002  
    55Plugin URI: https://github.com/PathfinderMediaGroup/eso-hub-wordpress
    66Description: Embed tooltips of the game The Elder Scrolls Online into your pages and posts.
    7 Version: 1.1.10
     7Version: 1.1.11
    88Author: Woeler
    99Author URI: https://www.pathfindermediagroup.com
     
    3636    public function addScript()
    3737    {
    38         wp_enqueue_script('ESO-Hub', 'https://eso-hub.com/js/external/tooltips.js');
     38        wp_enqueue_script('ESO-Hub', 'https://eso-hub.com/js/external/tooltips.js', [], null, ['in_footer' => true, 'strategy' => 'defer']);
    3939    }
    4040
Note: See TracChangeset for help on using the changeset viewer.