File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change
1
+ project.name =cbjavaloader
2
+ project.version =1.3.2
3
+ module.name =cbjavaloader
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" :" cbjavaloader Builder" ,
3
- "version" :" 1.0.0 " ,
3
+ "version" :" 1.3.2 " ,
4
4
"slug" :" cbjavaloader-shell" ,
5
5
"private" :false ,
6
6
"defaultPort" :0 ,
7
7
"dependencies" :{
8
- "coldbox" :" ^4.3.0"
8
+ "coldbox" :" ^4.3.0" ,
9
+ "workbench" :" git+https://github.com/Ortus-Solutions/unified-workbench.git"
9
10
},
10
11
"devDependencies" :{
11
12
"testbox" :" ^2.4.0+80"
12
13
},
13
14
"installPaths" :{
14
15
"coldbox" :" coldbox" ,
15
- "testbox" :" testbox"
16
+ "testbox" :" testbox" ,
17
+ "workbench" :" workbench"
18
+ },
19
+ "testbox" :{
20
+ "runner" :" http://localhost:49616"
21
+ },
22
+ "scripts" :{
23
+ "postVersion" :" recipe workbench/bump.boxr"
16
24
}
17
25
}
Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ ## 1.3.2
5
+ * Removal of security issues with Javaloader ` tags ` directory
6
+ * Securing execution of Javaloader models
7
+ * Updated to unified workbench
8
+
4
9
## 1.3.1
5
10
* Travis Update Builds
6
11
* Adobe CF 2016,11,10 compatiblity fixes
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ component{
6
6
// coldbox directives
7
7
coldbox = {
8
8
// Application Setup
9
- appName = " App Shell" ,
9
+ appName = " Development Shell" ,
10
10
11
11
// Development Settings
12
12
reinitPassword = " " ,
You can’t perform that action at this time.
0 commit comments