Skip to content

Commit 84b42ab

Browse files
committed
prepare for 2.0.1 release
1 parent 5834256 commit 84b42ab

File tree

22 files changed

+143
-28
lines changed

22 files changed

+143
-28
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Yii Framework 2 apidoc extension Change Log
22
===========================================
33

4-
2.0.1 under development
4+
2.0.1 December 07, 2014
55
-----------------------
66

77
- Bug #5623: Fixed crash when a class contains a setter that has no arguments e.g. `setXyz()` (cebe)

extensions/authclient/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Yii Framework 2 authclient extension Change Log
22
===============================================
33

4-
2.0.1 under development
4+
2.0.1 December 07, 2014
55
-----------------------
66

77
- Bug #6000: Fixed CCS for `yii\authclient\widgets\AuthChoice` does not loaded if `popupMode` disabled (klimov-paul)

extensions/bootstrap/CHANGELOG.md

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

4-
2.0.1 under development
4+
2.0.1 December 07, 2014
55
-----------------------
66

77
- Bug #5570: `yii\bootstrap\Tabs` would throw an exception if `content` is not set for one of its `items` (RomeroMsk)
88
- Bug #6150: `yii\bootstrap\Tabs` dropdown IDs were generated incorrectly (samdark)
99
- Enh #4146: Added `yii\bootstrap\ButtonDropdown::$containerOptions` (samdark)
1010
- Enh #4181: Added `yii\bootstrap\Modal::$headerOptions` and `yii\bootstrap\Modal::$footerOptions` (tuxoff, samdark)
1111
- Enh #4450: Added `yii\bootstrap\Nav::renderDropdown()` (qiangxue)
12-
- Enh #5494: Added support for specifying a menu header as a configuration array in `yii\bootstrap\Dropdown` (hiltonjanfield, qiangxue)
12+
- Enh #5494: Added support for specifying a menu header as a configuration array in `yii\bootstrap\Dropdown` (hiltonjanfield, qiangxue)
1313
- Enh #5735: Added `yii\bootstrap\Tabs::renderTabContent` to support manually rendering tab contents (RomeroMsk)
1414
- Enh #5799: `yii\bootstrap\ButtonGroup::buttons` can take all options that are supported by `yii\bootstrap\Button` (aleksanderd)
1515
- Chg #5874: Upgraded Twitter Bootstrap to 3.3.x (samdark)

extensions/codeception/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Yii Framework 2 Codeception extension Change Log
22
================================================
33

4-
2.0.1 under development
4+
2.0.1 December 07, 2014
55
-----------------------
66

77
- no changes in this release.

extensions/composer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Yii Framework 2 composer extension Change Log
22
=============================================
33

4-
2.0.1 under development
4+
2.0.1 December 07, 2014
55
-----------------------
66

77
- no changes in this release.

extensions/debug/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Yii Framework 2 debug extension Change Log
22
==========================================
33

4-
2.0.1 under development
4+
2.0.1 December 07, 2014
55
-----------------------
66

77
- Bug #5402: Debugger was not loading when there were closures in asset classes (samdark)

extensions/elasticsearch/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Yii Framework 2 elasticsearch extension Change Log
22
==================================================
33

4-
2.0.1 under development
4+
2.0.1 December 07, 2014
55
-----------------------
66

77
- Bug #5662: Elasticsearch AR updateCounters() now uses explicitly `groovy` script for updating making it compatible with ES >1.3.0 (cebe)

0 commit comments

Comments
 (0)