Skip to content

Commit c7d5696

Browse files
committed
Prep for 2.2 release
1 parent 6324e5e commit c7d5696

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<a name="2.2"></a>
22

3-
# [2.2](TBC)
3+
# [2.2](https://github.com/cfwheels/cfwheels/releases/tag/v2.2.0) (11/22/2020)
44

55
### Controller Enhancements
66

box.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "CFWheels",
3-
"version": "2.2.0-dev",
3+
"version": "2.2.0",
44
"author": "CFWheels Core Team and Community",
55
"location":
6-
"https://github.com/cfwheels/cfwheels/releases/download/v2.1.0/cfwheels-2.1.0.zip",
6+
"https://github.com/cfwheels/cfwheels/releases/download/v2.2.0/cfwheels-2.2.0.zip",
77
"directory": "",
88
"createPackageDirectory": false,
99
"packageDirectory": "",

config/app.cfm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@
55
// this.name = "MyAppName";
66
// this.sessionTimeout = CreateTimeSpan(0,0,5,0);
77
8-
// Just to make our test suite pass for now.
9-
this.disableEngineCheck = true;
108
</cfscript>

wheels/events/onapplicationstart.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void function onApplicationStart() {
5959
request.cgi = $cgiScope();
6060
6161
// Set up containers for routes, caches, settings etc.
62-
application.$wheels.version = "2.2.0-dev";
62+
application.$wheels.version = "2.2.0";
6363
try {
6464
application.$wheels.hostName = CreateObject("java", "java.net.InetAddress").getLocalHost().getHostName();
6565
} catch (any e) {

0 commit comments

Comments
 (0)