Skip to content

Releases: bernskiold/Block-Plugin-Support

2.1.1

03 May 09:51
2dfa105

Choose a tag to compare

Fixed

  • Fixed the right type for sectionHeaderStyle

2.1.0

22 Sep 07:56

Choose a tag to compare

Changed

  • Now allows registering of a custom block prefix instead of the default bm.

2.0.3

30 Jul 08:26

Choose a tag to compare

Fixed

  • Fixed issue where metadata wasn't being properly appended.

2.0.1

24 Jul 11:02

Choose a tag to compare

Fixed

  • Textdomain was not being dynamically loaded.

2.0.0

24 Jul 08:46

Choose a tag to compare

Changed

  • Upgraded block loading mechanism to support the updated Block API. This is a breaking change.
  • Attributes are no longer defined in dynamic block classes but read from block.json.

1.4.4

17 Jul 15:41

Choose a tag to compare

Changed

  • Bumped code standard to typehinted code, requiring at last PHP 7.4.

1.4.3

30 May 14:25

Choose a tag to compare

Added

  • Support for PHP 8.

1.4.2

06 May 16:30
0534cf4

Choose a tag to compare

Fixed

  • Anchor wasn't being applied to section wrappers

1.4.1

05 Mar 08:54

Choose a tag to compare

Fixed

  • In the section class, the attributes filter was not being applied correctly.

1.4.0

18 Feb 09:43

Choose a tag to compare

Added

  • Filters for dynamic blocks in class Block. This relies on the new Blocks::$name property being set for a block. With them you can extend attributes and block wrapper args. See more in the README.