Plugin Directory

Changeset 3423109


Ignore:
Timestamp:
12/18/2025 04:38:45 PM (3 months ago)
Author:
weblazer
Message:

Release version 1.0.4.1: CSS fixes

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

Legend:

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

    r3423082 r3423109  
    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
     7 * Version: 1.0.4.1
    88 * Author: weblazer
    99 * Author URI: https://profiles.wordpress.org/weblazer/
     
    2929}
    3030
    31 define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.4');
     31define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.4.1');
    3232define('ANY_BLOCK_CAROUSEL_SLIDER_PLUGIN_FILE', __FILE__);
    3333define('ANY_BLOCK_CAROUSEL_SLIDER_PLUGIN_URL', plugin_dir_url(__FILE__));
  • native-blocks-carousel/trunk/assets/css/carousel.css

    r3423103 r3423109  
    77 *
    88 * @package AnyBlockCarouselSlider
    9  * @version 1.0.4
     9 * @version 1.0.4.1
    1010 * @author weblazer35
    1111 */
  • native-blocks-carousel/trunk/readme.txt

    r3423082 r3423109  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.4.1
    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.1 - 2025-01-XX =
     186* 🐛 Fixed CSS: commented out scroll-snap-stop to prevent blocking behavior.
     187* 🐛 Fixed CSS: changed scroll-snap-align from center to start for better alignment.
    184188
    185189= 1.0.4 - 2025-01-XX =
Note: See TracChangeset for help on using the changeset viewer.