Plugin Directory

Changeset 3395187


Ignore:
Timestamp:
11/13/2025 04:21:05 PM (4 months ago)
Author:
weblazer
Message:

Bump version to 1.0.3.2: Add WordPress Playground demo with pre-configured examples

Location:
native-blocks-carousel
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • native-blocks-carousel/trunk/any-block-carousel-slider.php

    r3395160 r3395187  
    44 * Plugin URI: https://github.com/WEBLAZER/any-block-carousel-slider
    55 * 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.1
     6 * Version: 1.0.3.2
    77 * Author: weblazer35
    88 * Author URI: https://weblazer.fr
     
    2828}
    2929
    30 define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.3.1');
     30define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.3.2');
    3131define('ANY_BLOCK_CAROUSEL_SLIDER_PLUGIN_FILE', __FILE__);
    3232define('ANY_BLOCK_CAROUSEL_SLIDER_PLUGIN_URL', plugin_dir_url(__FILE__));
  • native-blocks-carousel/trunk/readme.txt

    r3395160 r3395187  
    55Requires at least: 6.0
    66Tested up to: 6.8
    7 Stable tag: 1.0.3.1
     7Stable tag: 1.0.3.2
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    1717
    1818Unlike 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
     22Test **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.
    1923
    2024= Why Any Block Carousel Slider instead of a dedicated carousel slider block? =
     
    154158
    155159== 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.
    156164
    157165= 1.0.3.1 - 2025-11-13 =
Note: See TracChangeset for help on using the changeset viewer.