Plugin Directory

Changeset 3395750


Ignore:
Timestamp:
11/14/2025 01:23:05 PM (4 months ago)
Author:
weblazer
Message:

Release 1.0.3.5

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

Legend:

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

    r3395729 r3395750  
    44 * Plugin URI: https://wordpress.org/plugins/native-blocks-carousel/
    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.4
     6 * Version: 1.0.3.5
    77 * Author: weblazer35
    88 * Author URI: https://weblazer.fr
     
    2828}
    2929
    30 define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.3.4');
     30define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.3.5');
    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

    r3395729 r3395750  
    55Requires at least: 6.0
    66Tested up to: 6.8
    7 Stable tag: 1.0.3.4
     7Stable tag: 1.0.3.5
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    168168
    169169== Changelog ==
     170
     171= 1.0.3.5 - 2025-11-14 =
     172* ♻️ Align plugin text domain with official WordPress.org slug.
     173* 🧼 Renamed local plugin/SVN directories to remove text-domain lint warnings.
    170174
    171175= 1.0.3.4 - 2025-11-14 =
Note: See TracChangeset for help on using the changeset viewer.