Skip to content

Commit

Permalink
feat: added Intervention Image v3 support and version 1.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamriajul committed Sep 10, 2024
1 parent 8697d80 commit 62477f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 21 deletions.
23 changes: 5 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
# BlurHash Changelog

## 2.x

- 2.1.1 (2023-04-24)
- Use `intdiv()` instead of float div + int cast ([#6](https://github.com/bepsvpt/blurhash/pull/6))

- 2.1.0 (2023-02-07)
- Support Laravel 10

- 2.0.0 (2022-07-02)
- Support decode from blurhash string
- Drop Laravel 6 and 7
- Drop PHP 7.2, 7.3, and 7.4
# Thumbhash Changelog

## 1.x

- 1.0.1 (2022-03-09)
- Support Laravel 9
- 1.0.1 (2024-09-10)
- Upgrade Intervention Image to ^3.0

- 1.0.0 (2020-12-12)
- Support PHP 8.0
- 1.0.0 (2023-10-31)
- Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Thumbhash is a compact representation of a placeholder for an image.

## Supported Laravel Version

8.0 ~ 10.x
8.0 ~ 11.x

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": "^8.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"intervention/image": "^3.8.0",
"intervention/image": "^3.0",
"srwiez/thumbhash": "^1.2"
},
"require-dev": {
Expand Down
1 change: 0 additions & 1 deletion src/Thumbhash.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Riajul\Thumbhash;

use Intervention\Image\Constraint;
use Intervention\Image\Image;
use Intervention\Image\ImageManager;
use Symfony\Component\HttpFoundation\File\UploadedFile;
Expand Down

0 comments on commit 62477f6

Please sign in to comment.