Changeset 3458692
- Timestamp:
- 02/11/2026 07:02:01 AM (7 weeks ago)
- Location:
- pistonui/trunk
- Files:
-
- 3 edited
-
pistonui.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
widgets/scroll-reveal-cards.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pistonui/trunk/pistonui.php
r3456483 r3458692 3 3 Plugin Name: PistonUI 4 4 Description: High-performance custom widgets for Elementor. 5 Version: 2.0. 25 Version: 2.0.3 6 6 Author: Lasindu Nadishan 7 7 Author URI: https://pistonui.com/lasindu … … 34 34 35 35 // Define plugin constants 36 define('PISTONUI_VERSION', '2.0. 2');36 define('PISTONUI_VERSION', '2.0.3'); 37 37 define('PISTONUI_PATH', plugin_dir_path(__FILE__)); 38 38 define('PISTONUI_URL', plugin_dir_url(__FILE__)); -
pistonui/trunk/readme.txt
r3456483 r3458692 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 2.0. 27 Stable tag: 2.0.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 185 185 186 186 == 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 187 191 = 2.0.2 = 188 192 - **TikTok Videos Widget** - Major update with new features: -
pistonui/trunk/widgets/scroll-reveal-cards.php
r3424200 r3458692 35 35 36 36 public function get_script_depends() { 37 return [ 'pistonui-scroll-reveal-cards'];37 return []; 38 38 } 39 39
Note: See TracChangeset
for help on using the changeset viewer.