Skip to content

Commit

Permalink
prepare for 2.0.0-beta release.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Apr 13, 2014
1 parent 9da6423 commit 8bbcff7
Show file tree
Hide file tree
Showing 26 changed files with 43 additions and 51 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": "beta",
"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": "beta",
"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": "beta",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*"
Expand Down
6 changes: 0 additions & 6 deletions build/controllers/ReleaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public function actionPrepare($version)
{
$this->closeChangelogs($version);
$this->composerSetStability($version);
$this->composerCreateLocks();
$this->updateYiiVersion($version);
}

Expand Down Expand Up @@ -107,11 +106,6 @@ protected function composerSetStability($version)
);
}

protected function composerCreateLocks()
{
$this->confirm('Run composer update for each app and commit the composer.lock file. Hit enter when done.');
}

protected function updateYiiVersion($version)
{
$this->sed(
Expand Down
4 changes: 2 additions & 2 deletions extensions/apidoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Yii Framework 2 apidoc extension Change Log
===========================================

2.0.0 beta under development
----------------------------
2.0.0-beta April 13, 2014
-------------------------

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

2.0.0 beta under development
----------------------------
2.0.0-beta April 13, 2014
-------------------------

- Initial release.
1 change: 0 additions & 1 deletion extensions/bootstrap/ActiveForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
* To get a different column layout in horizontal mode you can modify those options
* through [[fieldConfig]]:
*
*
* ```php
* $form = ActiveForm::begin([
* 'layout' => 'horizontal',
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 beta under development
----------------------------
2.0.0-beta April 13, 2014
-------------------------

- Bug #2361: `yii\bootstrap\NavBar::brandUrl` should default to the home URL of application (qiangxue)
- Enh #1474: Added option to make NavBar 100% width (cebe)
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 beta under development
----------------------------
2.0.0-beta April 13, 2014
-------------------------

- Initial release.
- Enh: yii\codeception\TestCase now supports loading and using fixtures via Yii fixture framework (qiangxue)
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 beta under development
----------------------------
2.0.0-beta April 13, 2014
-------------------------

- Bug #1480: Fixed issue with creating extensions.php when php opcache is enabled (cebe)
- Enh: Added support for installing packages conforming to PSR-4 standard (qiangxue)
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 beta under development
----------------------------
2.0.0-beta April 13, 2014
-------------------------

- Bug #1783: Using VarDumper::dumpAsString() instead var_export(), because var_export() does not handle circular references. (djagya)
- Bug #1504: Debug toolbar isn't loaded successfully in some environments when xdebug is enabled (qiangxue)
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 beta under development
----------------------------
2.0.0-beta April 13, 2014
-------------------------

- Bug #1993: afterFind event in AR is now called after relations have been populated (cebe, creocoder)
- Bug #2324: Fixed QueryBuilder bug when building a query with "query" option (mintao)
Expand Down
4 changes: 2 additions & 2 deletions extensions/faker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Yii Framework 2 faker extension Change Log
==============================================

2.0.0 beta under development
----------------------------
2.0.0-beta April 13, 2014
-------------------------

- Initial release.
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 beta under development
----------------------------
2.0.0-beta April 13, 2014
-------------------------

- Bug #1405: fixed disambiguation of relation names generated by gii (qiangxue)
- Bug #1904: Fixed autocomplete to work with underscore inputs "_" (tonydspaniard)
Expand Down
4 changes: 2 additions & 2 deletions extensions/imagine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Yii Framework 2 imagine extension Change Log
================================================

2.0.0 beta under development
----------------------------
2.0.0-beta April 13, 2014
-------------------------

- Initial release.
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 beta under development
----------------------------
2.0.0-beta April 13, 2014
-------------------------

- Bug #1550: fixed the issue that JUI input widgets did not property input IDs. (qiangxue)
- Bug #2514: Jui sortable clientEvents were not working because of wrong naming assumptions. (cebe)
Expand Down
4 changes: 2 additions & 2 deletions extensions/mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Yii Framework 2 mongodb extension Change Log
============================================

2.0.0 beta under development
----------------------------
2.0.0-beta April 13, 2014
-------------------------

- Initial release.
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 beta under development
----------------------------
2.0.0-beta April 13, 2014
-------------------------

- Bug #1993: afterFind event in AR is now called after relations have been populated (cebe, creocoder)
- Enh #1773: keyPrefix property of Session and Cache is not restricted to alnum characters anymore (cebe)
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 beta under development
----------------------------
2.0.0-beta April 13, 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 beta under development
----------------------------
2.0.0-beta April 13, 2014
-------------------------

- Bug #1993: afterFind event in AR is now called after relations have been populated (cebe, creocoder)
- Bug #2160: SphinxQL does not support `OFFSET` (qiangxue, romeo7)
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 beta under development
----------------------------
2.0.0-beta April 13, 2014
-------------------------

- Bug #1817: Message charset not applied for alternative bodies (klimov-paul)

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 beta under development
----------------------------
2.0.0-beta April 13, 2014
-------------------------

- Add File based Twig loader for better caching and usability of twig's file based function (dev-mraj, samdark)

Expand Down
2 changes: 1 addition & 1 deletion framework/BaseYii.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0.0-dev';
return '2.0.0-beta';
}

/**
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 beta under development
----------------------------
2.0.0-beta April 13, 2014
-------------------------

- Bug #1265: AssetController does not override 'js' and 'css' for compressed bundles (klimov-paul)
- Bug #1326: The `visible` setting for `DetailView` doesn't work as expected (qiangxue)
Expand Down
4 changes: 2 additions & 2 deletions framework/base/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* Application is the base class for all application classes.
*
* @property \yii\web\AssetManager $assetManager The asset manager component. This property is read-only.
* @property \yii\rbac\ManagerInterface $authManager The auth manager for this application. Null is returned if auth
* manager is not configured. This property is read-only.
* @property \yii\rbac\ManagerInterface $authManager The auth manager for this application. Null is returned
* if auth manager is not configured. This property is read-only.
* @property string $basePath The root directory of the application.
* @property \yii\caching\Cache $cache The cache application component. Null if the component is not enabled.
* This property is read-only.
Expand Down
3 changes: 1 addition & 2 deletions framework/db/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@
* ]
* ~~~
*
* @property string $driverName Name of the DB driver. Change this property if you want to override the
* driver name specified in [[dsn]]. This can be useful if you're working with the database via ODBC layer.
* @property string $driverName Name of the DB driver.
* @property boolean $isActive Whether the DB connection is established. This property is read-only.
* @property string $lastInsertID The row ID of the last row inserted, or the last value retrieved from the
* sequence object. This property is read-only.
Expand Down

0 comments on commit 8bbcff7

Please sign in to comment.