Changeset 32865


Ignore:
Timestamp:
Nov 5, 2022, 4:45:36 AM (17 months ago)
Author:
SergeD
Message:

version 1.0.26 - see changelog for details

Location:
extensions/GDThumb
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/GDThumb/changelog.txt

    r32862 r32865  
    2626
    2727=== Changelog ===
     28version 1.0.26
     29- Removed antiflicker logic as not working in some browsers
     30
    2831version 1.0.25
    2932+ Support for PIWIGO 13 verified
  • extensions/GDThumb/js/gdthumb.js

    r32862 r32865  
    3131    var mainlists = jQuery('ul.thumbnails');
    3232    if(typeof mainlists !== 'undefined') {
    33       mainlists.hide();
    3433      if (GDThumb.do_merge) { GDThumb.merge(); }
    3534
     
    3837
    3938      mainlists.resize(GDThumb.process);
    40       mainlists.show();
    4139      jQuery("ul.thumbnails .thumbLegend.overlay").click( function() { window.location.href = $(this).parent().find('a').attr('href'); });
    4240      jQuery("ul.thumbnails .thumbLegend.overlay-ex").click( function() { window.location.href = $(this).parent().find('a').attr('href'); });
  • extensions/GDThumb/main.inc.php

    r32862 r32865  
    22/*
    33Plugin Name: gdThumb
    4 Version: 1.0.25
     4Version: 1.0.26
    55Description: Apply Masonry style to album or image thumbs
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=771
     
    2020// | Plugin constants                                               |
    2121// +-----------------------------------------------------------------------+
    22 define('GDTHUMB_VERSION', '1.0.25');
     22define('GDTHUMB_VERSION', '1.0.26');
    2323define('GDTHUMB_ID',      basename(dirname(__FILE__)));
    2424define('GDTHUMB_PATH' ,   PHPWG_PLUGINS_PATH . GDTHUMB_ID . '/');
Note: See TracChangeset for help on using the changeset viewer.