Changeset 2761627
- Timestamp:
- 07/26/2022 09:21:51 AM (4 years ago)
- Location:
- linky/trunk
- Files:
-
- 3 edited
-
assets/dist/linky.js (modified) (1 diff)
-
linky.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
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"))})});1 if(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 12 12 Description: Create & manage link’s hub for your 13 13 social profile directly in your websites 14 Version: 1.3. 614 Version: 1.3.7 15 15 Author Name: Nicolas RIVIERE (hello@undefined.fr) 16 16 Author: Nicolas RIVIERE (Undefined) -
linky/trunk/readme.txt
r2723457 r2761627 4 4 Tags: linktree, later, links, bio links, social 5 5 Requires at least: 4.0 6 Tested up to: 5.9.37 Stable tag: 1.3. 66 Tested up to: 6.0 7 Stable tag: 1.3.7 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later … … 187 187 * jQuery conflict 188 188 189 =1.3.7= 190 * test on latest WordPress version 191 * jQuery conflict (bis) 192 189 193 == Upgrade Notice == 190 194
Note: See TracChangeset
for help on using the changeset viewer.