From cff207ca26716a88ebdefab2194e8ba6a0990c46 Mon Sep 17 00:00:00 2001 From: Marco van 't Wout Date: Tue, 14 Nov 2023 10:29:46 +0100 Subject: [PATCH] Prepare for next release --- CHANGELOG | 5 +++++ UPGRADE | 5 +++++ framework/YiiBase.php | 2 +- framework/yiilite.php | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5e30e9cb2..043c8292e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,11 @@ Yii Framework Change Log ======================== +Version 1.1.30 under development +-------------------------------- + +- No changes yet + Version 1.1.29 November 14, 2023 -------------------------------- diff --git a/UPGRADE b/UPGRADE index 642fc4208..7cd8c7e79 100644 --- a/UPGRADE +++ b/UPGRADE @@ -18,6 +18,11 @@ General upgrade instructions issues to Yii issue tracker. +Upgrading from v1.1.29 +---------------------- + +No significant changes were made. + Upgrading from v1.1.28 ---------------------- diff --git a/framework/YiiBase.php b/framework/YiiBase.php index 6c7800b6f..3ba98779e 100644 --- a/framework/YiiBase.php +++ b/framework/YiiBase.php @@ -87,7 +87,7 @@ class YiiBase */ public static function getVersion() { - return '1.1.29'; + return '1.1.30-dev'; } /** diff --git a/framework/yiilite.php b/framework/yiilite.php index 8dfccdbd2..6ff2341f6 100644 --- a/framework/yiilite.php +++ b/framework/yiilite.php @@ -41,7 +41,7 @@ class YiiBase private static $_logger; public static function getVersion() { - return '1.1.29'; + return '1.1.30-dev'; } public static function createWebApplication($config=null) {