Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.19 KB

changelog.md

File metadata and controls

61 lines (39 loc) · 1.19 KB

Changelog

1.0.0 / 2020-07-15

  • The first public version (1.0.0) of Cloudinary Laravel Package.

1.0.1 / 2020-09-23

  • Bump to support Laravel 8

1.0.2 / 2020-11-27

  • Add Fix to support Laravel 6

1.0.3 / 2020-12-04

  • Bump to support versions greater than PHP 7

1.0.4 / 2021-02-17

  • Upgrade cloudinary php library
  • Fix Bug with HumanReadableSize Function - Cybersai

1.0.5 / 2022-03-03

  • Upgrade cloudinary php library
  • Add support for Laravel 9
  • Add more options to attach Media
  • Fix Flystem Adapter for Cloudinary Adapter
  • Add support for getting asset url using only public id
  • Replace deprecated method names with v2

2.0.0 / 2022-06-02

  • Rewrite Cloudinary Adapter to work with Flysystem v3
  • Support for Laravel 9 without issues
  • Remove deprecated methods

2.0.1 / 2022-06-03

  • Fix listContents() and make it compatible with Flysystem v3. @brandon14

2.0.2 / 2023-02-07

  • Update Analytics

2.0.3 / 2023-03-01

  • Bump to support Laravel 10