PluginProbe
GutSlider – All in One Slider and Carousel Blocks for Gutenberg / 2.9.7
GutSlider – All in One Slider and Carousel Blocks for Gutenberg v2.9.7
3.1.0 3.0.0 2.13.2 2.13.1 2.13.0 trunk 1.0.0 2.1.0 2.10.0 2.10.1 2.11.0 2.11.1 2.11.2 2.11.3 2.11.4 2.12.0 2.2.1 2.2.2 2.3.0 2.4.0 2.5.1 2.5.3 2.5.4 2.5.5 2.6.1 All 56 releases
← All changes | includes/api/blocks.php +0 -16 2.10.02.9.7 View file →
@@ -171,22 +171,6 @@
171 171 'is_pro' => true,
172 172 'demo_slug' => 'hover-slider',
173 173 'active' => true,
174 174 ],
175 - [
176 - 'name' => 'product-carousel',
177 - 'title' => __('Woo Product Carousel', 'slider-blocks'),
178 - 'description' => __('Showcase WooCommerce products in a responsive carousel.', 'slider-blocks'),
179 - 'is_pro' => true,
180 - 'demo_slug' => 'product-carousel',
181 - 'active' => true,
182 - ],
183 - [
184 - 'name' => 'product-categories-carousel',
185 - 'title' => __('Woo Categories Carousel', 'slider-blocks'),
186 - 'description' => __('Showcase WooCommerce product categories in a responsive carousel.', 'slider-blocks'),
187 - 'is_pro' => true,
188 - 'demo_slug' => 'product-categories-carousel',
189 - 'active' => true,
190 - ],
191 175
192 176 ] );