Releases: thephpleague/glide
Releases · thephpleague/glide
2.2.1
What's Changed
- allow league/flysystem v3 by @Nielsvanpach in #340
New Contributors
- @Nielsvanpach made their first contribution in #340
Full Changelog: 2.2.0...2.2.1
2.2.0
What's Changed
- Add "fill-max" resizing option by @kjellknapen in #332
New Contributors
- @kjellknapen made their first contribution in #332
Full Changelog: 2.1.1...2.2.0
2.1.1
What's Changed
- Fix PHP 8.1 deprecations by @bastien-phi in #337
New Contributors
- @bastien-phi made their first contribution in #337
Full Changelog: 2.1.0...2.1.1
2.1.0
1.6.1
2.0.0 - Migrate to Flysystem 2
This release is a major release: it may introduce Backward Compatibility issues in your project. Please be careful when you upgrade.
This release is mostly focused on migrating to Flysystem 2.0. It introduces a few BC breaks to use the new interfaces and abstractions but it should be quite straightforward to upgrade.
PHP 8 support
- Add support for PHP 8
Thanks @pascalbaljet !