From ec50fef8b0d6fbb0f85544a76e863cdad651a360 Mon Sep 17 00:00:00 2001 From: amrbedair Date: Fri, 6 Jun 2014 21:25:26 +0200 Subject: [PATCH] v3.1.0 ready --- CHANGELOG.md | 26 ++++++++++++++++---------- build.properties | 2 +- src/components/Bootstrap.php | 2 +- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 471fb886..d845c3a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,16 +9,22 @@ Thank you all Antonio Ramirez. ## YiiBooster latest development alpha - - **(fix)** fix select all for grid bulk action - #843 - - **(enh)** TbHtml upgrade to latest stable 1.3.0 - - **(fix)** typeahead added to the editable types so now you can set the type to "typeahead" - #824 - - **(fix)** phpdoc, fix editable with datepicker "and picker language" conflicts - #835 - - **(fix)** grid/chart switcher after ajax fix - #781 - - **(enh)** latest Font Awesome 1.4.0 - #818 - - **(enh)** Add bootstrap2 skin to select2 from https://github.com/t0m/select2-bootstrap-css (kev360) - - **(fix)** many Editable fixes - - **(fix)** TbExtendedGridView - fix JavaScript undefined variable error, when using strict mode - #805, #805 - - **(fix)** yiiGroupGridView fix - #786 +- + +## YiiBooster version 3.1.0 +- **(enh)** update bootstrap-datepicker to the latest version - #823 +- **(fix)** fix Submenus in collapsed TbNavbar on touch screens - #811 +- **(fix)** fix bulk action now works on visible items only +- **(fix)** fix select all for grid bulk action - #843 +- **(enh)** TbHtml upgrade to latest stable 1.3.0 +- **(fix)** typeahead added to the editable types so now you can set the type to "typeahead" - #824 +- **(fix)** phpdoc, fix editable with datepicker "and picker language" conflicts - #835 +- **(fix)** grid/chart switcher after ajax fix - #781 +- **(enh)** latest Font Awesome 1.4.0 - #818 +- **(enh)** Add bootstrap2 skin to select2 from https://github.com/t0m/select2-bootstrap-css (kev360) +- **(fix)** many Editable fixes +- **(fix)** TbExtendedGridView - fix JavaScript undefined variable error, when using strict mode - #805, #805 +- **(fix)** yiiGroupGridView fix - #786 ## YiiBooster version 3.0.1 - **(fix)** branch and tag fix - no code changes from 3.0.0 diff --git a/build.properties b/build.properties index e405b5f2..629dcbf5 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.1 +project.version=3.1.0 diff --git a/src/components/Bootstrap.php b/src/components/Bootstrap.php index 25f408f0..212daff2 100644 --- a/src/components/Bootstrap.php +++ b/src/components/Bootstrap.php @@ -347,7 +347,7 @@ protected function registerJsPackagesIfEnabled() */ public function getVersion() { - return '3.0.2'; + return '3.1.0'; } /**