Plugin Directory

Changeset 2761627


Ignore:
Timestamp:
07/26/2022 09:21:51 AM (4 years ago)
Author:
undefinedfr
Message:

Updating trunk

Location:
linky/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • linky/trunk/assets/dist/linky.js

    r2723457 r2761627  
    1 var $=void 0===$?jQuery:$;$(document).ready(function(){$(".js-toggle-menu").click(function(){$(this).closest(".header__burger").toggleClass("is-open"),$(".linky-page").toggleClass("menu-open")})}),$(window).load(function(){$("img").each(function(){var a=$(this),b=a.data(),c=Object.keys(b);if(c.length>0)for(var d=0;d<c.length;d++)c[d].toLowerCase().indexOf("src")>=0&&(a.attr("src",a.data(c[d])),a.addClass("lazyloaded"))})});
     1if(void 0===$&&"undefined"!=typeof jQuery)var $=jQuery;$(document).ready(function(){$(".js-toggle-menu").click(function(){$(this).closest(".header__burger").toggleClass("is-open"),$(".linky-page").toggleClass("menu-open")})}),$(window).load(function(){$("img").each(function(){var a=$(this),b=a.data(),c=Object.keys(b);if(c.length>0)for(var d=0;d<c.length;d++)c[d].toLowerCase().indexOf("src")>=0&&(a.attr("src",a.data(c[d])),a.addClass("lazyloaded"))})});
  • linky/trunk/linky.php

    r2723457 r2761627  
    1212  Description: Create & manage link’s hub for your
    1313social profile directly in your websites
    14   Version: 1.3.6
     14  Version: 1.3.7
    1515  Author Name: Nicolas RIVIERE (hello@undefined.fr)
    1616  Author: Nicolas RIVIERE (Undefined)
  • linky/trunk/readme.txt

    r2723457 r2761627  
    44Tags: linktree, later, links, bio links, social
    55Requires at least: 4.0
    6 Tested up to: 5.9.3
    7 Stable tag: 1.3.6
     6Tested up to: 6.0
     7Stable tag: 1.3.7
    88Requires PHP: 5.4
    99License: GPLv2 or later
     
    187187* jQuery conflict
    188188
     189=1.3.7=
     190* test on latest WordPress version
     191* jQuery conflict (bis)
     192
    189193== Upgrade Notice ==
    190194
Note: See TracChangeset for help on using the changeset viewer.