Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.19 KB

File metadata and controls

14 lines (10 loc) · 1.19 KB

1.3.0

Full Changelog

Enhancements

Bug fixes

  • Guarded imagedestroy() calls behind a PHP version check (no-op since PHP 8.0, deprecated in PHP 8.5) by @slayerfx in #893
  • Fixed code coverage configuration for PHPUnit 10+ by @slayerfx in #895
  • Fixed static analysis on PHP 8.4 and 8.5 (PHPStan 1.x could not resolve the symbols of PHPUnit 13) by @yasumorishima in #897