Skip to content

Commit 84f25ea

Browse files
committed
unified workbench additions
1 parent fc42cd8 commit 84f25ea

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.module.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
project.name=cbjavaloader
2+
project.version=1.3.2
3+
module.name=cbjavaloader

box.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
{
22
"name":"cbjavaloader Builder",
3-
"version":"1.0.0",
3+
"version":"1.3.2",
44
"slug":"cbjavaloader-shell",
55
"private":false,
66
"defaultPort":0,
77
"dependencies":{
8-
"coldbox":"^4.3.0"
8+
"coldbox":"^4.3.0",
9+
"workbench":"git+https://github.com/Ortus-Solutions/unified-workbench.git"
910
},
1011
"devDependencies":{
1112
"testbox":"^2.4.0+80"
1213
},
1314
"installPaths":{
1415
"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"
1624
}
1725
}

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

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+
49
## 1.3.1
510
* Travis Update Builds
611
* Adobe CF 2016,11,10 compatiblity fixes

config/Coldbox.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ component{
66
// coldbox directives
77
coldbox = {
88
//Application Setup
9-
appName = "App Shell",
9+
appName = "Development Shell",
1010

1111
//Development Settings
1212
reinitPassword = "",

0 commit comments

Comments
 (0)