Skip to content

Releases: thephpleague/glide

2.1.0

26 Oct 13:16
8f62b10
Compare
Choose a tag to compare
  • Add support for AVIF #333

1.6.1

20 May 16:46
753bc82
Compare
Choose a tag to compare
  • Fix rounding issue #321

2.0.0 - Migrate to Flysystem 2

04 Mar 14:51
366bc4d
Compare
Choose a tag to compare

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.

  • BC break Migrate to Flysystem 2 (#301)
  • Fix rounding issue (#310)
  • Allow to configure the temporary directory used (#304)

PHP 8 support

12 Nov 12:43
ae5e267
Compare
Choose a tag to compare
  • Add support for PHP 8

Thanks @pascalbaljet !

1.6.0

07 Jul 12:26
8759b8e
Compare
Choose a tag to compare
  • Drop support for PHP 5.x.
  • Set minimum requirement of PHP 7.2.
  • Update dependencies.

Thanks @ADmad!

1.5.0

03 Apr 23:52
a5477e9
Compare
Choose a tag to compare
  • Added focal point zooming. Thanks Jason!
  • Fixed an issue with deleting temp files. Thanks Barry!
  • Dropped support for PHP 5.4.

1.4.0

22 Dec 17:59
Compare
Choose a tag to compare
  • Add WebP support. Thanks James!

1.3.0

12 Feb 23:51
bd29f65
Compare
Choose a tag to compare
  • Added new flip manipulation. Thanks James!

1.2.2

09 May 17:44
Compare
Choose a tag to compare
  • Fix issue with progressive JPEGs being saved as ".pjpg" when using extensions on cache filenames. Thanks Jason!

1.2.1

19 Jan 01:34
Compare
Choose a tag to compare
  • Fix issue where the source filename was being trimmed when it begins with the base URL. Thanks Jason!