=== Section Block === Contributors: wedoplugins Tags: block, section, section block, gutenberg, block editor, block library, blocks Requires at least: 5.1 Tested up to: 5.2.2 Requires PHP: 5.6 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Stable tag: 1.2.0 Section Block for new WordPress Block Editor allow you to add Sections to your website and customize it. == Description == Section Block for new WordPress Block Editor allow you to add Sections to your website and customize it: * customize section border, * customize section background image, add or hide overlay, * customize section padding, * customize section box shadow, You can use any other Blocks inside this Section Block so this can be used to build more advanced templates. Blocks inside this Section Block can be wide- or full-aligned, but section itself is always full-aligned. == Installation == 1. Install the plugin through the WordPress plugins screen directly or upload the plugin files to the "/wp-content/plugins/section-block" directory. 2. Activate the plugin through the "Plugins" screen in WordPress 3. Go to Block Editor and type /section to use this block. == Changelog == = 1.2.0 = Fixed: overlay opacity value (float) saved with "px" string at the end (auto-added by Gutenberg) Fixed: first and last inner elements should have no margins on top and bottom relatively Updated: outdated Gutenberg packages = 1.1.0 = * Fixed: issue with block height. * Added: CSS variables polyfill * Improved: Only modified styles are added as inline variables = 1.0.0 = * Initial release.