Skip to content

5.0.0

Compare
Choose a tag to compare
@tschortsch tschortsch released this 11 Nov 10:01
· 58 commits to master since this release
1846253

Starting with this version the plugin only supports WordPress versions >= 5.3.
This step was needed to be able to catch up with the current development practices and remove a lot of deprecations.

  • Breaking Change [CHANGE] The default Bootstrap version is now 5.x. Please check in the settings if your using the appropriate version of Bootstrap after updating to this release.
  • [COMPATIBILITY] Dropped support for WordPress < 5.3. Please update your website if you still would like to receive updates for this plugin.
  • [FEATURE] Added block.json meta files to describe and register blocks (supported in WordPress >= 5.8).
  • [CHANGE] Rewrite all blocks to functional components.