Release 2.9.0.1
October 10, 2024
8 changes
This version contains improvements and bug fixes appeared in 2.9.
FIX
Advanced CSS: Custom stylesheets missing stripslashes() on SASS content
Using single quotes inside the custom stylesheets generated inside the Advanced CSS modal could generate unwanted slashed on refresh and ultimately break the styles.
FIX
SuperPowerCSS: the “r” %root% shortcut could conflict with some emmet shortcuts
Using Emmet inside the SuperPowerCSS control could wrongly trigger the %root% shortcut.
FIX
The left panel icons could get on top the quick search modal
Working on devices with tiny screens, you could experience the left panel shortcut icons being overflowing the quick search bar.
FIX
Copy dynamic data to clipboard icon could be misplaced inside the Dynamic Data Modal
In case you had the setting "show dynamic data key in dropdown" enabled inside the Bricks setting, the "copy to clipboard" icon inside the Dynamic Data Modal was misplaced.
FIX
Keyboard Shortcuts: reverted some logics for wider OS compatibility.
Some users experienced issues using the new keyboard shortcut logic introduced in 2.9 - mainly on Windows. This version should increase the compatibility on all devices.
FIX
Advanced CSS: added a new php filter to disable the WPCodeBox integration.
If for any reason you're not willing to load the WPCodebox inside the Advanced CSS panel, there is a new php filter to that. Just paste the following code inside your functions.php of your child theme:
FIX
Advanced CSS: AI disabled in child.css to avoid messing with the initial commented code.
To avoid any potential error, the AI function has been disabled inside the Child Theme CSS file.
FIX
Advanced CSS: The initial commented code inside child.css is now set as readonly.
To avoid any human error, the initial commented code of the child theme CSS is now set as readonly and can't be modified.