3.0.1 - 2024-12-13
- Fixed path casing (1f8c186)
3.0.0 - 2024-12-13
- Added v3 to dependencies (c64cc3d)
- Magento image hash generation healthcheck + moved routes (#37)
- Fixed "PATTERNS already defined" (70fc2ba)
2.0.1 - 2024-07-26
- Create temp files with file extension (#36)
2.0.0 - 2024-05-28
You should update your config/rapidez/imageresizer.php
with the changes from the PR!
- Laravel 11 support + spatie/image v3 upgrade (#35)
0.15.0 - 2024-02-27
- Support Rapidez v2 (#34)
- Auto detect image driver (#33)
0.14.0 - 2023-12-15
- Configurable driver and Imagick as default (#32)
0.13.0 - 2023-11-30
- Move config file to Rapidez folder (#31)
- Fix str_replace_last (#30)
0.12.0 - 2023-09-08
- Laravel 10 support (5d5cffa)
0.11.1 - 2023-08-22
- Merge config first so it can be used (#29)
0.11.0 - 2023-07-25
- Possibility to get a product image by SKU (#24)
0.10.2 - 2023-07-18
- Optional param fix (#28)
0.10.1 - 2023-06-06
- Ensure filename starts with slash (#27)
0.10.0 - 2023-05-30
- Named the image resize route (#25)
- Ensure the resized path matches the url (#26)
0.9.1 - 2023-04-28
- Rapidez/core v1 support (5ea24e1)
0.9.0 - 2023-03-30
- Removed the custom filename option (4b5f737)
- Explicitly set the WebP format (d9bd45e)
0.8.2 - 2023-03-14
- Prevent falsey custom filename (#22)
0.8.1 - 2023-03-14
- Fix capitalisation on watermarkImage (e70a58f)
0.8.0 - 2023-03-06
- Custom filename option (#21)
0.7.0 - 2023-02-21
- Use Flysystem and Magento images are now an external source (#20)
- Add changelog action (5eace12)
0.6.6 - 2022-12-13
- Unlink all files during destruct (#18)
0.6.5 - 2022-12-13
- Clean up watermark after it has been used (#17)
0.6.4 - 2022-10-04
- Revert remove of abort (#16)
0.6.3 - 2022-09-26
- Fix the image sizes of watermarks (#15)
0.6.2 - 2022-07-20
- Abort instead of custom UnreachableUrl exception (c359f77)
0.6.1 - 2022-06-10
- Fix wrong storage path (#14)
0.6.0 - 2022-05-18
- Resizes stored per store dir and delete command (#13)
0.5.0 - 2022-04-11
- Laravel 9 compatibility (8fba14d)
0.4.5 - 2022-02-28
- Do not upscale images (db0b0cb)
0.4.4 - 2022-02-25
- Bugfix (#11)
0.4.3 - 2022-02-24
- Watermark support for all sizes (#10)
0.4.2 - 2022-01-17
- Re-added accidentally removed code (#7)
0.4.1 - 2022-01-11
- Bugfix (7741f55)
0.4.0 - 2022-01-06
- Watermark support (#5)
0.3.0 - 2021-12-08
- Resize external images support (#6)
0.2.1 - 2021-09-10
- New default image sizes (58b072b)
0.2.0 - 2021-08-24
- Crop option (1cab41d)
0.1.2 - 2021-08-04
- Changed the
rapidez/core
version constraint (#4)
0.1.1 - 2021-07-07
- WebP support (#3)
0.1.0 - 2021-06-30
Initial release