Releases: mostafaznv/larupload
Releases · mostafaznv/larupload
2.3.0
2.3.0-rc2
- ability to convert video files into custom video or audio formats
- minor bugfix
2.3.0-rc1
- Audio Style
2.2.3
- retrieve the model’s class-string from the Relation class to support Laravel’s
enforceMorphMap
feature - fix github actions issue with
ImageMagick
2.2.2
2.2.1
2.2.0
What's Changed
- feat: store the original file of uploaded files by @mostafaznv in #27
Notice
Since the old name
column was used to store the manipulated file name (hashed, unique id, time, etc.), we needed a new column to store the original one.
Adding a new column and working with it could result in a breaking change, so we decided to make it optional.
In the next major release, we will make it the default behavior of the package.
For more information, please see the documentation
2.1.0
What's Changed
- Laravel 11.x Compatibility by @laravel-shift in #26
New Contributors
- @laravel-shift made their first contribution in #26
Full Changelog: 2.0.0...2.1.0
2.0.0
- Support
intervention/image:^3.0
1.0.5
- fix: pass real id of model to ffmpeg process to prevent occurring bugs when custom secure-ids is on
- test add php 8.3 to php matrix in run-tests.yml