Plugin Directory

Changeset 3421232


Ignore:
Timestamp:
12/16/2025 04:07:37 PM (3 months ago)
Author:
weblazer
Message:

Update to version 1.0.3.6

Location:
native-blocks-carousel/trunk
Files:
2 added
2 edited

Legend:

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

    r3395750 r3421232  
    33 * Plugin Name: Any Block Carousel Slider
    44 * Plugin URI: https://wordpress.org/plugins/native-blocks-carousel/
     5 * GitHub Plugin URI: https://github.com/WEBLAZER/native-blocks-carousel
    56 * 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.5
    7  * Author: weblazer35
    8  * Author URI: https://weblazer.fr
     7 * Version: 1.0.3.6
     8 * Author: weblazer
     9 * Author URI: https://profiles.wordpress.org/weblazer/
    910 * License: GPL v2 or later
    1011 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1213 * Domain Path: /languages
    1314 * Requires at least: 6.0
    14  * Tested up to: 6.8
     15 * Tested up to: 6.9
    1516 * Requires PHP: 7.4
    1617 *
     
    2829}
    2930
    30 define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.3.5');
     31define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.3.6');
    3132define('ANY_BLOCK_CAROUSEL_SLIDER_PLUGIN_FILE', __FILE__);
    3233define('ANY_BLOCK_CAROUSEL_SLIDER_PLUGIN_URL', plugin_dir_url(__FILE__));
  • native-blocks-carousel/trunk/readme.txt

    r3395750 r3421232  
    11=== Any Block Carousel Slider ===
    22Contributors: weblazer
    3 Donate link: https://weblazer.github.io/
    43Tags: carousel, slider, block, gutenberg, woocommerce
    54Requires at least: 6.0
    65Tested up to: 6.8
     6Requires PHP: 7.4
    77Stable tag: 1.0.3.5
    8 Requires PHP: 7.4
    98License: GPLv2 or later
    109License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.