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

apps/advanced/composer.json

Lines changed: 1 addition & 1 deletion
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": "*",

apps/basic/composer.json

Lines changed: 1 addition & 1 deletion
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": "*",

apps/benchmark/composer.json

Lines changed: 1 addition & 1 deletion
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": "*"

extensions/apidoc/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
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

extensions/authclient/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
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

extensions/bootstrap/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
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)

extensions/codeception/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
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

extensions/composer/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
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

extensions/debug/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
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

extensions/elasticsearch/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
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

0 commit comments

Comments
 (0)