Changeset 31536 for extensions/GDThumb


Ignore:
Timestamp:
Apr 6, 2016, 7:49:29 PM (8 years ago)
Author:
SergeD
Message:

version 1.0.19 - see changelog for details

Location:
extensions/GDThumb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/GDThumb/changelog.txt

    r31245 r31536  
    1616Copyright (C) 2009-2014 Serguei Dosyukov
    1717
    18 Compatible: PW 2.6, 2.7
     18Compatible: PW 2.6, 2.7, 2.8
    1919Minimum requirement: PW 2.6.3
    2020
     
    2626
    2727=== Changelog ===
     28version 1.0.19
     29+ Support for PIWIGO 2.8 verified
     30+ Translation updates: DK, DE, ES, FR, IT, NL, BR, RU, SE, UA
     31
    2832version 1.0.18
    2933+ ADMIN: style improvements
    3034+ ADMIN: Experimental: New option for Thumbnail mode - "slide" - Square thumb with standard static Overlay (bottom/top)
    31 + ADMIN: Changed to use standard PWG persistance method for settings
     35+ ADMIN: Changed to use standard PWG persistence method for settings
    3236+ Improved handling of derivatives
    3337- Fixed issue with Photo thumb metadata not including Visits and Rating metadata
    34 - Translation improvements. New languages: NO, TR, GR, PT
     38+ Translation improvements. New languages: NO, TR, GR, PT
    3539
    3640version 1.0.17
  • extensions/GDThumb/main.inc.php

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