Galaxie Blog 4.07 has been released!

This version offers new Azure Map support, and authors can embed static maps and map routes. Galaxie Blog Bing Maps support has been dropped as Bing Maps will retire this evening, on June 30, 2025. The new Azure Maps functionality is nearly identical to the Bing Maps functionality that Galaxie Blog offered, and I will document this new functionality in the next several weeks. 

This version also addresses numerous bugs related to the new Adobe ColdFusion update released on May 13th. Unfortunately, much of Galaxie Blog's administrative interfaces were affected, as Galaxie Blog utilizes a single-page application (SPA) functionality and relies on AJAX and ColdFusion/Lucee components for remote operations. My code was not suspect; however, Adobe's implementation of the variable scope allowed bad actors to use additional arguments to inject harmful code on the server. These security vulnerabilities did not exist when running Galaxie Blog on Lucee.

Unfortunately, the HTML5 libraries I use, such as Kendo UI, automatically inject additional arguments when using AJAX against a service endpoint, which causes Adobe CF to throw errors. There are several hundred interfaces that use remote methods, and some may still contain bugs related to this update. I should be able to catch any remaining bugs. Still, if your Galaxie Blog-related site is affected, you can disable Adobe's new strict argument matching for remote methods by reading Charlie Arehart's article at: https://www.carehart.org/blog/2025/5/14/coldfusion_updates_released_may_13_2025#whatschanged

As always, the new code is available on GitHub at https://github.com/GregoryAlexander77/Galaxie-Blog/tree/master