Release 3.3.15

April 24, 2026
3 changes

This release fixes a layout issue introduced by Bricks 2.3.3, along with a couple of older bugs.

FIX

DEPRECATED: builder tweak “Color Popup set to RAW and displayed as a LIST”

The "Color Popup set to RAW and displayed as a LIST" builder tweak has been removed. When enabled, it forced Bricks' color popup to open in RAW mode and switch to a list view by default — but this override was getting in the way of Bricks' native color picker, causing it to behave unexpectedly…
FIX

Removed potential PHP error “Call to undefined function bricks_is_builder()”

The plugin tried to check whether it was running inside the Bricks builder by calling a couple of Bricks helper functions. In most cases this works fine, but in a few edge situations — the most common being when the WordPress Customizer hits an error and shuts down early — the plugin's code ran before…
FIX

Visual gap appeared on top of the Structure Panel since Bricks 2.3.3

Since Bricks 2.3.3, a gap appeared on top of the structure panel. This has been fixed.