Releases: liip/bootstrap-blocks-wordpress-plugin
1.3.1
Changelog
- [FIX] Fix meaning of
wpBootstrapBlocks.row.useOldObjectTemplateStructure
filter. In v1.3.0 boolean value was inverted. - [FIX] Fix add default icon to template if it's missing.
1.3.0
In this release we changed the template structure for the row
block form object to array (see template update guide). With this change we try to move towards the new template structure which will be introduced by the InnerBlocks
template selector feature.
If you used the wpBootstrapBlocks.row.templates
filter to modify the existing row templates please update your template structure accordingly (see filter documentation). The old structure will still work but is deprecated.
As soon as you have updated your template structure you need to disable the old object template structure with the wpBootstrapBlocks.row.useOldObjectTemplateStructure
filter.
Changelog
- [IMPROVEMENT] Improve template selection in row block. Added possibility to set an icon for each template.
- [IMPROVEMENT] Use withSelect / withDispatch HOCs in row block.
1.2.0
Changelog
- [FEATURE] Added new filter
wp_bootstrap_blocks_enqueue_block_assets
to disable enqueuing block assets. - [Fix] Fix enqueuing of script and style dependencies.
1.1.0
Changelog
- [FEATURE] Added possibility to set background color on column block.
- [IMPROVEMENT] Optimized editor styling of row block.
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
column.php
row.php
1.0.0
First public release