Commit e0f9f68 1 parent 86bdac8 commit e0f9f68 Copy full SHA for e0f9f68
File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ Antonio Ramirez.
10
10
11
11
## YiiBooster latest development alpha
12
12
13
+ ## YiiBooster version 4.0.1
14
+ - ** (fix)** fix gii generated TbActiveForm code - #851
15
+
13
16
## YiiBooster version 4.0.0
14
17
- Bootstrap 3 production ready version - http://yiibooster.clevertech.biz/ - http://yiibooster.clevertech.biz/api/
15
18
Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ YiiBooster
11
11
12
12
** This is the master branch, containing work in progress on the next release.
13
13
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**
17
15
18
16
---
19
17
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ path.reports=./reports
15
15
16
16
# Current version under which project will be distributed.
17
17
# 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
19
19
Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ protected function registerJsPackagesIfEnabled() {
358
358
*/
359
359
public function getVersion () {
360
360
361
- return '4.0.0 ' ;
361
+ return '4.0.1 ' ;
362
362
}
363
363
364
364
/**
You can’t perform that action at this time.
0 commit comments