Skip to content

Releases: outl1ne/nova-media-hub

1.2.0

21 Sep 11:03
a6fb2dd
Compare
Choose a tag to compare

Added

  • FileHandler now encodes file names.
    • This is backwards compatible, since we will avoid double encoding.
    • New files will now be urlencoded using php's urlencode
  • OrderBy and Search filters

1.1.6

19 Sep 14:48
Compare
Choose a tag to compare
  • Fixes wrong modal width issue.
    • Version 4.14.0 of laravel/nova introduced a new default width for modals that broke our modals.

1.1.5

12 Sep 13:53
Compare
Choose a tag to compare

Changed

  • Fixed compatibility with nova-translatable

1.1.4

06 Sep 13:53
Compare
Choose a tag to compare

Changed

  • Append array values to formData with index
    • Fixes an issue when using alongside other packages that don't respect data[] key, but instead want data[0...n]

1.1.3

06 Sep 13:11
Compare
Choose a tag to compare

Changed

  • Fixed issue with "Move to collection" confirmation modal getting stuck on loading state
  • Improved deduplication handling in the UI
  • Updated packages

1.1.2

25 Aug 13:48
Compare
Choose a tag to compare

Changed

  • Made optimize and convert jobs into a single job to decease costs and increase performance when using cloud storage

1.1.1

25 Aug 10:44
Compare
Choose a tag to compare

Added

  • Added DatePathMaker as an optional configuration option

1.1.0

25 Aug 10:08
Compare
Choose a tag to compare

Added

  • Added file deduplication via original file hash
  • Added file name to MediaItem component

Changed

  • Fixed cloud storage support for file processing
  • Fixed cloud storage directory count calculation
  • Filesystem refactoring and misc improvements
  • Fixed missing formatForNova data
  • Fixed data fields UI in media view modal

1.0.7

24 Aug 14:47
Compare
Choose a tag to compare

Changed

  • Allow FileHelpers::getFileHash() to read file from specified disk

1.0.6

24 Aug 11:12
Compare
Choose a tag to compare

Changed

  • Fixed Media model incorrect references (thanks to @vodnicearv)
  • Mark selected media items with a checkmark instead of hiding them
  • Fixed overriding of toArray breaking Nova UI when overriding configurable media model
  • Fixed inertia navigation crashing after using a context menu
  • Updated packages