2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ class BaseYii
93
93
*/
94
94
public static function getVersion ()
95
95
{
96
- return '2.0.51-dev ' ;
96
+ return '2.0.51 ' ;
97
97
}
98
98
99
99
/**
Original file line number Diff line number Diff line change 1
1
Yii Framework 2 Change Log
2
2
==========================
3
3
4
- 2.0.51 under development
5
- ------------------------
4
+ 2.0.51 July 18, 2024
5
+ --------------------
6
6
7
- - Bug #20195 : Do not set non abstract values into ` ColumnSchema->type ` on MSSQL version less then 2017 (axeltomasson)
8
7
- Bug #16116 : Codeception: oci does not support enabling/disabling integrity check (@terabytesoftw )
8
+ - Bug #20147 : Fix error handler compatibility with PHP 8.3 (samdark)
9
9
- 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)
10
11
- Bug #20211 : Add acceptable parameters to ` MaskedInput::init() ` method (alxlnk)
11
12
- 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)
13
13
- Bug #20230 : Fix getting ID in ` \yii\filters\Cors::actions() ` when attached to a module (timkelty)
14
14
15
15
0 commit comments