File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ class BaseYii
9393 */
9494 public static function getVersion ()
9595 {
96- return '2.0.51-dev ' ;
96+ return '2.0.51 ' ;
9797 }
9898
9999 /**
Original file line number Diff line number Diff line change 11Yii Framework 2 Change Log
22==========================
33
4- 2.0.51 under development
5- ------------------------
4+ 2.0.51 July 18, 2024
5+ --------------------
66
7- - Bug #20195 : Do not set non abstract values into ` ColumnSchema->type ` on MSSQL version less then 2017 (axeltomasson)
87- Bug #16116 : Codeception: oci does not support enabling/disabling integrity check (@terabytesoftw )
8+ - Bug #20147 : Fix error handler compatibility with PHP 8.3 (samdark)
99- Bug #20191 : Fix ` ActiveRecord::getDirtyAttributes() ` for JSON columns with multi-dimensional array values (brandonkelly)
10+ - Bug #20195 : Do not set non abstract values into ` ColumnSchema->type ` on MSSQL version less then 2017 (axeltomasson)
1011- Bug #20211 : Add acceptable parameters to ` MaskedInput::init() ` method (alxlnk)
1112- Bug #20226 : Revert all PR for "Data providers perform unnecessary COUNT queries that negatively affect performance" (@terabytesoftw )
12- - Bug #20147 : Fix error handler compatibility with PHP 8.3 (samdark)
1313- Bug #20230 : Fix getting ID in ` \yii\filters\Cors::actions() ` when attached to a module (timkelty)
1414
1515
You can’t perform that action at this time.
0 commit comments