yiisoft / yii2

Yii 2: The Fast, Secure and Professional PHP Framework
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
14.24k stars 6.91k forks source link

Where is a 2.0.50.1 bugfix release? #20216

Closed sparkcodeuk closed 3 months ago

sparkcodeuk commented 3 months ago

Can someone provide information on when there will be a 2.0.50.1 bugfix release to address this issue: https://github.com/yiisoft/yii2/issues/20201

The 2.0.50 release is important as it addresses these security vulnerabilities:

... but the above issue blocks some users from being able to upgrade to it.

Can a bugfix release please be addressed as a priority, if you have an ETA that would be good to know.

Many thanks.

sleptor commented 3 months ago

The mentioned issues were backported to 2.0.49.x branch. https://github.com/yiisoft/yii2/commits/2.0.49.x/

You should specify "2.0.49.4" in your composer.json to get them.

sparkcodeuk commented 3 months ago

Ok, thank you for letting me know, I didn't realise they had done a backported release. It would be nice if even bugfix releases were listed as releases both in github + the website.