Releases: ArthurHoaro/web-thumbnailer
Releases · ArthurHoaro/web-thumbnailer
v2.2.0
v2.1.0
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
Fixed
Fix boolean being passed to method isImageString expecting a string
v2.0.4
Fixed
- Instagram: include query parameters in thumbnail URL
v2.0.3
Added
- Compatibility with PHP 8.0.
v2.0.2
Added
- Compatibility with PHPUnit 9.x and phpunit/php-text-template v2.x
v2.0.1
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
Drop support for PHP 5.6 and PHP 7.0.
v1.3.1
Removed
- Remove PHP extension dependecies in
composer.json
to prevent docker multi stage build failure
v1.3.0
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