Skip to content

Commit d2b864d

Browse files
committed
prepare for 2.0.0-rc release.
1 parent 8305453 commit d2b864d

35 files changed

+66
-82
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": "RC",
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": "RC",
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": "RC",
1919
"require": {
2020
"php": ">=5.4.0",
2121
"yiisoft/yii2": "*"

docs/guide/widget-bootstrap.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ convenient way to include bootstrap assets in your pages with a single line adde
2424
public $depends = [
2525
'yii\web\YiiAsset',
2626
'yii\bootstrap\BootstrapAsset', // this line
27-
// 'yii\bootstrap\BootstrapThemeAsset' // uncomment to apply bootstrap 2 style to bootstrap 3
2827
];
2928
```
3029

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-rc under development
5-
--------------------------
4+
2.0.0-rc September 27, 2014
5+
---------------------------
66

77
- no changes in this release.
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-rc under development
5-
--------------------------
4+
2.0.0-rc September 27, 2014
5+
---------------------------
66

77
- Bug #3633: OpenId return URL comparison advanced to prevent url encode problem (klimov-paul)
88
- Bug #4490: `yii\authclient\widgets\AuthChoice` does not preserve initial settings while opening popup (klimov-paul)

extensions/bootstrap/BootstrapThemeAsset.php

Lines changed: 0 additions & 27 deletions
This file was deleted.

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-rc under development
5-
--------------------------
4+
2.0.0-rc September 27, 2014
5+
---------------------------
66

77
- Bug #3292: Fixed dropdown widgets rendering incorrect HTML (it3rmit)
88
- Bug #3740: Fixed duplicate error message when client validation is enabled (tadaszelvys)

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-rc under development
5-
--------------------------
4+
2.0.0-rc September 27, 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-rc under development
5-
--------------------------
4+
2.0.0-rc September 27, 2014
5+
---------------------------
66

77
- Bug #3438: Fixed support for non-lowercase package names (cebe)
88
- Chg: Added `yii\composer\Installer::postCreateProject()` and modified the syntax of calling installer methods in composer.json (qiangxue)

0 commit comments

Comments
 (0)