Releases: bernskiold/Block-Plugin-Support
Releases · bernskiold/Block-Plugin-Support
2.1.1
2.1.0
Changed
- Now allows registering of a custom block prefix instead of the default
bm.
2.0.3
Fixed
- Fixed issue where metadata wasn't being properly appended.
2.0.1
Fixed
- Textdomain was not being dynamically loaded.
2.0.0
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
Changed
- Bumped code standard to typehinted code, requiring at last PHP 7.4.
1.4.3
Added
- Support for PHP 8.
1.4.2
Fixed
- Anchor wasn't being applied to section wrappers
1.4.1
Fixed
- In the section class, the attributes filter was not being applied correctly.
1.4.0
Added
- Filters for dynamic blocks in
class Block. This relies on the newBlocks::$nameproperty being set for a block. With them you can extend attributes and block wrapper args. See more in the README.