Skip to content

Releases: BKWLD/croppa

4.10.1: Lowercasing dep

17 Dec 20:05
7d74f4b
Compare
Choose a tag to compare
This was required of Composer 2.0

4.10.0: Merge pull request #193 from sdebacker/patch-1

17 Sep 19:03
7c73624
Compare
Choose a tag to compare

4.9.2

12 Jun 21:56
c31797f
Compare
Choose a tag to compare
Merge pull request #188 from DjPlus/fixPrivateConfig

Update URL.php

Fixing composer.json

05 Apr 03:24
7410eea
Compare
Choose a tag to compare
4.9.1

Update composer.json

Adding support for Laravel 7

05 Apr 02:56
3ea3c3b
Compare
Choose a tag to compare
Merge pull request #187 from eboye/master

Laravel 7 support

Adding support for Laravel 6

14 Mar 18:58
b9715b1
Compare
Choose a tag to compare

Also no longer throwing an exception when a crop already exists, see: #164 and #174

Add support for Laravel 5.6

23 Feb 15:22
Compare
Choose a tag to compare
Updating Symfony version constraints

#163

Don’t build Flysystem disks until needed

15 Nov 17:10
Compare
Choose a tag to compare
Instantiating those disks actually created directories in the filesystem.  This caused problems with `php artisan storage:link` where Croppa would create an empty public/storage immediately before the symlink was created.  It was a side effect of the storage class getting booted because it was a dependecy of many classes that get insantiated with artisan.

Laravel 5.5 support, pad method

21 Sep 15:26
Compare
Choose a tag to compare
  • Supports Laravel 5.5 and adds package auto-discovery
  • Add's option to pad images with a color #140

Fixes issue on first image response

08 Sep 17:09
Compare
Choose a tag to compare