Skip to content

Commit

Permalink
Pushed the version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Naumov committed Dec 18, 2013
1 parent db7e10d commit fff83e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Antonio Ramirez.
## YiiBooster latest development alpha


## YiiBooster version 2.1.1
- **(fix)** No more overwrites `CClientScript` by Booster #726 (fromYukki)

## YiiBooster version 2.1.0
- **(fix)** Fix "Maximum call stack size exceeded" inside `TbExtendedGridView` class #430 (fromYukki)
- **(fix)** Fix attributes on `td` after update in classes `TbJsonButtonColumn` and `TbJsonCheckBoxColumn` #350 (fromYukki)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ YiiBooster

**This is the master branch, containing work in progress on the next release.
Do not think that it's a production ready version which you can safely clone into your project.
If you want the latest point release, check out the `2.1.0` branch**
If you want the latest point release, check out the `2.1.1` branch**

---

Expand Down
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 '2.1.0';
return '2.1.1';
}

/**
Expand Down

0 comments on commit fff83e2

Please sign in to comment.