From fff83e2ea250a9f9ef66305fab02b83474422da5 Mon Sep 17 00:00:00 2001 From: Maksim Naumov Date: Wed, 18 Dec 2013 18:57:37 +0700 Subject: [PATCH] Pushed the version to 2.1.1 --- CHANGELOG.md | 3 +++ README.md | 2 +- src/components/Bootstrap.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45247f42..f6d1a439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 8041d900..b14475cb 100644 --- a/README.md +++ b/README.md @@ -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** --- diff --git a/src/components/Bootstrap.php b/src/components/Bootstrap.php index d02d6f6b..0d1ac63d 100644 --- a/src/components/Bootstrap.php +++ b/src/components/Bootstrap.php @@ -347,7 +347,7 @@ protected function registerJsPackagesIfEnabled() */ public function getVersion() { - return '2.1.0'; + return '2.1.1'; } /**