|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -1.0.0 / 2020-07-15 |
4 |
| -=================== |
| 3 | +# 2.0.3 / 2023-03-01 |
5 | 4 |
|
6 |
| -* The first public version (1.0.0) of Cloudinary Laravel Package. |
| 5 | +- Bump to support Laravel 10 |
7 | 6 |
|
8 |
| -1.0.1 / 2020-09-23 |
9 |
| -================== |
| 7 | +# 2.0.2 / 2023-02-07 |
10 | 8 |
|
11 |
| - * Bump to support Laravel 8 |
12 |
| - |
13 |
| -1.0.2 / 2020-11-27 |
14 |
| -================== |
| 9 | +- Update Analytics |
15 | 10 |
|
16 |
| - * Add Fix to support Laravel 6 |
17 |
| - |
18 |
| - 1.0.3 / 2020-12-04 |
19 |
| -====================== |
| 11 | +# 2.0.1 / 2022-06-03 |
20 | 12 |
|
21 |
| - * Bump to support versions greater than PHP 7 |
| 13 | +- Fix listContents() and make it compatible with Flysystem v3. @brandon14 |
22 | 14 |
|
23 |
| -1.0.4 / 2021-02-17 |
24 |
| -====================== |
| 15 | +# 2.0.0 / 2022-06-02 |
25 | 16 |
|
26 |
| - * Upgrade cloudinary php library |
27 |
| - * Fix Bug with HumanReadableSize Function - Cybersai |
| 17 | +- Rewrite Cloudinary Adapter to work with Flysystem v3 |
| 18 | +- Support for Laravel 9 without issues |
| 19 | +- Remove deprecated methods |
28 | 20 |
|
29 |
| -1.0.5 / 2022-03-03 |
30 |
| -====================== |
| 21 | +# 1.0.5 / 2022-03-03 |
31 | 22 |
|
32 |
| - * Upgrade cloudinary php library |
33 |
| - * Add support for Laravel 9 |
34 |
| - * Add more options to attach Media |
35 |
| - * Fix Flystem Adapter for Cloudinary Adapter |
36 |
| - * Add support for getting asset url using only public id |
37 |
| - * Replace deprecated method names with v2 |
| 23 | +- Upgrade cloudinary php library |
| 24 | +- Add support for Laravel 9 |
| 25 | +- Add more options to attach Media |
| 26 | +- Fix Flystem Adapter for Cloudinary Adapter |
| 27 | +- Add support for getting asset url using only public id |
| 28 | +- Replace deprecated method names with v2 |
38 | 29 |
|
39 |
| -2.0.0 / 2022-06-02 |
40 |
| -====================== |
| 30 | +# 1.0.4 / 2021-02-17 |
41 | 31 |
|
42 |
| - * Rewrite Cloudinary Adapter to work with Flysystem v3 |
43 |
| - * Support for Laravel 9 without issues |
44 |
| - * Remove deprecated methods |
| 32 | +- Upgrade cloudinary php library |
| 33 | +- Fix Bug with HumanReadableSize Function - Cybersai |
45 | 34 |
|
46 |
| -2.0.1 / 2022-06-03 |
47 |
| -====================== |
| 35 | +# 1.0.3 / 2020-12-04 |
48 | 36 |
|
49 |
| - * Fix listContents() and make it compatible with Flysystem v3. @brandon14 |
| 37 | +- Bump to support versions greater than PHP 7 |
50 | 38 |
|
| 39 | +# 1.0.2 / 2020-11-27 |
51 | 40 |
|
52 |
| -2.0.2 / 2023-02-07 |
53 |
| -====================== |
| 41 | +- Add Fix to support Laravel 6 |
54 | 42 |
|
55 |
| - * Update Analytics |
| 43 | +# 1.0.1 / 2020-09-23 |
56 | 44 |
|
| 45 | +- Bump to support Laravel 8 |
57 | 46 |
|
58 |
| -2.0.3 / 2023-03-01 |
59 |
| -====================== |
| 47 | +# 1.0.0 / 2020-07-15 |
60 | 48 |
|
61 |
| - * Bump to support Laravel 10 |
| 49 | +- The first public version (1.0.0) of Cloudinary Laravel Package. |
0 commit comments