Skip to content

Latest commit

 

History

History
221 lines (127 loc) · 4.3 KB

File metadata and controls

221 lines (127 loc) · 4.3 KB

Change Log

All notable changes to this project will be documented in this file.

[1.3.11] - 2021-03-01

Changed

  • Fixed help text not being displayed

[1.3.10] - 2021-02-08

Changed

  • Fixed Postgres support (thanks to @LINKeRxUA)
  • Make thumbnail larger in media edit view
  • Updated packages

[1.3.9] - 2021-02-06

Changed

  • Fixed video thumbnail not showing in add media modal after upload

[1.3.8] - 2021-02-05

Added

  • Added video thumbnail generation support

Changed

  • Updated packages

[1.3.7] - 2021-02-01

Changed

  • Fixed case where uploading a file from the UI didn't work

[1.3.6] - 2021-01-28

Added

  • Added createFromData function that allows saving base64 encoded image

Changed

  • Updated packages

[1.3.5] - 2021-01-25

Changed

  • Stop image from being upsized when resizing
  • Improve resolveResponseValue (thanks to @Artexis10)

[1.3.4] - 2021-01-18

Changed

  • Improved error handling on upload failure in Vue
  • Updated packages

[1.3.3] - 2021-01-13

Changed

  • Make timeout configurable in createFromUrl
  • Changed default timeout to 60 seconds instead of 15
  • Added max_original_image_dimensions configuration option that restricts original image size
  • Updated packages

[1.3.2] - 2020-12-02

Changed

  • Added timeout to createFromUrl

[1.3.1] - 2020-12-02

Changed

  • Fixed MediaController crashing with invalid ids input
  • Updated packages

[1.3.0] - 2020-10-06

Added

  • Added new createFromUrl function to MediaHandler

Changed

  • Enforce thumbnails and always try to display thumbnails in the front-end
  • Fixed case where mimeType was left to text/plain
  • Updated packages

[1.2.4] - 2020-09-21

Changed

  • Fixed webp url returning only folder path when webp_name was null

[1.2.3] - 2020-09-04

Changed

  • Replaced env() usage with config() (thanks to @KasparRosin)
  • Updated packages

[1.2.2] - 2020-07-29

Changed

  • Fixed non-image (for example SVG) upload which was broken in 1.2.1

[1.2.1] - 2020-06-15

Changed

  • Fixed uploaded webp image not saving original file as png, even though it was encoded as such

[1.2.0] - 2020-05-05

Added

  • Added ability to copy link to clipboard through click (thanks to Rafael Milewski)
  • Added config option to overwrite the Media resource (thanks to Rafael Milewski)

Changed

[1.1.0] - 2020-04-28

Added

  • Added ability to overwrite MediaHandler class (thanks to Rafael Milewski)

[1.0.1] - 2020-04-27

Changed

  • Fixed issue with media not being queried on detail view

[1.0.0] - 2020-04-24

Initial public release.

Changed

  • Fixed bug where a numeric value would not be queryable
  • Updated packages

0.1.19 - 2019-10-17

Updated

  • Field UI when in compact mode + add default thumbnail size
  • Media modal UI

0.1.17 - 2019-10-16

Manual changes required

  • run php artisan migrate to add columns that are required for WebP

Added

  • Upload button on resource index page
  • Search on upload index page
  • WebP support
  • Method to modify thumbnail sizes on nova admin
  • Method to format Media model serialization

0.1.9 - 2019-10-02

Updated

  • UI changes in media library modal
  • Selected files are now rendered at top when opening modal
  • Upload Media button added to resource view that opens stripped media modal for file upload
  • Custom formatter option for media model to decrease response size

Removed

  • Media nav item from under nova resource navigation

Added

  • Custom resource view.
  • Blade template for nova navigation
  • Display resource view in Nova navigation
Display resource view in Nova navigation

In your NovaServiceProvider class add or update tools method

use OptimistDigital\MediaField\NovaMediaLibrary;

public function tools()
{
    return [
        new \OptimistDigital\MediaField\NovaMediaLibrary,
    ];
}

0.1.0 - 2019-8-28

Manual changes required

  • run php artisan migrate to add the new title field

Added

  • Pagination
  • Title field
  • Media edit modal