6.1.0
March 18, 2025
Last updated
Was this helpful?
March 18, 2025
Last updated
Was this helpful?
In this release, we're thrilled to unveil a series of significant enhancements and upgrades to ContentBox designed to elevate your experience and considerably improve system performance. Our team has focused on integrating the latest CommandBox migrations and ColdBox Core, which ensures that the core system continues to operate with maximum efficiency and stability. This upgrade is part of our ongoing commitment to maintaining a cutting-edge platform that meets the evolving needs of our users.
It is also now ready for new engines like BoxLang and Adobe 2025. Lucee 6 support is still not there yet due to several Lucee regressions we are trying to pinpoint and report.
These updates reflect our dedication to delivering a robust, reliable, secure content management system supporting your business goals and growth. We invite you to explore these new features and improvements as part of our continuous effort to bring you the best in content management solutions.
In order to get started with ContentBox 6.1 for new installations, please refer to our installation guides:
Make sure you back up your database and source, just in case.
Please open the installations box.json
and identify the commandbox-migrations
dependency and make sure it is either a *
or ^5.0.0
.
Then please run the following command to make sure you are using the latest CommandBox migrations
Go to the webroot of your installation and go into the CommandBox shell by typing. box
.
This will update ColdBox, ContentBox, and any of your project dependencies listed in your box.json
. Once this is run, your source code has been updated. Let's move to the database.
Now that the ContentBox source has been upgraded, let's run the database migrations:
If the migrations run successfully, we have not fully updated to ContentBox 6.1. Startup your engines and enjoy!
If you already have a ContentBox 6 installation, then follow this quick guide, which is mostly published here:
The ContentBox team can also do the heavy lifting for you, as we are a professional open-source project. Just , and we will update or install any ContentBox instances securely and quickly!
If you encounter any issues upgrading, please get in touch with us via our
Upgrade to latest commandbox-migrations on core
fix deprecation warning on AuthValidator for CBSecurity Latest
bypass relocation creation if the slug is unchanged
Several performance updates dealing with large amounts of content and lazy relationships
Updated bot fight regex mode
Update all server files to latest standards
Update swagger to latest sdk
Update cbstorages config
Update memento responses to include snapshots and not full responses
ORM Extension is not installed when using contentbox CLI to create a new ContentBox site
Global HTML Saving a new version each time, rather than overwriting
RateLimiter has a memory leak
Remove Pretty Printing of JSON in BaseContent.getContent
index names have to be unique on Postgresql
fix query that was causing ConcurrentModificationException in relocationservice
add null empty include for expireDate for content objects or else it doesn't save
postgresql issues on migrations: Fix_postgres_quoted_columns
Parent ID on Menu items table should be nullable for top-level items.
cfmigrations missing correct DB_SCHEMA property for certain databases
html helper configuration not working on case sensitive linux
statusText removed in Jakarta specs