diff --git a/box.json b/box.json index a997142..195489e 100644 --- a/box.json +++ b/box.json @@ -1,7 +1,7 @@ { "name":"ColdBox Modern APP Template", "shortDescription":"", - "version":"8.0.0", + "version":"8.1.0", "author":"You", "location":"forgeboxStorage", "slug":"cbtemplate-modern", @@ -14,13 +14,13 @@ }, "contributors":[], "ignore":[ - "changelog.md", - ".github/ISSUE_TEMPLATE", - ".github/workflows/*", - ".github/CONTRIBUTING.md", - ".github/FUNDING.YML", - ".github/PULL_REQUEST_TEMPLATE.md" - ], + "changelog.md", + ".github/ISSUE_TEMPLATE", + ".github/workflows/*", + ".github/CONTRIBUTING.md", + ".github/FUNDING.YML", + ".github/PULL_REQUEST_TEMPLATE.md" + ], "dependencies":{ "coldbox":"^8.0.0" }, diff --git a/changelog.md b/changelog.md index 079eb8a..b2480d8 100644 --- a/changelog.md +++ b/changelog.md @@ -8,3 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * * * ## [Unreleased] + +## [8.0.0] - 2025-10-10 + +[unreleased]: https://github.com/coldbox-templates/modern/compare/v8.0.0...HEAD +[8.0.0]: https://github.com/coldbox-templates/modern/compare/3f1896fa6072b962a1ace314108a264eab656c8e...v8.0.0 diff --git a/tests/Application.cfc b/tests/Application.cfc index c1f6571..4a1be8a 100644 --- a/tests/Application.cfc +++ b/tests/Application.cfc @@ -37,8 +37,6 @@ component{ this.mappings[ "/testbox" ] = _root & "/lib/testbox"; public boolean function onRequestStart( targetPage ){ - writeDump( var=this.mappings, top = 5, showUDFs = false ); - abort; // Set a high timeout for long running tests setting requestTimeout="9999"; // New ColdBox Virtual Application Starter