Skip to content

Releases: mirko-pagliai/cakephp-thumber

1.0.4

22 Mar 08:17
Compare
Choose a tag to compare
  • added ThumbNotFoundException class. This exception is thrown when you
    request a thumb that is not available;
  • methods that have been deprecated with CakePHP 3.4 have been replaced;
  • updated for CakePHP 3.4.

1.0.3

06 Nov 19:33
Compare
Choose a tag to compare
  • little code fixes;
  • improved tests.

1.0.2

24 Oct 17:07
Compare
Choose a tag to compare
  • support for bmp, ico, psd and tiff formats;
  • checks for formats supported by GD driver.

1.0.1

17 Oct 14:47
Compare
Choose a tag to compare
  • added fit() method for ThumbCreator and ThumbHelper classes;
  • the save() method can save thumbnails with a different format;
  • the save() method has the quality option (default: 90);
  • by default, the ThumbHelper returs "full base" URLs;
  • by default, the ThumbHelper creates jpg thumbnails.

1.0.0

13 Oct 17:35
Compare
Choose a tag to compare
  • first release.