Releases: mirko-pagliai/cakephp-thumber
Releases · mirko-pagliai/cakephp-thumber
1.0.4
- 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
- little code fixes;
- improved tests.
1.0.2
- support for
bmp
,ico
,psd
andtiff
formats; - checks for formats supported by GD driver.
1.0.1
- added
fit()
method forThumbCreator
andThumbHelper
classes; - the
save()
method can save thumbnails with a different format; - the
save()
method has thequality
option (default: 90); - by default, the
ThumbHelper
returs "full base" URLs; - by default, the
ThumbHelper
creates jpg thumbnails.
1.0.0
- first release.