From 46f09793272022c7f6d9707353e897d0fb589e5a Mon Sep 17 00:00:00 2001 From: amrbedair Date: Fri, 9 May 2014 23:14:27 +0200 Subject: [PATCH] 4.0.0-alpha --- CHANGELOG.md | 8 ++++++++ build.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b0589ed..bc408be2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ Antonio Ramirez. ## YiiBooster latest development alpha +## YiiBooster version 4.0.0-alpha +- upgrade the bootstrap version to 3.1.1 +- upgrade and fix many widgets to work with bootstrap 3.1.1 +- many widgets still not ported +- code structure is not final yet +- working widgets (TbAlert, TbBadge, TbButton, TbJumbotron, TbLabel, TbProgressBar, TbEditableField, TbEditableColumn, TbEditableDetailView, TbHighChart, TbActiveForm, TbPager) +- not all TbActiveForm controls are ported yet + ## YiiBooster version 3.0.0 - **(fix)** TbExtendedGridView - TbProgress inside cell css fix - #448 - **(enh)** TbGridView - try to register TbEditableColumn scripts for empty providers - works only with CActiveDataProvider - #526 diff --git a/build.properties b/build.properties index 24332beb..300a98cc 100644 --- a/build.properties +++ b/build.properties @@ -15,5 +15,5 @@ path.reports=./reports # Current version under which project will be distributed. # Versioning is being made according to Semantic Versioning specification at http://semver.org/ -project.version=3.0.0 +project.version=4.0.0-alpha