release version 2.0.26

This commit is contained in:
Alexander Makarov
2019-09-04 00:38:33 +03:00
parent 851e846688
commit 1e8a414bae
2 changed files with 9 additions and 9 deletions

View File

@ -93,7 +93,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0.26-dev';
return '2.0.26';
}
/**

View File

@ -1,18 +1,18 @@
Yii Framework 2 Change Log
==========================
2.0.26 under development
------------------------
2.0.26 September 03, 2019
-------------------------
- Bug #17504: Fix upsert when `$updateColumns` is `true` but there are no columns to update in the table (alexkart)
- Bug #17511: Fix IPv6 subnets matching in `IpHelper::inRange()` (kamarton)
- Bug #17507: Fix regular expression escaping and simplify condition in `Controller::createAction()` (kamarton)
- Bug #16305: Fix `FileValidator` mime-type validation failure because of case sensitivity (kamarton)
- Bug #17355: Fix incorrect sequence of `EVENT_AFTER_REQUEST` when using Pjax (kamarton)
- Bug #17522: `DbManager::isEmptyUserId()` is now protected (samdark)
- Bug #17434: Fix Internet Explorer 11 AJAX redirect bug in case of 301 and 302 response codes (`XMLHttpRequest: Network Error 0x800c0008`) (kamarton)
- Bug #16531: Fix error in `Response::sendContent()` when `set_time_limit()` is disabled (brandonkelly)
- Bug #17355: Fix incorrect sequence of `EVENT_AFTER_REQUEST` when using Pjax (kamarton)
- Bug #17434: Fix Internet Explorer 11 AJAX redirect bug in case of 301 and 302 response codes (`XMLHttpRequest: Network Error 0x800c0008`) (kamarton)
- Bug #17449: Ensure `CHECK` statement goes after `COMMENT` in MySQL `QueryBuilder::addCommentOnColumn()` (Manu311)
- Bug #17504: Fix upsert when `$updateColumns` is `true` but there are no columns to update in the table (alexkart)
- Bug #17507: Fix regular expression escaping and simplify condition in `Controller::createAction()` (kamarton)
- Bug #17511: Fix IPv6 subnets matching in `IpHelper::inRange()` (kamarton)
- Bug #17522: `DbManager::isEmptyUserId()` is now protected (samdark)
2.0.25 August 13, 2019