Skip to content

Releases: dnabeast/BladeImageCrop

3.1.0

18 May 03:02
Compare
Choose a tag to compare

Support for Laravel 10

3.0.5

15 Dec 03:38
Compare
Choose a tag to compare

Still solving the broken url issue. The problem stemmed from the fact that the files need to be saved to the correct place but the url had to be correct too. And it needed to be dynamic based on which disk you selected.

3.0.4

15 Dec 02:53
Compare
Choose a tag to compare

The last fix broke where the images were being saved.
It also broke heaps of tests.
This should all be fixed now.

3.0.3

15 Dec 00:43
Compare
Choose a tag to compare

Storage path is now specified correctly in updateUrl.
This was preventing images from appearing correctly in production environments despite working locally.

3.0.2

16 Nov 02:29
Compare
Choose a tag to compare

Change to Blackman filter

3.0.1

16 Nov 02:14
Compare
Choose a tag to compare

Changed the default rescale filter to Mitchell so that small images don't look blocky

3.0.0

04 Oct 01:36
Compare
Choose a tag to compare

Support for AVIF
Uses ImageMagick instead of GD by default
Pulls images straight from the public directory or another website.

2.0.11

24 May 23:31
Compare
Choose a tag to compare

Messed that last release right up.

2.0.10

24 May 23:14
Compare
Choose a tag to compare

Fixes a crash when a directory is entered instead of an image using the new version of the League FileSystem

2.0.9

22 Mar 01:04
Compare
Choose a tag to compare

Antoher fix