Skip to content

Releases: tschortsch/bootstrap-blocks-wordpress-plugin

1.4.0

21 Nov 19:41

Choose a tag to compare

Changelog

  • [CHANGE] Decrease loading priority of block editor assets to ensure that custom block filters are executed.
  • [CHANGE] Add custom classes of row block to row-div instead of wrapper-div.
  • [FEATURE] Added possibility to define equal-width columns.
  • [IMPROVEMENT] Improve template selection button styling when using a custom icon.
  • [IMPROVEMENT] Optimized editor styling of grid.
  • [IMPROVEMENT] Do not limit the width of child blocks inside the container 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:

  • column.php
  • row.php

1.3.1

15 Oct 06:39

Choose a tag to compare

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

14 Oct 19:17
35619b2

Choose a tag to compare

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

26 Jun 13:57

Choose a tag to compare

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

19 Jun 08:43

Choose a tag to compare

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

29 Mar 15:59

Choose a tag to compare

First public release