WordPress Cluster 6.12.5

  • Must-Use Plugins updated;
    • Customizer (WordPress Cluster) to 1.1.1;
      • Addressing deficiencies and issues which came out of
      • When SCRIPT_DEBUG is set to true, the stylesheet will now put a CSS comment above the CSS selectors stating which setting it belongs to.
        • You will now see – /** CSS for “background_color”. */ – in the customizer.css stylesheet.
      • Reworked the check on CSS rules for a new filter that enables developers to use more esoteric CSS for a setting.
        • Useful for Fonts and / or Media Queries.
      • Added a new filter wpc_customizer_{setting id}_css_output which allows for the inclusion of custom CSS for a setting, which may or may not include CSS rules through the WPC Customizer Settings class.

PR : https://github.com/dc-thomson/wordpress/pull/939