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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
47f22726
Commit
47f22726
authored
10 years ago
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prepare for next release.
parent
ae8d9782
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
112 additions
and
4 deletions
+112
-4
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
extensions/apidoc/CHANGELOG.md
+6
-0
CHANGELOG.md
extensions/authclient/CHANGELOG.md
+6
-0
CHANGELOG.md
extensions/bootstrap/CHANGELOG.md
+6
-0
CHANGELOG.md
extensions/codeception/CHANGELOG.md
+6
-0
CHANGELOG.md
extensions/composer/CHANGELOG.md
+6
-0
CHANGELOG.md
extensions/debug/CHANGELOG.md
+6
-0
CHANGELOG.md
extensions/elasticsearch/CHANGELOG.md
+6
-0
CHANGELOG.md
extensions/faker/CHANGELOG.md
+6
-0
CHANGELOG.md
extensions/gii/CHANGELOG.md
+6
-0
CHANGELOG.md
extensions/imagine/CHANGELOG.md
+6
-0
CHANGELOG.md
extensions/jui/CHANGELOG.md
+6
-0
CHANGELOG.md
extensions/mongodb/CHANGELOG.md
+6
-0
CHANGELOG.md
extensions/redis/CHANGELOG.md
+6
-0
CHANGELOG.md
extensions/smarty/CHANGELOG.md
+6
-0
CHANGELOG.md
extensions/sphinx/CHANGELOG.md
+6
-0
CHANGELOG.md
extensions/swiftmailer/CHANGELOG.md
+6
-0
CHANGELOG.md
extensions/twig/CHANGELOG.md
+6
-0
BaseYii.php
framework/BaseYii.php
+1
-1
CHANGELOG.md
framework/CHANGELOG.md
+6
-0
No files found.
apps/advanced/composer.json
View file @
47f22726
...
...
@@ -12,7 +12,7 @@
"irc"
:
"irc://irc.freenode.net/yii"
,
"source"
:
"https://github.com/yiisoft/yii2"
},
"minimum-stability"
:
"
stable
"
,
"minimum-stability"
:
"
dev
"
,
"require"
:
{
"php"
:
">=5.4.0"
,
"yiisoft/yii2"
:
"*"
,
...
...
This diff is collapsed.
Click to expand it.
apps/basic/composer.json
View file @
47f22726
...
...
@@ -12,7 +12,7 @@
"irc"
:
"irc://irc.freenode.net/yii"
,
"source"
:
"https://github.com/yiisoft/yii2"
},
"minimum-stability"
:
"
stable
"
,
"minimum-stability"
:
"
dev
"
,
"require"
:
{
"php"
:
">=5.4.0"
,
"yiisoft/yii2"
:
"*"
,
...
...
This diff is collapsed.
Click to expand it.
apps/benchmark/composer.json
View file @
47f22726
...
...
@@ -15,7 +15,7 @@
"config"
:
{
"vendor-dir"
:
"protected/vendor"
},
"minimum-stability"
:
"
stable
"
,
"minimum-stability"
:
"
dev
"
,
"require"
:
{
"php"
:
">=5.4.0"
,
"yiisoft/yii2"
:
"*"
...
...
This diff is collapsed.
Click to expand it.
extensions/apidoc/CHANGELOG.md
View file @
47f22726
Yii Framework 2 apidoc extension Change Log
===========================================
2.
0.1 under development
-----------------------
-
no changes in this release.
2.0.0 October 12, 2014
----------------------
...
...
This diff is collapsed.
Click to expand it.
extensions/authclient/CHANGELOG.md
View file @
47f22726
Yii Framework 2 authclient extension Change Log
===============================================
2.
0.1 under development
-----------------------
-
no changes in this release.
2.0.0 October 12, 2014
----------------------
...
...
This diff is collapsed.
Click to expand it.
extensions/bootstrap/CHANGELOG.md
View file @
47f22726
Yii Framework 2 bootstrap extension Change Log
==============================================
2.
0.1 under development
-----------------------
-
no changes in this release.
2.0.0 October 12, 2014
----------------------
...
...
This diff is collapsed.
Click to expand it.
extensions/codeception/CHANGELOG.md
View file @
47f22726
Yii Framework 2 Codeception extension Change Log
================================================
2.
0.1 under development
-----------------------
-
no changes in this release.
2.0.0 October 12, 2014
----------------------
...
...
This diff is collapsed.
Click to expand it.
extensions/composer/CHANGELOG.md
View file @
47f22726
Yii Framework 2 composer extension Change Log
=============================================
2.
0.1 under development
-----------------------
-
no changes in this release.
2.0.0 October 12, 2014
----------------------
...
...
This diff is collapsed.
Click to expand it.
extensions/debug/CHANGELOG.md
View file @
47f22726
Yii Framework 2 debug extension Change Log
==========================================
2.
0.1 under development
-----------------------
-
no changes in this release.
2.0.0 October 12, 2014
----------------------
...
...
This diff is collapsed.
Click to expand it.
extensions/elasticsearch/CHANGELOG.md
View file @
47f22726
Yii Framework 2 elasticsearch extension Change Log
==================================================
2.
0.1 under development
-----------------------
-
no changes in this release.
2.0.0 October 12, 2014
----------------------
...
...
This diff is collapsed.
Click to expand it.
extensions/faker/CHANGELOG.md
View file @
47f22726
Yii Framework 2 faker extension Change Log
==============================================
2.
0.1 under development
-----------------------
-
no changes in this release.
2.0.0 October 12, 2014
----------------------
...
...
This diff is collapsed.
Click to expand it.
extensions/gii/CHANGELOG.md
View file @
47f22726
Yii Framework 2 gii extension Change Log
========================================
2.
0.1 under development
-----------------------
-
no changes in this release.
2.0.0 October 12, 2014
----------------------
...
...
This diff is collapsed.
Click to expand it.
extensions/imagine/CHANGELOG.md
View file @
47f22726
Yii Framework 2 imagine extension Change Log
================================================
2.
0.1 under development
-----------------------
-
no changes in this release.
2.0.0 October 12, 2014
----------------------
...
...
This diff is collapsed.
Click to expand it.
extensions/jui/CHANGELOG.md
View file @
47f22726
Yii Framework 2 jui extension Change Log
========================================
2.
0.1 under development
-----------------------
-
no changes in this release.
2.0.0 October 12, 2014
----------------------
...
...
This diff is collapsed.
Click to expand it.
extensions/mongodb/CHANGELOG.md
View file @
47f22726
Yii Framework 2 mongodb extension Change Log
============================================
2.
0.1 under development
-----------------------
-
no changes in this release.
2.0.0 October 12, 2014
----------------------
...
...
This diff is collapsed.
Click to expand it.
extensions/redis/CHANGELOG.md
View file @
47f22726
Yii Framework 2 redis extension Change Log
==========================================
2.
0.1 under development
-----------------------
-
no changes in this release.
2.0.0 October 12, 2014
----------------------
...
...
This diff is collapsed.
Click to expand it.
extensions/smarty/CHANGELOG.md
View file @
47f22726
Yii Framework 2 smarty extension Change Log
===========================================
2.
0.1 under development
-----------------------
-
no changes in this release.
2.0.0 October 12, 2014
----------------------
...
...
This diff is collapsed.
Click to expand it.
extensions/sphinx/CHANGELOG.md
View file @
47f22726
Yii Framework 2 sphinx extension Change Log
===========================================
2.
0.1 under development
-----------------------
-
no changes in this release.
2.0.0 October 12, 2014
----------------------
...
...
This diff is collapsed.
Click to expand it.
extensions/swiftmailer/CHANGELOG.md
View file @
47f22726
Yii Framework 2 swiftmailer extension Change Log
================================================
2.
0.1 under development
-----------------------
-
no changes in this release.
2.0.0 October 12, 2014
----------------------
...
...
This diff is collapsed.
Click to expand it.
extensions/twig/CHANGELOG.md
View file @
47f22726
Yii Framework 2 twig extension Change Log
=========================================
2.
0.1 under development
-----------------------
-
no changes in this release.
2.0.0 October 12, 2014
----------------------
...
...
This diff is collapsed.
Click to expand it.
framework/BaseYii.php
View file @
47f22726
...
...
@@ -93,7 +93,7 @@ class BaseYii
*/
public
static
function
getVersion
()
{
return
'2.0.
0
'
;
return
'2.0.
1-dev
'
;
}
/**
...
...
This diff is collapsed.
Click to expand it.
framework/CHANGELOG.md
View file @
47f22726
Yii Framework 2 Change Log
==========================
2.
0.1 under development
-----------------------
-
no changes in this release.
2.0.0 October 12, 2014
----------------------
...
...
This diff is collapsed.
Click to expand it.
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