File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments