Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Releases: outl1ne/nova-media-field

3.1.2

16 Jan 14:37
Compare
Choose a tag to compare

Fixed

  • Fix API routes returning 404 by loading routes at boot time not after

3.1.1

06 Jan 09:01
Compare
Choose a tag to compare

Fixed

  • isReadableImage now returns false when exif_imagetype returns false instead of throwing exception

3.1.0

31 Oct 11:52
Compare
Choose a tag to compare

Fixed

  • Support L8 again, previously data attribute casting had L9 syntax.
  • Default to regular upload when uploading .ico files.

3.0.2

15 Jun 10:18
42149ed
Compare
Choose a tag to compare

Added

  • Created a custom attribute mutator for data column.
    • Keeping backwards compatibility.
    • Existing $media->data = json_encode($data) will stay working.

3.0.1

11 Mar 13:56
Compare
Choose a tag to compare

Changed

3.0.0

04 Mar 14:14
d04049c
Compare
Choose a tag to compare

Changed

  • Dropped support for PHP 7
  • Added Laravel 9 support
  • Upgraded all packages

2.1.4

07 Feb 15:20
Compare
Choose a tag to compare

Added

  • Added middlewares config option (thanks to @Gertiozuni)
  • Added autoload_migrations config option (thanks to @Gertiozuni)

2.1.3

31 Jan 09:57
Compare
Choose a tag to compare

Changed

  • Fixed file path generation in regenerate-thumbnails command (thanks to @RistoNiinemets)

2.1.2

28 Dec 14:18
Compare
Choose a tag to compare

Changed

  • Fixed files not being deleted when media is trashed from the resource index view (thanks to @murad-optimist)

2.1.1

13 Dec 16:18
Compare
Choose a tag to compare

Changed

  • Fixed deleting media in media browsing modal
  • Updated packages