Plugin Directory

Changeset 2746631

Timestamp:
06/22/2022 07:23:36 PM (2 years ago)
Author:
jarednova
Message:

Update to 1.19.2

Location:
timber-library/trunk/lib/Image/Operation
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • timber-library/trunk/lib/Image/Operation/Letterbox.php

    r2175400 r2746631  
    116116                    $quality = round(10 - $quality);
    117117                }
     118
     119
     120
    118121            }
    119122            $image = $func($save_filename);
  • timber-library/trunk/lib/Image/Operation/Resize.php

    r1942747 r2746631  
    213213        } else {
    214214            if ( !extension_loaded('gd') ) {
    215                 Helper::error_log('Can not resize image, please installed php-gd');
     215                Helper::error_log('Can not resize image, please install php-gd');
    216216            } else {
    217217                Helper::error_log($image);
Note: See TracChangeset for help on using the changeset viewer.