Skip to content

Commit d700ef1

Browse files
committed
Merge branch 'development'
2 parents 797c081 + 7d22b28 commit d700ef1

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

box.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"ColdBox Platform Development Framework",
3-
"version":"8.0.0",
3+
"version":"8.0.1",
44
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox/@build.version@/[email protected]@.zip",
55
"author":"Ortus Solutions <[email protected]>",
66
"slug":"coldbox",
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies":{
4545
"testbox":"be",
46-
"commandbox-boxlang":"*",
46+
"commandbox-boxlang":"*",
4747
"commandbox-cfformat":"*"
4848
},
4949
"installPaths":{
@@ -66,15 +66,15 @@
6666
"format:check":"cfformat check system/**/*.cfc,tests/specs/**/*.cfc ./.cfformat.json",
6767
"start:lucee":"server start serverConfigFile='[email protected]' --force",
6868
"start:boxlang":"server start serverConfigFile='[email protected]' --force",
69-
"start:boxlangprime":"server start serverConfigFile='[email protected]' --force",
69+
"start:boxlangprime":"server start serverConfigFile='[email protected]' --force",
7070
"start:adobe":"server start serverConfigFile='[email protected]' --force",
7171
"stop:lucee":"server stop serverConfigFile='[email protected]' --force",
7272
"stop:boxlang":"server stop serverConfigFile='[email protected]' --force",
73-
"stop:boxlangprime":"server stop serverConfigFile='[email protected]' --force",
73+
"stop:boxlangprime":"server stop serverConfigFile='[email protected]' --force",
7474
"stop:adobe":"server stop serverConfigFile='[email protected]' --force",
7575
"log:lucee":"server log coldbox-lucee@5 --follow",
7676
"log:boxlang":"server log coldbox-boxlang-cfml@1 --follow",
77-
"log:boxlangprime":"server log coldbox-boxlang@1 --follow",
77+
"log:boxlangprime":"server log coldbox-boxlang@1 --follow",
7878
"log:adobe":"server log coldbox-adobe@2025 --follow"
7979
}
8080
}

build/resources/box-boxlang.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ColdBox Platform For BoxLang",
33
"version": "@build.version@[email protected]@",
4-
"location": "https://downloads.ortussolutions.com/ortussolutions/coldbox/@build.version@/[email protected]@.zip",
4+
"location": "https://downloads.ortussolutions.com/ortussolutions/bx-coldbox/@build.version@/bx-[email protected]@.zip",
55
"author": "Ortus Solutions <[email protected]>",
66
"slug": "bx-coldbox",
77
"type": "boxlang-modules",

changelog.md

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

1010
## [Unreleased]
1111

12+
- Update bx-coldbox location as it was pointing to the wrong place.
13+
1214
## [8.0.0] - 2025-10-10
1315

1416
- <https://coldbox.ortusbooks.com/readme/release-history/whats-new-with-8.0.0>

readme.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Holy Ghost which is given unto us. ." Romans 5:5
3535

3636
# Welcome to ColdBox HMVC Platform
3737

38-
ColdBox is the **de-facto enterprise-level HMVC (Hierarchical Model-View-Controller) framework** designed for two powerful programming languages:
38+
ColdBox is the **enterprise-level HMVC (Hierarchical Model-View-Controller) framework** designed for two powerful programming languages:
3939

4040
- **[BoxLang](https://www.boxlang.io)** - A modern JVM language owned and directed by the ColdBox team
4141
- **CFML (ColdFusion)** - Legacy support for existing enterprise applications
@@ -76,7 +76,12 @@ Built for scalability, modularity, and developer productivity, ColdBox eliminate
7676

7777
We have made a firm commitment to our community that our Documentation will always be complete and up to date. We have have a dedicated team that works full time on keeping the documentation accurate and relevant, with over 20 years of delivering quality documentation to the community.
7878

79-
**Comprehensive documentation is available at: [https://coldbox.ortusbooks.com](https://coldbox.ortusbooks.com)**
79+
- [https://coldbox.ortusbooks.com](https://coldbox.ortusbooks.com)
80+
- [https://cachebox.ortusbooks.com](https://cachebox.ortusbooks.com)
81+
- [https://logbox.ortusbooks.com](https://logbox.ortusbooks.com)
82+
- [https://wirebox.ortusbooks.com](https://wirebox.ortusbooks.com)
83+
84+
**Please note that all of our docs include embedded MCP servers that you can easily use in any of your AI tools.**
8085

8186
### Quick Links
8287

0 commit comments

Comments
 (0)