Changeset 3446732
- Timestamp:
- 01/25/2026 11:12:43 PM (2 months ago)
- Location:
- web-solution-logo-slider/tags/1.0.0
- Files:
-
- 1 added
- 2 edited
-
includes/admin-donate.php (added)
-
readme.txt (modified) (2 diffs)
-
web-solution-logo-slider.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
web-solution-logo-slider/tags/1.0.0/readme.txt
r3422295 r3446732 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 … … 21 21 == Changelog == 22 22 23 = 1.0.0 = 24 * Initial release of Web Solution Logo Slider. 25 * Logo slider with shortcode support. 26 * Admin panel for adding, editing and ordering logos. 27 * Live preview inside the admin panel. 28 * Per-device settings for slides, gutter and box height. 29 * Automatic responsive padding. 30 * Arrows, autoplay and hover animations. 31 * Fully local assets (no external CDN). 32 * 100% WordPress PluginCheck compliant. 23 = 1.0.1 = 24 * Added PayPal donate box in dashboard and plugin admin panel 25 * Minor admin improvements -
web-solution-logo-slider/tags/1.0.0/web-solution-logo-slider.php
r3422296 r3446732 40 40 wsls_run_plugin(); 41 41 42 if ( is_admin() ) { 43 $donate_file = WSLS_PLUGIN_DIR . 'includes/admin-donate.php'; 44 if ( file_exists( $donate_file ) ) { 45 require_once $donate_file; 46 } 47 }
Note: See TracChangeset
for help on using the changeset viewer.