Releases: AsgardCms/Media
Releases · AsgardCms/Media
1.24.0
Changed
- Add thumbnail helper into File model (PR #40 )
1.23.1
Changed
- Set default argument to handle method on event handlers
1.23.0
Changed
- Removing the need of adding the events in
events.php
1.22.1
Changed
- Fix thumbnail include
- Hide thumbnail dropdown on include partial if it's not via wysiwyg
1.22.0
added
- Way to handle media on create views (multiple images and single image)
- FTP media file adapter
changed
- Fixed bug in filename slug when file extension is uppercase (PR #39 )
1.21.0
Changed
- Using the validator::extend instead of resolve.
- Renamed the
$thumbnail
variable in partial view of linking media (pr #35 )
- Include data file attribute to non image files (PR #33 )
1.20.0
added:
- Drag & drop on the multi file relation file (PR #28 )
changed:
- A
thumbnail
option can be sent to the file partials to decide which thumbnail to use on display (PR #27 )
- Added file path data attribute on the media grid popup
1.19.0
- Adding the publishing of the media main config file in the media module. This allows for being able to run the following command:
php artisan vendor:publish --provider="Modules\Media\Providers\MediaServiceProvider" --force --tag="config"