PluginProbe
Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts / trunk
Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts vtrunk
2.8.14 2.8.13 2.8.12 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.10 2.8.11 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 trunk 1.0.1 1.0.2 1.1.0 1.1.1 All 147 releases
← All changes | readme.txt +19 -16 2.8.5trunk View file →
@@ -1,16 +1,16 @@
1 -=== Content Blocks Builder - Create blocks, repeater blocks with carousel, grid, accordion, popup layouts ===
1 +=== Content Blocks Builder - Create blocks, repeater blocks with carousel, grid, popup layouts ===
2 2 Contributors: Mr2P, freemius
3 3 Donate link: https://contentblocksbuilder.com?utm_source=wp.org&utm_campaign=readme&utm_medium=link&utm_content=CBB+Donate
4 4 Tags: blocks, Gutenberg, carousel, grid, popup
5 -Requires PHP: 7.4
6 -Requires at least: 6.6
7 -Tested up to: 6.9
8 -Stable tag: 2.8.5
5 +Requires PHP: 8.0
6 +Requires at least: 6.9
7 +Tested up to: 7.1
8 +Stable tag: 2.8.14
9 9 License: GPL-3.0
10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html
11 11
12 -Group core blocks into containers or repeaters to create layouts like grid, carousel, popup, accordion — all in the Block Editor. Fast. Easy. Bloat-free.
12 +Group core blocks into containers or repeaters to create layouts like grid, carousel, popup, accordion all in the Block Editor. Fast. Easy.
13 13
14 14 == Description ==
15 15
16 16 Content Blocks Builder (CBB) helps you create **custom blocks**, **variations**, **styles**, and **patterns** — directly in the **Block Editor** without touching a **code editor**.
@@ -210,9 +210,9 @@
210 210 === Other plugins ===
211 211
212 212 Please check out my other plugins if you're interested:
213 213
214 - - **[Meta Field Block](https://wordpress.org/plugins/display-a-meta-field-as-block)** - A block to display custom fields as blocks on the front end. It supports custom fields for posts, terms, users, and setting fields. It can also be used in the Query Loop block.
214 + - **[Meta Field Block](https://wordpress.org/plugins/display-a-meta-field-as-block)** - A single block to display custom fields in the Block Editor without coding. It supports ACF, MetaBox, WooCommerce, meta, rest field, shortcode and more. Works everywhere: in the Site Editor (FSE), the Block Editor, inside Query Loop, WooCommerce Product Collection, Term Query blocks, and even in template files.
215 215 - **[SVG Block](https://wordpress.org/plugins/svg-block)** - A block to display SVG images as blocks. Useful for images, icons, dividers, and buttons. It allows you to upload SVG images and load them into the icon library.
216 216 - **[Icon separator](https://wordpress.org/plugins/icon-separator)** - A tiny block just like the core/separator block but with the ability to add an icon.
217 217 - **[Breadcrumb Block](https://wordpress.org/plugins/breadcrumb-block)** - A simple breadcrumb trail block that supports JSON-LD structured data and is compatible with WooCommerce.
218 218 - **[Block Enhancements](https://wordpress.org/plugins/block-enhancements)** - Adds practical features to blocks like icons, box shadows, transforms, etc.
@@ -218,9 +218,10 @@
218 218 - **[Block Enhancements](https://wordpress.org/plugins/block-enhancements)** - Adds practical features to blocks like icons, box shadows, transforms, etc.
219 219 - **[Counting Number Block](https://wordpress.org/plugins/counting-number-block)** - A block to display numbers with a counting effect
220 220 - **[Better YouTube Embed Block](https://wordpress.org/plugins/better-youtube-embed-block)** - A block to solve the performance issue with embedded YouTube videos. It can also embed multiple videos and playlists.
221 221
222 -The plugin is developed using @wordpress/scripts.
222 +The plugin is developed using @wordpress/scripts. The source code is available in the trunk branch.
223 +The pattern, block, and variation library is hosted at [https://boldpatterns.net](https://boldpatterns.net?utm_source=wp.org&utm_campaign=readme&utm_medium=link&utm_content=CBB).
223 224
224 225 == Installation ==
225 226
226 227 = How to install it from wordpress.org =
@@ -317,15 +318,17 @@
317 318 == Upgrade Notice ==
318 319
319 320 == Changelog ==
320 321
321 -= 2.8.5 =
322 -*Release Date - 10 November 2025*
322 += 2.8.14 =
323 +*Release Date - 05 August 2026*
323 324
324 -* Improved – Added preview support for modal and off-canvas elements in the editor.
325 -* Added – [CBB Pro] Option to trigger modals or off-canvas elements when the page scrolls to specific elements or when users are about to leave the page.
326 -* Added – Repeater custom attributes.
327 -* Improved - Small UI changes on custom attributes
328 -* Added – [CBB Pro] Animation support for core and third-party blocks.
329 -* Improved – [CBB Pro] Added code folding support in the custom code editor.
325 +* Fixed - Removed the preview style for the HTML block wrapper, as preview styles no longer work in the Editor since WordPress 7.0
326 +* Improved - Renamed CSS variables containing border-color to avoid conflicts with WordPress 7.0
327 +* Improved - Allowed custom CSS classes to be changed after a block is defined without triggering a deprecation warning
328 +* Added - Added nav as a new semantic tag option for CBB blocks
329 +* Fixed - Enqueued scripts and styles for core blocks that use entrance animations
330 +* Fixed - Handled empty values for the animation delay setting
331 +* Fixed - Fixed an issue where the animation preview was not updated when changing animation settings
332 +* Changed - Renamed the "Reveal animations" label to "Entrance animations"
330 333
331 334 [View all changelog](https://contentblocksbuilder.com/changelog?utm_source=wp.org&utm_campaign=readme&utm_medium=link&utm_content=Changelog)