Blog

ContentBox v4.2.0 Released

Luis Majano January 14, 2019

Spread the word

Luis Majano

January 14, 2019

Spread the word


Share your thoughts


Today we are very excited to bring you the release of ContentBox v4.2.0. This is a minor release of ContentBox and it sports tons of new updates, improvements and bug fixes including a major upgrade to ColdBox v5.3 which in itself gives us tons of new updates and features.

Here are the what's new guides for our release:

Updating

If you are already in a 4.x release just go to your root of your project, startup CommandBox and issue the following commands:

update coldbox
update contentbox

That's it!

Getting Started

To get started with ContentBox, you can easily do via CommandBox CLI CommandBox and the following commands:

mkdir mysite --cd
install contentbox-installer
server start

This will create a new site for you and startup a server so you can work with your site. If Docker and containers are your thing, we got you covered as well:

docker pull ortussolutions/contentbox &&
docker run -p 8080:8080 \
-e EXPRESS=true \
-e INSTALL=true \
ortussolutions/contentbox

Tip: Check out our Installation guides for much more installation variations.

Upgrading From 3.x

If you have a previous ContentBox installation, no worries, just make sure you are at the latest version 3.7.1 before running the simple upgrade recipe. You will find an in-depth guide on upgrading your installation here: https://contentbox.ortusbooks.com/intro/introduction/upgrading-from-v3.x

Release Notes

Bugs

  • [CONTENTBOX-1070] - AdminBar not showing up anymore
  • [CONTENTBOX-1071] - When cloning a content object, the markup type is not copied over
  • [CONTENTBOX-1074] - contentbox-security/interceptors/CheckForForceTwoFactorEnrollment.cfc is fireing on too many events
  • [CONTENTBOX-1076] - cb helper getCurrentCustomFields() does not check for null custom field arrays
  • [CONTENTBOX-1084] - Remove spaces from fb.min.js filenames in Filebrowser handler
  • [CONTENTBOX-1085] - Preflight check has a race condition where duplicate settings can be inserted and stop app from starting
  • [CONTENTBOX-1086] - Hello user module is missing version property - error when populating module config
  • [CONTENTBOX-1088] - Deactivate modules if its directory does not exist in disk
  • [CONTENTBOX-1091] - Widgets do not appear in panel until Reinit
  • [CONTENTBOX-1092] - Folders in a module's widgets directory are treated as components
  • [CONTENTBOX-1093] - Widgets - insert button missing
  • [CONTENTBOX-1094] - CommentForm blowing up on previews on empty content objects
  • [CONTENTBOX-1097] - Exception when import permission groups in a user
  • [CONTENTBOX-1098] - Content types .print and .doc not rendered
  • [CONTENTBOX-1099] - ACF blows up with async orm announcements
  • [CONTENTBOX-1100] - Page preview not working throwing exception on missing layout
  • [CONTENTBOX-1101] - Generated Meta Description showing HTML

New Features

Improvements

  • [CONTENTBOX-497] - Move importer/exporters models from main contentbox module
  • [CONTENTBOX-1069] - Refactor ContentBox UI to leverage the routing service instead of the SES interceptor
  • [CONTENTBOX-1075] - Performance: settingService key cb_enc_key is called for each request
  • [CONTENTBOX-1077] - page, comments are requested for each page view even if they are disabled
  • [CONTENTBOX-1078] - Refactor the retrieval of ui categories to increase performance, lazy load for the win
  • [CONTENTBOX-1081] - Current markup type and current editor are not shown as selected
  • [CONTENTBOX-1082] - Upgrade messagebox to new version
  • [CONTENTBOX-1083] - Upgrade cborm to support ACF2018

Previous Release Notes

Add Your Comment

Recent Entries

Ortus June 2024 Newsletter!

Ortus June 2024 Newsletter!

Welcome to the latest edition of the Ortus Newsletter! This month, we're excited to bring you highlights from our sessions at CFCamp and Open South Code, as well as a sneak peek into our upcoming events. Discover the latest developments in BoxLang, our dynamic new JVM language, and catch up on all the insightful presentations by our expert team. Let's dive in!

Maria Jose Herrera
Maria Jose Herrera
June 28, 2024
BoxLang June 2024 Newsletter!

BoxLang June 2024 Newsletter!

We're thrilled to bring you the latest updates and exciting developments from the world of BoxLang. This month, we're diving into the newest beta release, introducing a new podcast series, showcasing innovative integrations, and sharing insights from recent events. Whether you're a seasoned developer or just getting started, there's something here for everyone to explore and enjoy.

Maria Jose Herrera
Maria Jose Herrera
June 28, 2024
BoxLang 1.0.0 Beta 3 Launched

BoxLang 1.0.0 Beta 3 Launched

We are thrilled to announce the release of BoxLang 1.0.0-Beta 3! This latest beta version is packed with exciting new features and essential bug fixes, including robust encryption functionality, enhanced Java interoperability, and more efficient event handling. Key highlights include the introduction of query caching capabilities, seamless coercion of Java Single Abstract Method (SAM) interfaces from BoxLang functions, and support for virtual thread executors. So, let’s dive into the details of what’s new in BoxLang 1.0.0-Beta 3 and how you can start leveraging these updates today!

Luis Majano
Luis Majano
June 28, 2024