Releases: tschortsch/bootstrap-blocks-wordpress-plugin
Releases · tschortsch/bootstrap-blocks-wordpress-plugin
4.0.0
Changelog
This version adds (experimental) support for Bootstraps CSS grid. Please read the documentation for further information.
- [FEATURE] Add experimental support for Bootstraps CSS grid. The support is still experimental since it's also marked as experimental in the Bootstarp library. To use it you need to enable it in the plugins settings and the
$enable-cssgrid: truesetting has to be enabled in your Bootstrap variables file. - [FEATURE] Introduce new JavaScript filter
wpBootstrapBlocks.row.cssGridGuttersOptionsfor CSS grid. Please read the documentation for further information. - [FEATURE] Introduce new PHP filters for CSS grid templates:
wp_bootstrap_blocks_row_css_grid_classes,wp_bootstrap_blocks_row_css_grid_styles,wp_bootstrap_blocks_column_css_grid_classes,wp_bootstrap_blocks_column_css_grid_content_classes. Please read the documentation for further information. - New Templates:
column-css-grid.php,row-css-grid.php
3.3.2
Changelog
- [FIX] Remove deprecated
wp-editordependency in newer versions of WordPress to avoid deprecation notice in widget screen (WordPress >= 5.8).
3.3.1
Changelog
- [COMPATIBILITY] Tested up to WordPress 5.8.
- [FIX] Use new
block_categories_allfilter instead of deprecatedblock_categoriesto register custom block category.
3.3.0
Changelog
- [FEATURE] Added possibility to vertically align the content in a
columnblock from the block controls. - [DEPRECATED] The
centerContentattribute of thecolumnblock is deprecated. If enabled it will automatically be migrated to the newcontentVerticalAlignmentattribute.
Modified templates
The following templates were modified in this release. Please think about updating your own templates if you have overwritten one of those:
column.php
3.2.0
Changelog
- [FEATURE] Ability to transform multiple selected blocks into a row block. This feature only works with WordPress >= 5.6. Additionally custom templates (see
wpBootstrapBlocks.row.enableCustomTemplatefilter) must be enabled (which is the default). - [COMPATIBILITY] Bootstrap 5 is not flagged experimental anymore.
- [COMPATIBILITY] Tested up to WordPress 5.7.2.
- [DEVELOPMENT] Migrate E2E tests to Cypress.
3.1.3
Changelog
- [COMPATIBILITY] Tested up to WordPress 5.7.
- [DOCUMENTATION] Add documentation how to use PHP and JavaScript filters.
3.1.2
Changelog
- [COMPATIBILITY] Tested up to WordPress 5.6.
- [FIX] Fix editor styling issues when used with Twenty Twenty-One theme (which will be shipped with WordPress 5.6).
3.1.1
Changelog
- [FIX] Use unique
jsonpFunctionname in webpack config to avoid conflict with other plugins built with@wordpress/scripts. (Thanks @CP-Antoine for the hint) - [IMPROVEMENT] Replace WordPress Dashicons with SVG icons.
3.1.0
Changelog
- [FEATURE] Add possibility to open link of
buttonblock in new tab. - [FEATURE] Add possibility to set the
relattribute of thebuttonblocks link.
Modified templates
The following templates were modified in this release. Please think about updating your own templates if you have overwritten one of those:
button.php
3.0.0
This version adds (experimental) support for Bootstrap 5! Please read the documentation for further information.
Changelog
- [FEATURE] Add Bootstrap 5 support.
- [FEATURE] Introduce new plugin options page (Settings > Bootstrap Blocks).
- [FEATURE] Add options to define vertical and horizontal gutters sizes in
rowblock (Bootstrap 5 only). - [FEATURE] Add support for Xxl breakpoint size (Bootstrap 5 only).
- [FEATURE] Introduce new JavaScript filters for Bootstrap 5 specific options:
wpBootstrapBlocks.row.horizontalGuttersOptions,wpBootstrapBlocks.row.verticalGuttersOptions. Please read the documentation for further information.
Modified templates
The following templates were modified in this release. Please think about updating your own templates if you have overwritten one of those:
column.phprow.php