Skip to content

Releases: randomhost/image

v3.0.0 - PHP 8

09 Feb 15:02

Choose a tag to compare

Add support for PHP 8

v3.0.0 - PHP 8 (Release Candidate 2)

03 Feb 14:55

Choose a tag to compare

Pre-release

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)

03 Feb 12:47

Choose a tag to compare

Pre-release

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

03 Feb 12:29

Choose a tag to compare

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

23 Dec 19:07
86e7bf1

Choose a tag to compare

  • 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

21 May 11:27

Choose a tag to compare

Update license to comply with SPDX

v1.0.6 - Update README

19 Sep 21:57

Choose a tag to compare

Update README

v1.0.5 - Update Project Website Links

18 Sep 20:28

Choose a tag to compare

Updated project website links

v1.0.4 - Disable strict SSL Checks

17 Sep 05:53

Choose a tag to compare

Disable strict SSL checks for PHP 5.6 compatibility

v1.0.3 - Remove Package Version

17 Sep 03:05

Choose a tag to compare

Remove package version from composer.json