Release 3.3.13

February 23, 2026
4 changes

This version fixes issues related to the recent 2.2 Bricks update.

FIX

Removed PHP warnings when global colors are missing a name property in the definition object.

Resolved PHP warnings that were triggered when processing global colors that had an incomplete definition object — specifically when the name property was missing or undefined. This could happen with corrupted or partially migrated color entries.
FIX

The keyboard shortcut for the Advanced CSS panel wasn’t working anymore.

Fixed the keyboard shortcut for opening the Advanced CSS panel not responding to any key press. The shortcut key was correctly configured and displayed in the AT menu, but the actual handler to open the panel was missing from the keyboard shortcuts action map. The action has been added so the shortcut now properly opens…
FIX

The Box Shadow icon to open the corresponding modal was not being appended anymore in the builder.

Fixed the Box Shadow Generator icon not being appended next to box-shadow controls in the builder panel. Bricks moved the controlkey attribute from the control element itself to a data-controlkey attribute on a parent wrapper, causing the icon initialization to silently fail. The code now falls back to looking up the nearest parent with data-controlkey…
FIX

AT’s Grid Builder wasn’t opening when clicking on the Grid Builder icon

Fixed an issue where clicking the Grid Builder icon next to the display dropdown would no longer open the AT Grid Builder overlay. This was caused by Bricks changing the DOM structure of the display control — the button class changed from visual-grid-builder-button to control-action-button inside a has-visual-grid-builder wrapper. The click handler has been updated…