=== Disable Separate Core Block Assets ===
Contributors: jola, chatgpt
Tags: blocks, gutenberg, styles, performance, compatibility
Requires at least: 5.5
Tested up to: 6.9
Requires PHP: 7.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

== Description ==

This plugin disables WordPress' “separate core block assets” feature, forcing
WordPress to load the block styles as a single stylesheet instead of separate
styles per block.

This resolves layout issues introduced in WordPress 6.9 for many users.

The problem and its solution were discussed here:

https://wordpress.org/support/topic/wordpress-6-9-broke-site-layout-crewbloom/

Special thanks to **Aki Hamano**, who identified and explained the underlying issue.

== Features ==

* Disables separate core block CSS files
* Forces WordPress to load a single consolidated block stylesheet
* Helps prevent layout breakage in WordPress 6.9+
* Ultra-lightweight — no settings, no overhead

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/`
2. Activate the plugin in **Plugins → Installed Plugins**
3. No configuration required

== Changelog ==

= 1.0.0 =
* Initial release
* Adds filter: `add_filter( 'should_load_separate_core_block_assets', '__return_false', 100 );`

== Credits ==

This fix is based on insights shared by **Aki Hamano**  
in the WordPress.org forum thread:

https://wordpress.org/support/topic/wordpress-6-9-broke-site-layout-crewbloom/
