• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
  • Information: Safety & Support
    Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use.
    Consider buying licenses to support developers. Your security is our priority.

4.1.0 – Aug 18, 2025​

  • !breaking change – in Theme Templates renamed $context to $render_location to use $context for Gutenberg blocks Context feature instead: https://www.lazyblocks.com/docs/blocks-code/relationships/
  • requires PHP version 8.0 or higher, with version 8.3 and above recommended
  • added JS filter for devs: lzb.registerBlockType.args
  • added PHP filters for devs: lzb/register_blocks, lzb/get_blocks
  • fixed content wrapper controls color inheritance from parent
  • fixed losing focus from input fields in the inspector controls when block render preview updated
  • fixed URL control rendering in Content – display fallback Text control
  • disable possibility to add URL control inside Repeater inserted inside Content
  • remove child controls when the repeater control removed
  • minor fixes
  • Pro:
  • added support for block relations and context
  • improved block content retrieval for SEO plugins to enable accurate analysis and added preload to prevent multiple fetches on editor page load. Learn more -> https://www.lazyblocks.com/docs/blocks-code/relationships/
  • Like
Reactions: ViktorGugo

4.0.3 – Jul 7, 2025​

  • Pro:
  • fixed incorrect displaying controls in inspector inside different groups
  • Like
Reactions: nexus7

4.0.1 – Jun 4, 2025​

  • restored lzb/block_render/allow_wrapper filter to prevent existing user blocks from breaking, but we now deprecate this hook and display a notice to migrate to the useBlockProps attribute
  • Pro:
  • fixed updater caching issue that sometimes caused Forbidden errors
  • Like
Reactions: nexus7 and raz0r

4.0.0 – Jun 2, 2025​

  • deprecated Templates feature. You need to migrate to the WordPress FSE theme and use Template editor natively. Learn more -> https://wordpress.org/documentation/article/template-editor/. Our implementation will still work for existing sites, but it is deprecated for future use.
  • improved Block Builder UI and reworked some option names and placement
  • added possibility to control the block wrapper and remove the block border from the editor https://www.lazyblocks.com/docs/blocks-code/use-block-props/
  • added setup wizard with predefined blocks for quick start your custom blocks https://www.lazyblocks.com/docs/create-block/#setup-wizard
  • added more Supports options: color, layout, shadow, spacing, dimensions, typography https://www.lazyblocks.com/docs/create-block/#block-settings
  • added lzb/register_block_type_data filter to override block registration data
  • removed lzb/block_render/allow_wrapper PHP filter, because user can now provide their own wrapper in block code
  • rename “Styles” to “Style Variations” to prevent collision with block custom CSS options
  • fixed saving Ghost Kit supports settings
  • fixed duplicated block IDs after duplicating 2 and more blocks at once
  • fixed URL control size in Inspector
  • fixed block render if output is ‘0’ string
  • fixed block attribute display in the block builder preview
  • fixed render context when inside block builder preview
  • minor fixes and improvements
  • Pro
  • added possibility to add Styles and Scripts for your block https://www.lazyblocks.com/docs/blocks-code/styles-scripts/
  • added support for Posts Statuses in Posts control settings
  • added support for Meta controls in conditional logic
  • added in SEO plugins proper handling of blocks content, which does not have Editor code output but only Frontend
  • display options in posts and users controls by default when no search text added
  • removed Native Blocks Style feature in favour of use useBlockProps attribute
  • fixed default value in multiple Posts, Taxonomy and Users controls
  • fixed SEO plugins don’t count blocks content length
  • fixed $wpdb->prepare syntax error in Maria DB
Top