Php Svg Versions Save

Vector graphics (SVG) library for PHP

v0.15.0

2 months ago

BREAKING: This release drops support for PHP 7.3. This allows us to use lots of new syntax offered since PHP 7.4. In particular, much better type definitions were added.

Thanks to everyone who contributed to make this possible!

What's Changed

New Contributors

Full Changelog: https://github.com/meyfa/php-svg/compare/v0.14.7...v0.15.0

v0.14.7

5 months ago

What's Changed

Full Changelog: https://github.com/meyfa/php-svg/compare/v0.14.6...v0.14.7

v0.14.6

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/meyfa/php-svg/compare/v0.14.5...v0.14.6

v0.14.5

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/meyfa/php-svg/compare/v0.14.4...v0.14.5

v0.14.4

1 year ago

What's Changed

Full Changelog: https://github.com/meyfa/php-svg/compare/v0.14.3...v0.14.4

v0.14.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/meyfa/php-svg/compare/v0.14.2...v0.14.3

v0.14.2

1 year ago

What's Changed

Full Changelog: https://github.com/meyfa/php-svg/compare/v0.14.1...v0.14.2

v0.14.1

1 year ago

What's Changed

Full Changelog: https://github.com/meyfa/php-svg/compare/v0.14.0...v0.14.1

v0.14.0

1 year ago

What's Changed

Full Changelog: https://github.com/meyfa/php-svg/compare/v0.13.0...v0.14.0

v0.13.0

1 year ago

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: https://github.com/meyfa/php-svg/issues/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

Full Changelog: https://github.com/meyfa/php-svg/compare/v0.12.0...v0.13.0