Skip to content

Commit ae8d978

Browse files
committed
2.0.0 release.
1 parent de853a2 commit ae8d978

File tree

23 files changed

+42
-41
lines changed

23 files changed

+42
-41
lines changed

Diff for: apps/advanced/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"irc": "irc://irc.freenode.net/yii",
1313
"source": "https://github.com/yiisoft/yii2"
1414
},
15-
"minimum-stability": "dev",
15+
"minimum-stability": "stable",
1616
"require": {
1717
"php": ">=5.4.0",
1818
"yiisoft/yii2": "*",

Diff for: apps/basic/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"irc": "irc://irc.freenode.net/yii",
1313
"source": "https://github.com/yiisoft/yii2"
1414
},
15-
"minimum-stability": "dev",
15+
"minimum-stability": "stable",
1616
"require": {
1717
"php": ">=5.4.0",
1818
"yiisoft/yii2": "*",

Diff for: apps/benchmark/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"config": {
1616
"vendor-dir": "protected/vendor"
1717
},
18-
"minimum-stability": "dev",
18+
"minimum-stability": "stable",
1919
"require": {
2020
"php": ">=5.4.0",
2121
"yiisoft/yii2": "*"

Diff for: extensions/apidoc/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 apidoc extension Change Log
22
===========================================
33

4-
2.0.0 under development
5-
-----------------------
4+
2.0.0 October 12, 2014
5+
----------------------
66

77
- Chg: Updated cebe/markdown to 1.0.0 which includes breaking changes in its internal API (cebe)
88

Diff for: extensions/authclient/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 authclient extension Change Log
22
===============================================
33

4-
2.0.0 under development
5-
-----------------------
4+
2.0.0 October 12, 2014
5+
----------------------
66

77
- Enh #5135: Added ability to operate nested and complex attributes via `yii\authclient\BaseClient::normalizeUserAttributeMap` (zinzinday, klimov-paul)
88

Diff for: extensions/bootstrap/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 bootstrap extension Change Log
22
==============================================
33

4-
2.0.0 under development
5-
-----------------------
4+
2.0.0 October 12, 2014
5+
----------------------
66

77
- Bug #5323: Nested dropdown does not work for `yii\bootstrap\DropDown` (aryraditya)
88
- Bug #5336: `yii\bootstrap\DropDown` should register bootstrap plugin asset (zelenin)

Diff for: extensions/codeception/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 Codeception extension Change Log
22
================================================
33

4-
2.0.0 under development
5-
-----------------------
4+
2.0.0 October 12, 2014
5+
----------------------
66

77
- no changes in this release.
88

Diff for: extensions/composer/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 composer extension Change Log
22
=============================================
33

4-
2.0.0 under development
5-
-----------------------
4+
2.0.0 October 12, 2014
5+
----------------------
66

77
- no changes in this release.
88

Diff for: extensions/debug/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 debug extension Change Log
22
==========================================
33

4-
2.0.0 under development
5-
-----------------------
4+
2.0.0 October 12, 2014
5+
----------------------
66

77
- no changes in this release.
88

Diff for: extensions/elasticsearch/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 elasticsearch extension Change Log
22
==================================================
33

4-
2.0.0 under development
5-
-----------------------
4+
2.0.0 October 12, 2014
5+
----------------------
66

77
- Enh #3381: Added ActiveRecord::arrayAttributes() to define attributes that should be treated as array when retrieved via `fields` (cebe)
88

Diff for: extensions/faker/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 faker extension Change Log
22
==============================================
33

4-
2.0.0 under development
5-
-----------------------
4+
2.0.0 October 12, 2014
5+
----------------------
66

77
- no changes in this release.
88

Diff for: extensions/gii/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 gii extension Change Log
22
========================================
33

4-
2.0.0 under development
5-
-----------------------
4+
2.0.0 October 12, 2014
5+
----------------------
66

77
- Bug #5408: Gii console command incorrectly reports errors when there is actually no error (qiangxue)
88
- Bug: Fixed table name regression caused by changed introduced in #4971 (samdark)

Diff for: extensions/imagine/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 imagine extension Change Log
22
================================================
33

4-
2.0.0 under development
5-
-----------------------
4+
2.0.0 October 12, 2014
5+
----------------------
66

77
- no changes in this release.
88

Diff for: extensions/jui/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 jui extension Change Log
22
========================================
33

4-
2.0.0 under development
5-
-----------------------
4+
2.0.0 October 12, 2014
5+
----------------------
66

77
- no changes in this release.
88

Diff for: extensions/mongodb/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 mongodb extension Change Log
22
============================================
33

4-
2.0.0 under development
5-
-----------------------
4+
2.0.0 October 12, 2014
5+
----------------------
66

77
- Bug #5303: Fixed `yii\mongodb\Collection` unable to fetch default database name from DSN with parameters (klimov-paul)
88
- Bug #5411: Fixed `yii\mongodb\ActiveRecord` unable to fetch 'hasMany' referred by array of `\MongoId` (klimov-paul)

Diff for: extensions/redis/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 redis extension Change Log
22
==========================================
33

4-
2.0.0 under development
5-
-----------------------
4+
2.0.0 October 12, 2014
5+
----------------------
66

77
- no changes in this release.
88

Diff for: extensions/smarty/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 smarty extension Change Log
22
===========================================
33

4-
2.0.0 under development
5-
-----------------------
4+
2.0.0 October 12, 2014
5+
----------------------
66

77
- no changes in this release.
88

Diff for: extensions/sphinx/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 sphinx extension Change Log
22
===========================================
33

4-
2.0.0 under development
5-
-----------------------
4+
2.0.0 October 12, 2014
5+
----------------------
66

77
- Enh #5211: `yii\sphinx\Query` now supports 'HAVING' (klimov-paul)
88

Diff for: extensions/swiftmailer/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 swiftmailer extension Change Log
22
================================================
33

4-
2.0.0 under development
5-
-----------------------
4+
2.0.0 October 12, 2014
5+
----------------------
66

77
- no changes in this release.
88

Diff for: extensions/twig/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 twig extension Change Log
22
=========================================
33

4-
2.0.0 under development
5-
-----------------------
4+
2.0.0 October 12, 2014
5+
----------------------
66

77
- Bug #5308: object function calls in templates were passing arguments in a wrong way (genichyar, samdark)
88

Diff for: 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.0-dev';
96+
return '2.0.0';
9797
}
9898

9999
/**

Diff for: framework/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 Change Log
22
==========================
33

4-
2.0.0 under development
5-
-----------------------
4+
2.0.0 October 12, 2014
5+
----------------------
66

77
- Bug #4881: Fixed `yii\console\controllers\AssetController` breaks CSS URLs on Windows (klimov-paul)
88
- Bug #5171: Fixed the bug that ActiveForm + Pjax submit event is only triggered once (qiangxue)

Diff for: framework/web/Session.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
* useful for displaying confirmation messages. To use flash messages, simply
4444
* call methods such as [[setFlash()]], [[getFlash()]].
4545
*
46-
* @property array $allFlashes Flash messages (key => message). This property is read-only.
46+
* @property array $allFlashes Flash messages (key => message or key => [message1, message2]). This property
47+
* is read-only.
4748
* @property array $cookieParams The session cookie parameters. This property is read-only.
4849
* @property integer $count The number of session variables. This property is read-only.
4950
* @property string $flash The key identifying the flash message. Note that flash messages and normal session

0 commit comments

Comments
 (0)