Browse Source

Merge branch 'master' of github.com:yiisoft/yii2 into mongo

tags/2.0.0-beta
Klimov Paul 11 years ago
parent
commit
da88e3dbeb
  1. 14
      apps/advanced/README.md
  2. 8
      framework/CHANGELOG.md
  3. 2
      framework/yii/BaseYii.php

14
apps/advanced/README.md

@ -73,20 +73,6 @@ You can then install the application using the following command:
php composer.phar create-project --stability=alpha yiisoft/yii2-app-advanced advanced
~~~
After the application is installed, switch to the project folder and run the following command
to initialize the application:
~~~
./init (or "init" on Windows)
~~~
You can then access the application through the following URLs,
~~~
http://localhost/advanced/frontend/web/
http://localhost/advanced/backend/web/
~~~
GETTING STARTED
---------------

8
framework/CHANGELOG.md

@ -1,7 +1,11 @@
Yii Framework 2 Change Log
==========================
Version 2.0 alpha
-----------------
2.0.0 beta under development
----------------------------
2.0.0 alpha, December 1, 2013
---------------------------
- Initial release.

2
framework/yii/BaseYii.php

@ -104,7 +104,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0-dev';
return '2.0.0-dev';
}
/**

Loading…
Cancel
Save