Changeset 3395187
- Timestamp:
- 11/13/2025 04:21:05 PM (4 months ago)
- Location:
- native-blocks-carousel
- Files:
-
- 3 added
- 2 edited
-
assets/PLAYGROUND_DEMO_GUIDE.md (added)
-
assets/demo-content.xml (added)
-
assets/playground-blueprint.json (added)
-
trunk/any-block-carousel-slider.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
native-blocks-carousel/trunk/any-block-carousel-slider.php
r3395160 r3395187 4 4 * Plugin URI: https://github.com/WEBLAZER/any-block-carousel-slider 5 5 * Description: Transform any WordPress block into a performant carousel with pure CSS. Zero JavaScript, works with Gallery, Grid, Post Template, and Group blocks. 6 * Version: 1.0.3. 16 * Version: 1.0.3.2 7 7 * Author: weblazer35 8 8 * Author URI: https://weblazer.fr … … 28 28 } 29 29 30 define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.3. 1');30 define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.3.2'); 31 31 define('ANY_BLOCK_CAROUSEL_SLIDER_PLUGIN_FILE', __FILE__); 32 32 define('ANY_BLOCK_CAROUSEL_SLIDER_PLUGIN_URL', plugin_dir_url(__FILE__)); -
native-blocks-carousel/trunk/readme.txt
r3395160 r3395187 5 5 Requires at least: 6.0 6 6 Tested up to: 6.8 7 Stable tag: 1.0.3. 17 Stable tag: 1.0.3.2 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 17 17 18 18 Unlike many all-in-one carousel slider blocks that require you to add a dedicated "Carousel" block and rebuild every slide, **Any Block Carousel Slider** hooks straight into the Gutenberg blocks you already use. The result: a WordPress loop, image gallery, or product grid can become a carousel slider in one click, without content duplication or extra maintenance. 19 20 = Try it now = 21 22 Test **Any Block Carousel Slider** instantly in your browser with [WordPress Playground](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/WEBLAZER/any-block-carousel-slider/main/.wordpress-org/playground-blueprint.json) – no installation required! The demo includes pre-configured examples of Query Loop, Gallery, and Group blocks transformed into smooth, responsive carousels. Simply open the demo page to see the plugin in action. 19 23 20 24 = Why Any Block Carousel Slider instead of a dedicated carousel slider block? = … … 154 158 155 159 == Changelog == 160 161 = 1.0.3.2 - 2025-11-13 = 162 * 🎮 Added WordPress Playground demo with pre-configured carousel examples. 163 * 🔗 Updated "Try it now" section with interactive demo link. 156 164 157 165 = 1.0.3.1 - 2025-11-13 =
Note: See TracChangeset
for help on using the changeset viewer.