Skip to content

Releases: liip/bootstrap-blocks-wordpress-plugin

3.3.2

29 Jul 20:40
33e93a2
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changelog

3.1.2

04 Dec 20:47
Compare
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
Compare
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
Compare
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
Compare
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

2.4.3

18 Oct 11:31
0e0e8c8
Compare
Choose a tag to compare

Changelog

  • [FIX] Import dependencies from @wordpress npm-packages instead of relying on the global wp namespace during development.
  • [FIX] Fix visibility of row, column and container blocks in WP 5.5.