Changeset 3396477
- Timestamp:
- 11/16/2025 06:54:02 AM (5 months ago)
- Location:
- pistonui
- Files:
-
- 65 added
- 3 edited
-
tags/1.2.1 (added)
-
tags/1.2.1/LICENSE (added)
-
tags/1.2.1/admin (added)
-
tags/1.2.1/admin/dashboard.php (added)
-
tags/1.2.1/assets (added)
-
tags/1.2.1/assets/css (added)
-
tags/1.2.1/assets/css/admin-dashboard.css (added)
-
tags/1.2.1/assets/css/style.css (added)
-
tags/1.2.1/assets/css/template-manager-minimal.css (added)
-
tags/1.2.1/assets/img (added)
-
tags/1.2.1/assets/img/pistonui-icon.svg (added)
-
tags/1.2.1/assets/js (added)
-
tags/1.2.1/assets/js/admin-dashboard.js (added)
-
tags/1.2.1/assets/js/hero-slider.js (added)
-
tags/1.2.1/assets/js/logo-slider.js (added)
-
tags/1.2.1/assets/js/script.js (added)
-
tags/1.2.1/assets/js/template-manager-minimal.js (added)
-
tags/1.2.1/assets/scss (added)
-
tags/1.2.1/assets/scss/widgets (added)
-
tags/1.2.1/assets/scss/widgets/_sliding-text-bar.scss (added)
-
tags/1.2.1/assets/vendor (added)
-
tags/1.2.1/assets/vendor/bootstrap (added)
-
tags/1.2.1/assets/vendor/bootstrap/bootstrap-grid.min.css (added)
-
tags/1.2.1/assets/vendor/owlcarousel (added)
-
tags/1.2.1/assets/vendor/owlcarousel/assets (added)
-
tags/1.2.1/assets/vendor/owlcarousel/assets/owl.carousel.min.css (added)
-
tags/1.2.1/assets/vendor/owlcarousel/assets/owl.theme.default.min.css (added)
-
tags/1.2.1/assets/vendor/owlcarousel/owl.carousel.min.js (added)
-
tags/1.2.1/includes (added)
-
tags/1.2.1/includes/class-template-exporter-minimal.php (added)
-
tags/1.2.1/includes/class-template-manager-minimal.php (added)
-
tags/1.2.1/languages (added)
-
tags/1.2.1/languages/pistonui.pot (added)
-
tags/1.2.1/notice.php (added)
-
tags/1.2.1/pistonui.php (added)
-
tags/1.2.1/readme.txt (added)
-
tags/1.2.1/templates (added)
-
tags/1.2.1/templates/Template-save2.json (added)
-
tags/1.2.1/templates/Template.json (added)
-
tags/1.2.1/templates/Templateee.json (added)
-
tags/1.2.1/templates/simple-test.json (added)
-
tags/1.2.1/uninstall.php (added)
-
tags/1.2.1/widgets (added)
-
tags/1.2.1/widgets/accordion.php (added)
-
tags/1.2.1/widgets/category_icons_grid.php (added)
-
tags/1.2.1/widgets/counter-stats.php (added)
-
tags/1.2.1/widgets/feature-cards.php (added)
-
tags/1.2.1/widgets/image-comparison.php (added)
-
tags/1.2.1/widgets/logo-slider.php (added)
-
tags/1.2.1/widgets/posts-grid.php (added)
-
tags/1.2.1/widgets/promo-banner.php (added)
-
tags/1.2.1/widgets/rich-title.php (added)
-
tags/1.2.1/widgets/scroll-reveal-cards.php (added)
-
tags/1.2.1/widgets/skills-tabs.php (added)
-
tags/1.2.1/widgets/sliding-hero.php (added)
-
tags/1.2.1/widgets/sliding-text-bar.php (added)
-
tags/1.2.1/widgets/sticky-content.php (added)
-
tags/1.2.1/widgets/tiktok_videos.php (added)
-
tags/1.2.1/widgets/user_reviews.php (added)
-
tags/1.2.1/widgets/video-hero.php (added)
-
tags/1.2.1/widgets/woo (added)
-
tags/1.2.1/widgets/woo/Product_Slider.php (added)
-
tags/1.2.1/widgets/woo/category_showcase.php (added)
-
tags/1.2.1/widgets/woo/products-grid.php (added)
-
tags/1.2.1/widgets/youtube-popup.php (added)
-
trunk/assets/js/admin-dashboard.js (modified) (1 diff)
-
trunk/pistonui.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pistonui/trunk/assets/js/admin-dashboard.js
r3394344 r3396477 10 10 core: [ 11 11 'sliding_hero', 'sliding_text_bar', 'tiktok_videos', 'promo_banner', 'accordion', 12 'logo_slider', 'youtube_popup', 'video_hero', 'sticky_content', 'image_comparison' 12 'logo_slider', 'youtube_popup', 'video_hero', 'sticky_content', 'scroll_reveal_cards', 13 'image_comparison', 'feature_cards', 'counter_stats', 'posts_grid', 'skills_tabs', 'rich_title' 13 14 ], 14 15 woo: [ -
pistonui/trunk/pistonui.php
r3396475 r3396477 3 3 Plugin Name: PistonUI 4 4 Description: High-performance custom widgets for Elementor. 5 Version: 1.2. 05 Version: 1.2.1 6 6 Author: Lasindu Nadishan 7 7 Author URI: https://pistonui.com/lasindu … … 19 19 20 20 // Define plugin constants 21 define( 'PISTONUI_VERSION', '1.2. 0' );21 define( 'PISTONUI_VERSION', '1.2.1' ); 22 22 define( 'PISTONUI_PATH', plugin_dir_path( __FILE__ ) ); 23 23 define( 'PISTONUI_URL', plugin_dir_url( __FILE__ ) ); -
pistonui/trunk/readme.txt
r3396475 r3396477 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 125 125 126 126 == Changelog == 127 = 1.2.1 = 128 - Fix: Dashboard "Activate All" toggle now properly activates all 16 core widgets (was missing 6 widgets in JavaScript array) 129 - Fix: WordPress coding standards compliance - All output properly escaped for security 130 - Fix: Replaced deprecated file functions with WordPress filesystem API (WP_Filesystem) 131 - Fix: Added missing translators comment for internationalization 132 - Improved: Code quality and WordPress.org plugin repository compliance 133 127 134 = 1.2.0 = 128 135 - New: Skills Tabs widget - Tabbed interface with progress bars, icons, and descriptions for showcasing skills or services
Note: See TracChangeset
for help on using the changeset viewer.