Plugin Directory

Changeset 3456320


Ignore:
Timestamp:
02/08/2026 10:09:14 AM (4 weeks ago)
Author:
weblazer
Message:

Update compatibility to WP 6.9.1 and bump version to 1.0.4.2

Location:
native-blocks-carousel
Files:
4 edited
1 copied

Legend:

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

    r3423109 r3456320  
    55 * GitHub Plugin URI: https://github.com/WEBLAZER/native-blocks-carousel
    66 * Description: Transform any WordPress block into a performant carousel with pure CSS. Zero JavaScript, works with Gallery, Grid, Post Template, and Group blocks.
    7  * Version: 1.0.4.1
     7 * Version: 1.0.4.2
    88 * Author: weblazer
    99 * Author URI: https://profiles.wordpress.org/weblazer/
     
    1313 * Domain Path: /languages
    1414 * Requires at least: 6.0
    15  * Tested up to: 6.9
     15 * Tested up to: 6.9.1
    1616 * Requires PHP: 7.4
    1717 *
     
    2929}
    3030
    31 define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.4.1');
     31define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.4.2');
    3232define('ANY_BLOCK_CAROUSEL_SLIDER_PLUGIN_FILE', __FILE__);
    3333define('ANY_BLOCK_CAROUSEL_SLIDER_PLUGIN_URL', plugin_dir_url(__FILE__));
  • native-blocks-carousel/tags/1.0.4.2/readme.txt

    r3423109 r3456320  
    33Tags: carousel, slider, block, gutenberg, woocommerce
    44Requires at least: 6.0
    5 Tested up to: 6.9
     5Tested up to: 6.9.1
    66Requires PHP: 7.4
    7 Stable tag: 1.0.4.1
     7Stable tag: 1.0.4.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    182182* 🔗 Simplified WordPress Playground link in "Try it now" section.
    183183* 📝 Updated readme.txt to refresh WordPress.org cache.
     184
     185= 1.0.4.2 - 2026-02-08 =
     186* 🛠️ Compatibility with WordPress 6.9.1.
     187* 🏷️ Maintenance release.
    184188
    185189= 1.0.4.1 - 2025-01-XX =
  • native-blocks-carousel/trunk/any-block-carousel-slider.php

    r3423109 r3456320  
    55 * GitHub Plugin URI: https://github.com/WEBLAZER/native-blocks-carousel
    66 * Description: Transform any WordPress block into a performant carousel with pure CSS. Zero JavaScript, works with Gallery, Grid, Post Template, and Group blocks.
    7  * Version: 1.0.4.1
     7 * Version: 1.0.4.2
    88 * Author: weblazer
    99 * Author URI: https://profiles.wordpress.org/weblazer/
     
    1313 * Domain Path: /languages
    1414 * Requires at least: 6.0
    15  * Tested up to: 6.9
     15 * Tested up to: 6.9.1
    1616 * Requires PHP: 7.4
    1717 *
     
    2929}
    3030
    31 define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.4.1');
     31define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.4.2');
    3232define('ANY_BLOCK_CAROUSEL_SLIDER_PLUGIN_FILE', __FILE__);
    3333define('ANY_BLOCK_CAROUSEL_SLIDER_PLUGIN_URL', plugin_dir_url(__FILE__));
  • native-blocks-carousel/trunk/readme.txt

    r3423109 r3456320  
    33Tags: carousel, slider, block, gutenberg, woocommerce
    44Requires at least: 6.0
    5 Tested up to: 6.9
     5Tested up to: 6.9.1
    66Requires PHP: 7.4
    7 Stable tag: 1.0.4.1
     7Stable tag: 1.0.4.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    182182* 🔗 Simplified WordPress Playground link in "Try it now" section.
    183183* 📝 Updated readme.txt to refresh WordPress.org cache.
     184
     185= 1.0.4.2 - 2026-02-08 =
     186* 🛠️ Compatibility with WordPress 6.9.1.
     187* 🏷️ Maintenance release.
    184188
    185189= 1.0.4.1 - 2025-01-XX =
Note: See TracChangeset for help on using the changeset viewer.