Skip to content

Releases: tschortsch/bootstrap-blocks-wordpress-plugin

4.0.0

10 Oct 15:44

Choose a tag to compare

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: true setting has to be enabled in your Bootstrap variables file.
  • [FEATURE] Introduce new JavaScript filter wpBootstrapBlocks.row.cssGridGuttersOptions for 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

29 Jul 20:40
33e93a2

Choose a tag to compare

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

13 Jul 08:45
4eff01f

Choose a tag to compare

Changelog

  • [COMPATIBILITY] Tested up to WordPress 5.8.
  • [FIX] Use new block_categories_all filter instead of deprecated block_categories to register custom block category.

3.3.0

13 Jun 20:12

Choose a tag to compare

Changelog

  • [FEATURE] Added possibility to vertically align the content in a column block from the block controls.
  • [DEPRECATED] The centerContent attribute of the column block is deprecated. If enabled it will automatically be migrated to the new contentVerticalAlignment 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

04 Jun 14:32
4f933fb

Choose a tag to compare

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

02 Mar 12:54

Choose a tag to compare

Changelog

3.1.2

04 Dec 20:47

Choose a tag to compare

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

14 Nov 14:08

Choose a tag to compare

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

03 Nov 09:16
fa6f4be

Choose a tag to compare

Changelog

  • [FEATURE] Add possibility to open link of button block in new tab.
  • [FEATURE] Add possibility to set the rel attribute of the button 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

24 Oct 12:20

Choose a tag to compare

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