Skip to content

Commit 3b4b9b1

Browse files
authored
Update README.md
1 parent 3fac025 commit 3b4b9b1

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
# 🆙 FileUpload plugin for CakePHP
22

3-
:warning: This is readme for version 2.x. For 1.x go to [v1.1.2](https://github.com/MayMeow/cakephp-fileupload/tree/v1.1.2) release.
4-
5-
### :stop_sign: Breaking changes (read before use)
6-
7-
Version 2.x is not compatibile with cakephp lower than 5.x and it is not backward compatibile with previous releases of this plugins.
8-
9-
- S3 storage support was removed (will be added in future relases)
10-
- Bunny CND storage support was added
11-
- All components and Managers was rewritten.
12-
13-
And supported actions are upload and download.
3+
> [!NOTE]
4+
> This is readme for version 2.x. For 1.x go to [v1.1.2](https://github.com/MayMeow/cakephp-fileupload/tree/v1.1.2) release.
5+
6+
> [!CAUTION]
7+
> :stop_sign: Breaking changes (read before use)
8+
>
9+
> Version 2.x is not compatibile with cakephp lower than 5.x and it is not backward compatibile with previous releases of this plugins.
10+
>
11+
> - S3 storage support was removed (will be added in future relases)
12+
> - Bunny CND storage support was added
13+
> - All components and Managers was rewritten.
14+
>
15+
> And supported actions are upload and download.
1416
1517
## Installation
1618

@@ -110,4 +112,4 @@ $file->get('storagePath'); // local: /patht/to/sorage or bunny: https://cdn.your
110112

111113
## License
112114

113-
MIT
115+
MIT

0 commit comments

Comments
 (0)