Skip to content

Releases: ArthurHoaro/web-thumbnailer

v2.2.0

24 Nov 19:42
v2.2.0
7b471c2
Compare
Choose a tag to compare

Added

  • Add a new RESIZE setting to choose between imagecopyresized and imagecopyresampled

Changed

  • By default, thumbnails are now resized using imagecopyresampled. This does not affect existing cache.

v2.1.0

08 May 11:21
Compare
Choose a tag to compare

Changed

  • Switch autoloading from PSR-0 to PSR-4 and remove src subfolder (no impact on lib's composer autoloading).
  • Switch CI from Travis to Github Actions.

v2.0.5

27 Mar 12:54
5f755df
Compare
Choose a tag to compare

Fixed

Fix boolean being passed to method isImageString expecting a string

v2.0.4

22 Feb 10:45
Compare
Choose a tag to compare

Fixed

  • Instagram: include query parameters in thumbnail URL

v2.0.3

29 Sep 15:52
39bfd4f
Compare
Choose a tag to compare

Added

  • Compatibility with PHP 8.0.

v2.0.2

29 Sep 11:45
4f9307f
Compare
Choose a tag to compare

Added

  • Compatibility with PHPUnit 9.x and phpunit/php-text-template v2.x

v2.0.1

17 Jan 19:45
4aa27a1
Compare
Choose a tag to compare

Fixed

  • Remote UT uses new LeMonde website image CDN
  • Catch exceptions even with custom handlers
  • Support file_get_contents() PHP 7.1 change with WebAccess URL downloader

v2.0.0

10 Aug 12:05
v2.0.0
Compare
Choose a tag to compare

Drop support for PHP 5.6 and PHP 7.0.

v1.3.1

11 Aug 12:23
v1.3.1
Compare
Choose a tag to compare

Removed

  • Remove PHP extension dependecies in composer.json to prevent docker multi stage build failure

v1.3.0

11 Aug 11:25
v1.3.0
Compare
Choose a tag to compare

Added

  • Add a setting to force Apache version for htaccess syntax

Fixed

  • PHPDocs improvements

Removed

  • Parameter PATH_TYPE has been removed
  • WebThumbnailer no longer try to resolve relative path to thumbnails, it now relies on provided path.cache setting