Skip to content

Commit

Permalink
v3.1.0 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbedair committed Jun 6, 2014
1 parent 713000f commit ec50fef
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
26 changes: 16 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion src/components/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ protected function registerJsPackagesIfEnabled()
*/
public function getVersion()
{
return '3.0.2';
return '3.1.0';
}

/**
Expand Down

0 comments on commit ec50fef

Please sign in to comment.