FriendsOfCake / cakephp-upload

CakePHP: Handle file uploading sans ridiculous automagic
https://cakephp-upload.readthedocs.io/
MIT License
551 stars 255 forks source link

request to new tag on 3.x #571

Closed saeideng closed 3 years ago

saeideng commented 3 years ago

hi , according to #552 and #557 we need pin league/flysystem to 1.x version current fixes are for cake 3.5 + so could you add new tag for 3.x (this plugin) version ? last version for this now is 3.8.1 ( compatible with < cake 3.5 )

current version map: 5.x requires -> cake 4 + 4.x requires -> cake 3.5 + 3.x requires -> until cake 3.4

ADmad commented 3 years ago

Cake 3.4 is pretty old. Those still using it should either upgrade to a newer 3.x release or add league/flysystem:^1.0 as direct dependency to the app which will prevent it's 2.x release from being pulled.

saeideng commented 3 years ago

OK, thanks