MB Blocks Changelog

1.7.5 - 2025-04-18

Fix block not showing in the Inserter in WordPress 6.8.

1.7.4 - 2025-02-04

Fix: server side render component

1.7.3 - 2024-11-01
1.7.2 - 2024-09-26
1.7.1 - 2024-08-19

Fix running PHP Codesniffer when installing & autoload the plugin's main file via Composer

1.7.0 - 2024-07-24

This version allows you to make inner blocks use the same markup for both the admin and front end by adding id, class, or style attribute to <InnerBlocks> wrapper.

For more details, please see the docs.

1.6.1 - 2024-07-17

Fix compatibility with WordPress 6.6

1.6.0 - 2024-07-02

Highlights:

This version allows you to render blocks with views. You can specify the view template in the "render_callback" parameter as "view: view_name", or if you use block.json file, set the "render" parameter to "view: view_name".

This version also works with MB Builder to allow you to set/edit views with UI. For more details, please see this blog post.

Other changes:

1.5.1 - 2024-05-16
1.5.0 - 2024-04-17

Highlights:

The plugin now supports creating blocks with block.json, which aligns with the WordPress's recommended method to create blocks. This allows the blocks created with MB Blocks will be compatible with future development of WordPress and the block editor.

With the support of block.json, the plugin now fully supports Full-Site Editing (FSE). So you can use the blocks in FSE's templates.

This update also makes rendering the block easier by automatically preparing the fields' values and put them directly in the $attributes parameter.

For details, please see the documentation.

1.4.2 - 2023-03-09

Add support for blocks with no fields

1.4.1 - 2022-12-05
1.4.0 - 2021-07-28

Add support for inner blocks (nested blocks). See docs for how to use.

1.3.2 - 2021-07-14

Fix style of inputs on sidebar

1.3.1 - 2021-06-05
1.3.0 - 2021-02-23
1.2.5 - 2020-02-05

Allow to set foreground, background for FontAwesome icon.

1.2.4 - 2020-12-25

Fix field IDs starts with underscores not saving

1.2.3 - 2020-07-07

Fix CSS affected normal side meta boxes.

1.2.2 - 2020-07-07

Fix blocks with side context not working.

1.2.1 - 2020-07-06
1.2.0 - 2020-04-18
1.1.1 - 2020-04-16
1.1.0 - 2020-02-12

Add support for block preview.

1.0.16 - 2020-01-16

Fix std param not working

1.0.15 - 2020-01-05

Fix field description margin

1.0.14 - 2019-12-19

Add mode parameter for blocks in normal mode which allows developer to specify initial mode (preview or edit) for blocks.

1.0.13 - 2019-12-04

Fix the scrolling issue for color field

1.0.12 - 2019-11-28
1.0.11 - 2019-11-14
1.0.10 - 2019-10-18

Fix block over certain content length crashes

1.0.9 - 2019-09-26

Fix empty form when editing blocks.

1.0.8 - 2019-09-23

Add block name to $attributes for block rendering via attribute name

1.0.7 - 2019-09-14

Fix custom assets are enqueued on all admin pages

1.0.6 - 2019-08-29
1.0.5 - 2019-08-23

Fix not saving fields that contains "-" in IDs

1.0.4 - 2019-08-17

Fix block attributes are not saved reliably.

1.0.3 - 2019-08-12

Fix not saving data correctly for cloneable/group fields.

1.0.2 - 2019-08-05

Add missing $post_id parameter for the render callback.

1.0.1 - 2019-08-03

Fixed

Fix Publish button not enabled when changing block content.

Changed

Add $post_id parameter to the render callback/template.

1.0.0 - 2019-07-31

Initial release