Plugin Directory

Changeset 3458692


Ignore:
Timestamp:
02/11/2026 07:02:01 AM (7 weeks ago)
Author:
pistonui
Message:

2.0.3

  • Fix: Scroll Reveal Cards widget breaking Elementor sections due to non-existent script dependency
  • Fix: Removed invalid script handle reference that caused widget render failure
Location:
pistonui/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pistonui/trunk/pistonui.php

    r3456483 r3458692  
    33Plugin Name: PistonUI
    44Description: High-performance custom widgets for Elementor.
    5 Version: 2.0.2
     5Version: 2.0.3
    66Author: Lasindu Nadishan
    77Author URI: https://pistonui.com/lasindu
     
    3434
    3535// Define plugin constants
    36 define('PISTONUI_VERSION', '2.0.2');
     36define('PISTONUI_VERSION', '2.0.3');
    3737define('PISTONUI_PATH', plugin_dir_path(__FILE__));
    3838define('PISTONUI_URL', plugin_dir_url(__FILE__));
  • pistonui/trunk/readme.txt

    r3456483 r3458692  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.0.2
     7Stable tag: 2.0.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    185185
    186186== Changelog ==
     187= 2.0.3 =
     188- Fix: Scroll Reveal Cards widget breaking Elementor sections due to non-existent script dependency
     189- Fix: Removed invalid script handle reference that caused widget render failure
     190
    187191= 2.0.2 =
    188192- **TikTok Videos Widget** - Major update with new features:
  • pistonui/trunk/widgets/scroll-reveal-cards.php

    r3424200 r3458692  
    3535
    3636    public function get_script_depends() {
    37         return ['pistonui-scroll-reveal-cards'];
     37        return [];
    3838    }
    3939
Note: See TracChangeset for help on using the changeset viewer.