File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed
Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments