Skip to content
This repository was archived by the owner on Sep 2, 2020. It is now read-only.

Commit b199f66

Browse files
committed
chore(build): Remove ACF 10 and ColdBox 4 support
Removing ACF 10 support and ColdBox 4 support in order to use memeber functions and `relocate`. BREAKING CHANGE: Removed support for ACF 10 and ColdBox 4
1 parent c4f6077 commit b199f66

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ env:
99
- ENGINE=adobe@2018
1010
- ENGINE=adobe@2016
1111
- ENGINE=adobe@11
12-
- ENGINE=adobe@10
1312
before_install:
1413
- curl -fsSl https://downloads.ortussolutions.com/debs/gpg | sudo apt-key add -
1514
- sudo echo "deb http://downloads.ortussolutions.com/debs/noarch /" | sudo tee -a /etc/apt/sources.list.d/commandbox.list

ModuleConfig.cfc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ component {
1717
"getUser" = "getUser",
1818
"isLoggedIn" = "isLoggedIn",
1919
"hasPermission" = "hasPermission"
20+
},
21+
"overrideActions" = {
22+
"authenticationOverrideEvent" = "relocate",
23+
"authenticationAjaxOverrideEvent" = "override",
24+
"authorizationOverrideEvent" = "relocate",
25+
"authorizationAjaxOverrideEvent" = "override"
2026
}
2127
};
2228

box.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"type":"modules",
1717
"dependencies":{},
1818
"devDependencies":{
19-
"coldbox":"^4.3.0+188",
19+
"coldbox":"^5.0.0",
2020
"testbox":"^2.4.0+80"
2121
},
2222
"installPaths":{
23-
"testbox":"testbox",
24-
"coldbox":"tests/resources/app/coldbox"
23+
"testbox":"testbox/",
24+
"coldbox":"tests/resources/app/coldbox/"
2525
},
2626
"scripts":{
2727
"postVersion":"package set location='coldbox-modules/cbguard#v`package version`'",

server.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{
2-
"app":{
3-
"cfengine":"adobe@10"
4-
}
1+
{
2+
"app":{
3+
"cfengine":"adobe@11"
4+
}
55
}

0 commit comments

Comments
 (0)