Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
3822ffd1
Commit
3822ffd1
authored
Dec 01, 2013
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prepare for next release.
parent
b0018e36
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
5 deletions
+9
-5
composer.json
apps/advanced/composer.json
+1
-1
composer.json
apps/basic/composer.json
+1
-1
composer.json
apps/benchmark/composer.json
+1
-1
CHANGELOG.md
framework/CHANGELOG.md
+5
-1
BaseYii.php
framework/yii/BaseYii.php
+1
-1
No files found.
apps/advanced/composer.json
View file @
3822ffd1
...
...
@@ -12,7 +12,7 @@
"irc"
:
"irc://irc.freenode.net/yii"
,
"source"
:
"https://github.com/yiisoft/yii2"
},
"minimum-stability"
:
"
alpha
"
,
"minimum-stability"
:
"
dev
"
,
"require"
:
{
"php"
:
">=5.4.0"
,
"yiisoft/yii2"
:
"*"
,
...
...
apps/basic/composer.json
View file @
3822ffd1
...
...
@@ -12,7 +12,7 @@
"irc"
:
"irc://irc.freenode.net/yii"
,
"source"
:
"https://github.com/yiisoft/yii2"
},
"minimum-stability"
:
"
alpha
"
,
"minimum-stability"
:
"
dev
"
,
"require"
:
{
"php"
:
">=5.4.0"
,
"yiisoft/yii2"
:
"*"
,
...
...
apps/benchmark/composer.json
View file @
3822ffd1
...
...
@@ -15,7 +15,7 @@
"config"
:
{
"vendor-dir"
:
"protected/vendor"
},
"minimum-stability"
:
"
alpha
"
,
"minimum-stability"
:
"
dev
"
,
"require"
:
{
"php"
:
">=5.4.0"
,
"yiisoft/yii2"
:
"*"
...
...
framework/CHANGELOG.md
View file @
3822ffd1
Yii Framework 2 Change Log
==========================
2.
0 alpha, December 1, 2013
2.
0.0 beta under development
----------------------------
2.
0.0 alpha, December 1, 2013
---------------------------
-
Initial release.
framework/yii/BaseYii.php
View file @
3822ffd1
...
...
@@ -104,7 +104,7 @@ class BaseYii
*/
public
static
function
getVersion
()
{
return
'2.0.0-
alpha
'
;
return
'2.0.0-
dev
'
;
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment