Skip to content

Commit 83971b1

Browse files
committed
Merge branch 'development'
2 parents 605d946 + 10bad33 commit 83971b1

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"ColdBox Platform Development Framework",
3-
"version":"8.0.2",
3+
"version":"8.0.3",
44
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox/@build.version@/coldbox-@build.version@.zip",
55
"author":"Ortus Solutions <info@ortussolutions.com>",
66
"slug":"coldbox",

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Fixed
1515

16+
- Left extra debugging info in the router.
17+
18+
## [8.0.2] - 2025-11-05
19+
20+
### Fixed
21+
1622
- Router not being detected in `boxlang` and `modern` layouts
1723

1824
## [8.0.1] - 2025-10-28

system/web/services/RoutingService.cfc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,6 @@ component extends="coldbox.system.web.services.BaseService" accessors="true" {
100100
)
101101
) ? "modern" : "base";
102102

103-
writeDump(
104-
var = configFilePath,
105-
top = 5,
106-
showUDFs = false
107-
);
108-
writeDump( var = routerType, top = 5, showUDFs = false );
109-
110103
// Check if base router mapped?
111104
if ( NOT wirebox.getBinder().mappingExists( baseRouter ) ) {
112105
// feed the base class

0 commit comments

Comments
 (0)