mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 22:30:27 +08:00
prepare for next release.
This commit is contained in:
@ -67,7 +67,6 @@ class ReleaseController extends Controller
|
|||||||
{
|
{
|
||||||
$headline = "\n$version under development\n";
|
$headline = "\n$version under development\n";
|
||||||
$headline .= str_repeat('-', strlen($headline) - 2) . "\n\n";
|
$headline .= str_repeat('-', strlen($headline) - 2) . "\n\n";
|
||||||
$headline .= "- no changes in this release.\n";
|
|
||||||
foreach($this->getChangelogs() as $file) {
|
foreach($this->getChangelogs() as $file) {
|
||||||
$lines = explode("\n", file_get_contents($file));
|
$lines = explode("\n", file_get_contents($file));
|
||||||
$hl = [
|
$hl = [
|
||||||
|
@ -93,7 +93,7 @@ class BaseYii
|
|||||||
*/
|
*/
|
||||||
public static function getVersion()
|
public static function getVersion()
|
||||||
{
|
{
|
||||||
return '2.0.4';
|
return '2.0.5-dev';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
Yii Framework 2 Change Log
|
Yii Framework 2 Change Log
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
2.0.5 under development
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
- no changes in this release.
|
||||||
|
|
||||||
|
|
||||||
2.0.4 May 10, 2015
|
2.0.4 May 10, 2015
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user