diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ffcee30..57e240d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ Antonio Ramirez. ## YiiBooster latest development alpha +## YiiBooster version 4.0.1 +- **(fix)** fix gii generated TbActiveForm code - #851 + ## YiiBooster version 4.0.0 - Bootstrap 3 production ready version - http://yiibooster.clevertech.biz/ - http://yiibooster.clevertech.biz/api/ diff --git a/README.md b/README.md index 83a6e1b6..1e4ba16d 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,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 `4.0.0` branch** - ---- +If you want the latest point release, check out the `4.0.1` release** --- diff --git a/build.properties b/build.properties index 5136ccdc..24869b99 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=4.0.0 +project.version=4.0.1 diff --git a/src/components/Booster.php b/src/components/Booster.php index 40aae02e..d9ec3b61 100644 --- a/src/components/Booster.php +++ b/src/components/Booster.php @@ -358,7 +358,7 @@ protected function registerJsPackagesIfEnabled() { */ public function getVersion() { - return '4.0.0'; + return '4.0.1'; } /**