What's New With 5.1.2
This is a patch release for ColdBox
Bugs/Regressions
- [COLDBOX-711] - HTML helper cannot add fontawesome icons in button due to XSS enabled b...
This is a patch release for ColdBox
ColdBox 5.1.1 patch update has been released today. This patch covers some major regresssions and improvements for stability. You can find the release notes below.
Ohh happy day! ColdBox 5.1.0 is now available. Using CommandBox just issue a simple update coldbox
and you are done! This release is fully documented and you can find the what's new guide here: https://coldbox.ortusbooks.com/intro/introduction/whats-new-with-5.1.0. Below you will find the major areas of improvement for this release and you can visit the link for the full release notes.
We are excited to announce the release of TestBox version 2.6.0. To install just do:
box install testbox --savedev
To upgrade your current testbox installation just run the following:
box uninstall testbox && install testbox --savedev
TestBox 2.6.0 is a minor release with some great new functionality and tons of fixes. You can find the release notes here and the major updates for this release.
It is finally here! ColdBox 5 RC1 has landed with force! There are so many things to talk about, but we will focus on what RC brings and all the eco-system updates we have been working on. So let's begin this adventure.
Here are our slides from our ColdBox Hierarchical MVC presentation at this year's Adobe ColdFusion Summit. You can also find the source code for our demo here: https://github.com/lmajano/hmvc-presso-demo or you can install it via CommandBox: box install lmajano/hmvc-presso-demo
.
Today we released our 3.8 series of docker images ( current source version 2.1.0
) which include a number of improvements and enhancements.
Change Log
Here are the slides from our presentation at CFCamp 2017 Day 2: ColdBox Hierarchical MVC. You can also find the source code for our demo here: https://github.com/lmajano/hmvc-presso-demo or you can use CommandBox to install it: box install lmajano/hmvc-presso-demo
The ColdBox Platform was the f...
Here are the slides from our presentation at CFCamp 2017 Day 1: A Tale of Legacy to Modernization.
Evolve or Die! How many times have they told you,
You still coding in that?
. Come to this session to discover the infamous land of legacy ColdFusion applications, their why and existence motivations. We will then discover how to finally evolve them and take them to the wonderful land of Modern ColdFus...
On the heels of and in conjunction with the 3.7.0 release of ContentBox, we are pleased to announce the 3.7.0 release of CommandBox ( a happy coincidence that the version numbers of the two are the same! ).
This release provides major updates in security and functionality to the CFConfig module, which may be used to configure CFML servers at runtime. The settings and environment variables, which were previously handled by the bash script used to start the image, are now delegated to CFConfig. You can read more on using environment variables for CFConfig here.