Skip to content

v0.13.0

Choose a tag to compare

@meyfa meyfa released this 09 Dec 15:59
· 36 commits to main since this release
4fc40af

What's Changed

⚠️ BREAKING CHANGE: This version requires PHP 7.3 or later!

PHP-SVG 0.12.0 has been the last release to support all PHP versions down to 5.3.3. From now on, PHP-SVG will require a minimum PHP version of 7.3. Read more about this choice here: #180

This should only affect you if you're using a PHP installation that's more than 4 years out of date. Keep in mind that everything below PHP 8 has already reached official end-of-life, so please consider upgrading. Running outdated software is a security risk.

Changes

  • chore!: Drop support for PHP versions older than 7.3 (closes #180) by @meyfa in #182
  • chore: Run CI tests also on PHP 8.1 and 8.2 by @meyfa in #185
  • chore: Clean up some code by @meyfa in #183
  • fix: Use short array syntax by @meyfa in #184
  • fix: Use the coalescing operator ?? by @meyfa in #186
  • chore: Remove TODO about PHP version 5.3 missing a parameter by @meyfa in #187

Full Changelog: v0.12.0...v0.13.0