Skip to content

Releases: AsgardCms/Media

1.24.1

05 Jun 14:22
Compare
Choose a tag to compare

Changes

  • Adding use statement

1.24.0

05 Jun 09:57
Compare
Choose a tag to compare

Changed

  • Add thumbnail helper into File model (PR #40 )

1.23.1

04 Jun 13:36
Compare
Choose a tag to compare

Changed

  • Set default argument to handle method on event handlers

1.23.0

04 Jun 13:22
Compare
Choose a tag to compare

Changed

  • Removing the need of adding the events in events.php

1.22.1

04 Jun 12:57
Compare
Choose a tag to compare

Changed

  • Fix thumbnail include
  • Hide thumbnail dropdown on include partial if it's not via wysiwyg

1.22.0

02 Jun 17:28
Compare
Choose a tag to compare

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

13 Apr 13:02
Compare
Choose a tag to compare

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.1

11 Jan 14:36
Compare
Choose a tag to compare

Re-releasing

1.20.0

05 Jan 19:28
Compare
Choose a tag to compare

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

21 Dec 10:51
Compare
Choose a tag to compare
  • 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"