Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9a98aff

Browse files
committedJul 18, 2024
release version 2.0.51
1 parent de2e5ea commit 9a98aff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎framework/BaseYii.php

+1-1
Original file line numberDiff line numberDiff 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
/**

‎framework/CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Yii 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

0 commit comments

Comments
 (0)
Failed to load comments.