Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 431 Bytes

UPGRADE.md

File metadata and controls

6 lines (5 loc) · 431 Bytes

2.x.x to 3.0.0

  • A new configuration option, driver, has been added. You can see it here and add it to your own config file.
  • The resized-image-max-width setting is now called resized-max-size.
  • The encode method accepts only UploadedFile and string (for file path).
  • decode returns a resource based on the driver you've configured.