Skip to content

Commit

Permalink
release version 2.0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Jul 18, 2024
1 parent de2e5ea commit 9a98aff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion framework/BaseYii.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0.51-dev';
return '2.0.51';
}

/**
Expand Down
8 changes: 4 additions & 4 deletions framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit 9a98aff

Please sign in to comment.