Please, DO NOT tag this version as 1.12.X as it will break all previous Magento installations at least after next composer update on a client side. This will happen because Zend framework has dropped an ability to pass a string as expression into "ORDER BY" and "GROUP BY" statements in the patch release as a part of security fix. Now the only instance of the \Zend_Db_Expr should be used for this case.
AC discussed this case and we've decided that this release should be tagged as 1.13.0
BE CAREFUL!
Please, DO NOT tag this version as 1.12.X as it will break all previous Magento installations at least after next
composer update
on a client side. This will happen because Zend framework has dropped an ability to pass a string as expression into "ORDER BY" and "GROUP BY" statements in the patch release as a part of security fix. Now the only instance of the\Zend_Db_Expr
should be used for this case.AC discussed this case and we've decided that this release should be tagged as 1.13.0