Releases: randomhost/image
v3.0.0 - PHP 8
v3.0.0 - PHP 8 (Release Candidate 2)
Add support for PHP 8
- fix TypeError when loading images from remote URLs and local file cache is cold
v3.0.0 - PHP 8 (Release Candidate)
Add support for PHP 8
This release should work with PHP 8 but wasn't fully tested in a production environment, yet.
Hence it is labeled as release candidate until it is confirmed to be working with the other packages it is meant to work with.
v2.0.1 - Exclude PHP 8.0
This release fixes the PHP version requirement to exclude PHP 8 and newer.
PHP 8 changed how GD functions work, changing the return type of many functions from resource to \GDImage which is incompatible with this package.
The next major version of this package will address that and add support for PHP 8.
Unless any other major issues are found, this will be the last 2.x release.
v2.0.0 - PHP 7.3
- add PHP Coding Standards Fixer configuration
- add numbered headings to README
- add table of contents to README
- update to PHP 7.3 language level
- update PHP version requirement to 7.3
- update to PHPUnit 9
- update links to use HTTPS
- update copyright
- change PHPUnit configuration to use Composer autoloader
- remove behat dev dependency
- remove phpspec dev dependency
- remove empty directories
v1.0.7 - SPDX compliant License
Update license to comply with SPDX
v1.0.6 - Update README
Update README
v1.0.5 - Update Project Website Links
Updated project website links
v1.0.4 - Disable strict SSL Checks
Disable strict SSL checks for PHP 5.6 compatibility
v1.0.3 - Remove Package Version
Remove package version from composer.json