آیکن Carousel Slider Block for Gutenberg
افزونه رایگان نسخه 2.1.5

Carousel Slider Block for Gutenberg

توسعه‌دهنده: Virgildia

توضیحات

A responsive modern carousel slider for the Gutenberg block editor that lets you add any blocks to your slides. Easily create sliders for hero section …

تغییرات این نسخه

2.1.5

Retired the legacy settings page from wp-admin.

Existing saved settings still work, and can be overridden with PHP filters: cb_carousel_block_setting_show_legacy_blocks, cb_carousel_block_setting_hide_legacy_notice, cb_carousel_block_setting_use_full_swiper_bundle.

Example: add_filter( ‘cb_carousel_block_setting_show_legacy_blocks’, ‘__return_true’ );

2.1.4

Added Swiper a11y support to the new bundled assets.

2.1.3

Fixed Swiper responsive breakpoint updates by ensuring the block’s ResizeObserver setting is passed explicitly and clarified the ResizeObserver help text to recommend leaving it off for normal responsive breakpoints.

2.1.2

Reduced default Swiper assets with a custom build and added a full bundle fallback setting.

Restored the Carousel Slider settings page in the WordPress Settings menu.

Improved editor appender sizing in the carousel block.

2.1.1

Improved PHP 8+ compatibility for the settings page

2.1.0

Added starter carousel patterns for hero, testimonials, and logos

2.0.10

Stability fix

2.0.9

Added Carousel Slider settings for legacy block visibility

Hid the legacy settings page from the admin menu while keeping direct URL access at /wp-admin/options-general.php?page=cb-carousel-settings

Added advanced Swiper observer settings and updated documentation

Increased default vertical spacing for navigation dots

2.0.8

Simplified the labels in the editor panel

Removed “v2” from block titles and added “v1” to legacy blocks

2.0.7

Added pau