• 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.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: 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