Releases: liip/bootstrap-blocks-wordpress-plugin
Releases · liip/bootstrap-blocks-wordpress-plugin
3.3.2
Changelog
- [FIX] Remove deprecated
wp-editor
dependency 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_all
filter instead of deprecatedblock_categories
to register custom block category.
3.3.0
Changelog
- [FEATURE] Added possibility to vertically align the content in a
column
block from the block controls. - [DEPRECATED] The
centerContent
attribute of thecolumn
block is deprecated. If enabled it will automatically be migrated to the newcontentVerticalAlignment
attribute.
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.enableCustomTemplate
filter) 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
jsonpFunction
name 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
button
block in new tab. - [FEATURE] Add possibility to set the
rel
attribute of thebutton
blocks 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
row
block (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.php
row.php
2.4.3
Changelog
- [FIX] Import dependencies from
@wordpress
npm-packages instead of relying on the globalwp
namespace during development. - [FIX] Fix visibility of row, column and container blocks in WP 5.5.