Skip to content

Commit e0f9f68

Browse files
committed
v4.0.1 ready
1 parent 86bdac8 commit e0f9f68

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Antonio Ramirez.
1010

1111
## YiiBooster latest development alpha
1212

13+
## YiiBooster version 4.0.1
14+
- **(fix)** fix gii generated TbActiveForm code - #851
15+
1316
## YiiBooster version 4.0.0
1417
- Bootstrap 3 production ready version - http://yiibooster.clevertech.biz/ - http://yiibooster.clevertech.biz/api/
1518

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ YiiBooster
1111

1212
**This is the master branch, containing work in progress on the next release.
1313
Do not think that it's a production ready version which you can safely clone into your project.
14-
If you want the latest point release, check out the `4.0.0` branch**
15-
16-
---
14+
If you want the latest point release, check out the `4.0.1` release**
1715

1816
---
1917

build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ path.reports=./reports
1515

1616
# Current version under which project will be distributed.
1717
# Versioning is being made according to Semantic Versioning specification at http://semver.org/
18-
project.version=4.0.0
18+
project.version=4.0.1
1919

src/components/Booster.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ protected function registerJsPackagesIfEnabled() {
358358
*/
359359
public function getVersion() {
360360

361-
return '4.0.0';
361+
return '4.0.1';
362362
}
363363

364364
/**

0 commit comments

Comments
 (0)