mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 03:26:36 +08:00
release version 2.0.51
This commit is contained in:
@ -93,7 +93,7 @@ class BaseYii
|
||||
*/
|
||||
public static function getVersion()
|
||||
{
|
||||
return '2.0.51-dev';
|
||||
return '2.0.51';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
Yii Framework 2 Change Log
|
||||
==========================
|
||||
|
||||
2.0.51 under development
|
||||
------------------------
|
||||
2.0.51 July 18, 2024
|
||||
--------------------
|
||||
|
||||
- Bug #20195: Do not set non abstract values into `ColumnSchema->type` on MSSQL version less then 2017 (axeltomasson)
|
||||
- Bug #16116: Codeception: oci does not support enabling/disabling integrity check (@terabytesoftw)
|
||||
- Bug #20147: Fix error handler compatibility with PHP 8.3 (samdark)
|
||||
- Bug #20191: Fix `ActiveRecord::getDirtyAttributes()` for JSON columns with multi-dimensional array values (brandonkelly)
|
||||
- Bug #20195: Do not set non abstract values into `ColumnSchema->type` on MSSQL version less then 2017 (axeltomasson)
|
||||
- Bug #20211: Add acceptable parameters to `MaskedInput::init()` method (alxlnk)
|
||||
- Bug #20226: Revert all PR for "Data providers perform unnecessary COUNT queries that negatively affect performance" (@terabytesoftw)
|
||||
- Bug #20147: Fix error handler compatibility with PHP 8.3 (samdark)
|
||||
- Bug #20230: Fix getting ID in `\yii\filters\Cors::actions()` when attached to a module (timkelty)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user