Skip to content

Commit 2927a7a

Browse files
committed
release version 2.0.25
1 parent 2d96095 commit 2927a7a

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

framework/BaseYii.php

Lines changed: 1 addition & 1 deletion
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.25-dev';
96+
return '2.0.25';
9797
}
9898

9999
/**

framework/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
Yii Framework 2 Change Log
22
==========================
33

4-
2.0.25 under development
5-
------------------------
4+
2.0.25 August 13, 2019
5+
----------------------
66

7-
- Bug #17223: Fixed detaching a behavior event when it is a Closure instance (GHopperMSK, rob006)
87
- Bug #15779: If directory path is passed to `FileHelper::unlink()` and directory has files it will not delete files in this directory on Windows now (alexkart)
8+
- Bug #17223: Fixed detaching a behavior event when it is a Closure instance (GHopperMSK, rob006)
99
- Bug #17473: Fixed `SimpleConditionBuilder::build()` when column is not a string (alexkart)
10-
- Bug #17486: Fixed error when using `batch()` without `$db` parameter with MSSQL (alexkart)
1110
- Bug #17485: Reverted #17477 (samdark)
11+
- Bug #17486: Fixed error when using `batch()` without `$db` parameter with MSSQL (alexkart)
12+
1213

1314
2.0.24 July 30, 2019
1415
--------------------

framework/base/Behavior.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class Behavior extends BaseObject
3232
*/
3333
private $_attachedEvents = [];
3434

35+
3536
/**
3637
* Declares event handlers for the [[owner]]'s events.
3738
*

0 commit comments

Comments
 (0)