Plugin Directory

Changeset 3103003


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

Update to version 1.0.2 from GitHub

Location:
games-lantern
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • games-lantern/tags/1.0.2/games-lantern.php

    r3027652 r3103003  
    55Plugin URI: https://github.com/PathfinderMediaGroup/games-lantern-wordpress
    66Description: Embed tooltips for various games into your pages and posts.
    7 Version: 1.0.1
     7Version: 1.0.2
    88Author: Woeler
    99Author URI: https://www.pathfindermediagroup.com
     
    2929    public function addScript()
    3030    {
    31         wp_enqueue_script('GamesLantern', 'https://gameslantern.com/build/js/external/tooltip.js');
     31        wp_enqueue_script('GamesLantern', 'https://gameslantern.com/build/js/external/tooltip.js', [], null, ['in_footer' => true, 'strategy' => 'defer']);
    3232    }
    3333}
  • games-lantern/trunk/games-lantern.php

    r3027652 r3103003  
    55Plugin URI: https://github.com/PathfinderMediaGroup/games-lantern-wordpress
    66Description: Embed tooltips for various games into your pages and posts.
    7 Version: 1.0.1
     7Version: 1.0.2
    88Author: Woeler
    99Author URI: https://www.pathfindermediagroup.com
     
    2929    public function addScript()
    3030    {
    31         wp_enqueue_script('GamesLantern', 'https://gameslantern.com/build/js/external/tooltip.js');
     31        wp_enqueue_script('GamesLantern', 'https://gameslantern.com/build/js/external/tooltip.js', [], null, ['in_footer' => true, 'strategy' => 'defer']);
    3232    }
    3333}
Note: See TracChangeset for help on using the changeset viewer.