Skip to content

Commit

Permalink
2.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Oct 12, 2014
1 parent de853a2 commit ae8d978
Show file tree
Hide file tree
Showing 23 changed files with 42 additions and 41 deletions.
2 changes: 1 addition & 1 deletion apps/advanced/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
Expand Down
2 changes: 1 addition & 1 deletion apps/basic/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
Expand Down
2 changes: 1 addition & 1 deletion apps/benchmark/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"config": {
"vendor-dir": "protected/vendor"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*"
Expand Down
4 changes: 2 additions & 2 deletions extensions/apidoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 apidoc extension Change Log
===========================================

2.0.0 under development
-----------------------
2.0.0 October 12, 2014
----------------------

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

Expand Down
4 changes: 2 additions & 2 deletions extensions/authclient/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 authclient extension Change Log
===============================================

2.0.0 under development
-----------------------
2.0.0 October 12, 2014
----------------------

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

Expand Down
4 changes: 2 additions & 2 deletions extensions/bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 bootstrap extension Change Log
==============================================

2.0.0 under development
-----------------------
2.0.0 October 12, 2014
----------------------

- Bug #5323: Nested dropdown does not work for `yii\bootstrap\DropDown` (aryraditya)
- Bug #5336: `yii\bootstrap\DropDown` should register bootstrap plugin asset (zelenin)
Expand Down
4 changes: 2 additions & 2 deletions extensions/codeception/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 Codeception extension Change Log
================================================

2.0.0 under development
-----------------------
2.0.0 October 12, 2014
----------------------

- no changes in this release.

Expand Down
4 changes: 2 additions & 2 deletions extensions/composer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 composer extension Change Log
=============================================

2.0.0 under development
-----------------------
2.0.0 October 12, 2014
----------------------

- no changes in this release.

Expand Down
4 changes: 2 additions & 2 deletions extensions/debug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 debug extension Change Log
==========================================

2.0.0 under development
-----------------------
2.0.0 October 12, 2014
----------------------

- no changes in this release.

Expand Down
4 changes: 2 additions & 2 deletions extensions/elasticsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 elasticsearch extension Change Log
==================================================

2.0.0 under development
-----------------------
2.0.0 October 12, 2014
----------------------

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

Expand Down
4 changes: 2 additions & 2 deletions extensions/faker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 faker extension Change Log
==============================================

2.0.0 under development
-----------------------
2.0.0 October 12, 2014
----------------------

- no changes in this release.

Expand Down
4 changes: 2 additions & 2 deletions extensions/gii/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 gii extension Change Log
========================================

2.0.0 under development
-----------------------
2.0.0 October 12, 2014
----------------------

- Bug #5408: Gii console command incorrectly reports errors when there is actually no error (qiangxue)
- Bug: Fixed table name regression caused by changed introduced in #4971 (samdark)
Expand Down
4 changes: 2 additions & 2 deletions extensions/imagine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 imagine extension Change Log
================================================

2.0.0 under development
-----------------------
2.0.0 October 12, 2014
----------------------

- no changes in this release.

Expand Down
4 changes: 2 additions & 2 deletions extensions/jui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 jui extension Change Log
========================================

2.0.0 under development
-----------------------
2.0.0 October 12, 2014
----------------------

- no changes in this release.

Expand Down
4 changes: 2 additions & 2 deletions extensions/mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 mongodb extension Change Log
============================================

2.0.0 under development
-----------------------
2.0.0 October 12, 2014
----------------------

- Bug #5303: Fixed `yii\mongodb\Collection` unable to fetch default database name from DSN with parameters (klimov-paul)
- Bug #5411: Fixed `yii\mongodb\ActiveRecord` unable to fetch 'hasMany' referred by array of `\MongoId` (klimov-paul)
Expand Down
4 changes: 2 additions & 2 deletions extensions/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 redis extension Change Log
==========================================

2.0.0 under development
-----------------------
2.0.0 October 12, 2014
----------------------

- no changes in this release.

Expand Down
4 changes: 2 additions & 2 deletions extensions/smarty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 smarty extension Change Log
===========================================

2.0.0 under development
-----------------------
2.0.0 October 12, 2014
----------------------

- no changes in this release.

Expand Down
4 changes: 2 additions & 2 deletions extensions/sphinx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 sphinx extension Change Log
===========================================

2.0.0 under development
-----------------------
2.0.0 October 12, 2014
----------------------

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

Expand Down
4 changes: 2 additions & 2 deletions extensions/swiftmailer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 swiftmailer extension Change Log
================================================

2.0.0 under development
-----------------------
2.0.0 October 12, 2014
----------------------

- no changes in this release.

Expand Down
4 changes: 2 additions & 2 deletions extensions/twig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 twig extension Change Log
=========================================

2.0.0 under development
-----------------------
2.0.0 October 12, 2014
----------------------

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

Expand Down
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.0-dev';
return '2.0.0';
}

/**
Expand Down
4 changes: 2 additions & 2 deletions framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Yii Framework 2 Change Log
==========================

2.0.0 under development
-----------------------
2.0.0 October 12, 2014
----------------------

- Bug #4881: Fixed `yii\console\controllers\AssetController` breaks CSS URLs on Windows (klimov-paul)
- Bug #5171: Fixed the bug that ActiveForm + Pjax submit event is only triggered once (qiangxue)
Expand Down
3 changes: 2 additions & 1 deletion framework/web/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
* useful for displaying confirmation messages. To use flash messages, simply
* call methods such as [[setFlash()]], [[getFlash()]].
*
* @property array $allFlashes Flash messages (key => message). This property is read-only.
* @property array $allFlashes Flash messages (key => message or key => [message1, message2]). This property
* is read-only.
* @property array $cookieParams The session cookie parameters. This property is read-only.
* @property integer $count The number of session variables. This property is read-only.
* @property string $flash The key identifying the flash message. Note that flash messages and normal session
Expand Down

0 comments on commit ae8d978

Please sign in to comment.