Skip to content

Releases: buglinjo/laravel-webp

v3.1.0

24 Feb 16:55

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.1.0

Small Bugfixes

11 Jun 14:35

Choose a tag to compare

Details:

Bug: CwebpShellExecutionFailed Exception Misconfiguration

  • Issue: When transitioning to the Process class for shell execution, the CwebpShellExecutionFailed exception was not correctly configured to handle an array input, leading to improper error handling.
  • Fix: Updated the CwebpShellExecutionFailed exception to properly expect and handle an array input, ensuring accurate error reporting and handling during the Process execution.

Utilizing CWebp with Laravel's Process Class

28 May 16:45

Choose a tag to compare

To ensure compatibility with the rewritten CWebp, which now utilizes the Laravel Process class, it is necessary to update the minimum required version of Laravel to 10. This change is essential because the Process class was introduced in Laravel 10, and setting this requirement helps avoid any breaking changes.

Full Changelog: v2.3.4...v3.0.0

Adding Laravel 11.x Compatibility

04 Mar 17:31

Choose a tag to compare

What's Changed

Full Changelog: v2.3.3...v2.3.4

Fixed the bug with config overwrite

31 Jan 17:15

Choose a tag to compare

Config overwrite on composer update fixed

Adding Laravel 10.x Compatibility

30 Jan 17:15

Choose a tag to compare

v2.3.2

Bump dependencies for Laravel 10

Adding Config Tag Publisher

15 Mar 01:53

Choose a tag to compare

Fixes the issue when config file was not being published when using --tab=config flag.

Now both
php artisan vendor:publish --provider="Buglinjo\LaravelWebp\WebpServiceProvider"
and
php artisan vendor:publish --provider="Buglinjo\LaravelWebp\WebpServiceProvider" --tag=config
works correctly and publishes config file.

PHP GD Driver Support

18 Feb 01:08

Choose a tag to compare

New driver php-gd support added and cleaned up code.

To choose this driver, update default_driver in laravel-webp.php config file to php-gd instead of cwebp.

Note: it requires php-gd extension to be installed!

Laravel 9 Support

17 Feb 08:33
7305865

Choose a tag to compare

Merge pull request #20 from laravel-shift/l9-compatibility

Laravel 9.x Compatibility

PHP 8 Support

01 Apr 02:07
a16aa52

Choose a tag to compare

Merge pull request #17 from abdallhsamy/master

add php 8 support