Skip to content

v5.1.3

Choose a tag to compare

@lmajano lmajano released this 26 Jul 22:42
· 2147 commits to development since this release

What's New With 5.1.3

This is a patch release for ColdBox

Bugs

  • [COLDBOX-715] - Elvis operator inconsistencies on Adobe Engines, please Adobe, patch the engines and fix your compiler!

Improvements

  • [COLDBOX-237] - Some HTMLHelper method still need escaping as certain values should never be HTML
  • [COLDBOX-716] - determine session/client state via CF getApplicationMetadata() instead of isDefined() to avoid load issues for flash ram
  • [COLDBOX-717] - RemotingUtil converted to cfscript #367