What's New With 4.2.0
Last updated
Was this helpful?
Last updated
Was this helpful?
ContentBox v4.2.0 is a minor release sporting a focus on performance, security and stability from our 4.x release and some great new improvements. Let's explore this release:
This is a minor release, so a simple box update contentbox
will get you upgraded to this release.
ContentBox has been upgraded to work with ColdBox 5.3.x
[] - AdminBar not showing up anymore
[] - When cloning a content object, the markup type is not copied over
[] - contentbox-security/interceptors/CheckForForceTwoFactorEnrollment.cfc is fireing on too many events
[] - cb helper getCurrentCustomFields() does not check for null custom field arrays
[] - Remove spaces from fb.min.js filenames in Filebrowser handler
[] - Preflight check has a race condition where duplicate settings can be inserted and stop app from starting
[] - Hello user module is missing version property - error when populating module config
[] - Deactivate modules if its directory does not exist in disk
[] - Widgets do not appear in panel until Reinit
[] - Folders in a module's widgets directory are treated as components
[] - Widgets - insert button missing
[] - CommentForm blowing up on previews on empty content objects
[] - Exception when import permission groups in a user
[] - Content types .print and .doc not rendered
[] - ACF blows up with async orm announcements
[] - Page preview not working throwing exception on missing layout
[] - Generated Meta Description showing HTML
[] - Added better transactioning to tests
[] - categories widget to NOT show 0 count items
[] - Removed Old ForgeBox panels due to CommandBox first initiative
[] - Move importer/exporters models from main contentbox module
[] - Refactor ContentBox UI to leverage the routing service instead of the SES interceptor
[] - Performance: settingService key cb_enc_key is called for each request
[] - page, comments are requested for each page view even if they are disabled
[] - Refactor the retrieval of ui categories to increase performance, lazy load for the win
[] - Current markup type and current editor are not shown as selected
[] - Upgrade messagebox to new version
[] - Upgrade cborm to support ACF2018