Skip to content

1.3.0

Compare
Choose a tag to compare
@mirko-pagliai mirko-pagliai released this 29 Dec 14:35
· 421 commits to master since this release
6f3d09f
  • the name of the thumbnails (when automatically generated) now contains a
    prefix with the checksum of the path of the original image and a suffix with
    the checksum of all the arguments used to create the thumbnail. Using the
    prefix of a thumbnail, it will be possible to identify the original image
    from which it was generated;
  • the Last-Modified header is set up and sent to the client. It indicates the
    date and time at which the thumbnail file was modified for the last time;
  • added ThumbManager and ThumbShell classes;
  • resolveFilePath() method moved from ThumbCreator to ThumbTrait, because
    this method can be used in different contexts.