Category Selected:

releases

Blog

ColdBox Platform 3.5.0 Released!

Luis Majano |  March 27, 2012

 

We are so proud to announce the 3.5 final version of the ColdBox Platform!  After almost 9 months of development, research and testing, we are ready for more great stuff to come.  There are tons and tons of fixes and updates in the release, which actualy makes it the fastest ColdBox release ever (Especially under Railo, wow it is fast, with vanilla framework requests executing at 1ms!).  So let's look at some resources for you:

Read More

WireBox v1.3.1 Released!

Luis Majano |  March 27, 2012

We are so proud to announce a new release for WireBox, our Dependency Injection and AOP framework for ColdFusion.  This release is packed with great fixes and lots of enhancements when doing AOP and dynamic ColdFusion co...

Read More

WireBox DI & AOP v1.3.1 Released

Luis Majano |  March 27, 2012

 

As part of release week, we are proud to announce yet another release to WireBox, our Dependency Injection and AOP Framework.  Here are the resources:

WireBox is a ColdFusion Dependency Injection and AOP Framework that can work with any ColdFusion framework or no framework at all.  The major features of this release are laid out below or you can read our What's New Guide for full Geeky details!

  • Lots of fixes on concurrency and DI automation
  • Binder declarations now take precendence over annotations
  • Setter injections now allow you to declare the name of the argument used in the setter instead of by convention.
Read More

CacheBox: Caching Engine & Cache Aggregator v1.3.1 Released

Luis Majano |  March 27, 2012

We have just launched a new version to our favorite caching engine and aggregator: CacheBox.  To read the full details and milestone news, please click on the resources below:

 

Read More

CacheBox 1.3.1 Released

Luis Majano |  March 27, 2012

Welcome to release week! Our first release in our list is CacheBox version 1.3.1.  Here are some useful resources:


JSMin Compressor v1.7 Released!

Luis Majano |  March 02, 2012

JSMin Compressor is a plugin that interfaces with our own flavor of JSMin to minify css and js files.  It can also compress several files of the same type into a single include, that can be cached in your ColdBox applications.  This release fixes our java parser to compress more complicated CSS3 notations correctly.

Using our compressor can be as easy as this:

#getMyPlugin("...

Read More

ColdBox Platform Extensions v2.8 Released

Luis Majano |  February 22, 2012

We are glad to announce the new release of our ColdBox Platform Extensions version 2.8.  You can either do an Auto-Update from the extension itself or just manually download it from ForgeBox: http://coldbox.org/forgebox/view/ColdBox-Platform-Utilities.

Version 2.8

  • Updated to use new Forg...
Read More

FileBrowser v1.4 released!

Luis Majano |  February 15, 2012

Just a quick note that our ColdBox FileBrowser module that helps you manage files in an application has an update.

 

Version 1.4
  • Fixes to  missing interception points
  • Changed all interception points to be namespaced with fb_ (Please update your interceptors)
  • Addition of new events: 
  •     "fb_postF...
Read More

ColdBox FileBrowser is here!

Luis Majano |  January 30, 2012

A big thanks to Curt Gratz on his awesome efforts and collaboration on this project.  The ColdBox FileBrowser module is now available for mass consumption and is a front-runner in ContentBox for media management and integration with CKEditor.

So what is FileBrowser? FileBrowser is a ColdBox Module that will enable file management capabilities in your applications.  It can also act as a file or directory chooser and has full integration with

Read More

New JSMin Compressor v1.5

Luis Majano |  January 14, 2012

Thanks to Scott Coldwell we are releasing a new version of our JSMin compressor plugin for JS and CSS files for ColdBox.  As usual, you can install this latest release via ForgeBox or ColdFusion Builder if you have the ColdBox Platform Utilities extension installed.  This release sports the following: