Plugin Directory

Changeset 3446732


Ignore:
Timestamp:
01/25/2026 11:12:43 PM (2 months ago)
Author:
websolutionnetwork
Message:

svn commit -m "Update trunk to version 1.0.1"

Location:
web-solution-logo-slider/tags/1.0.0
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • web-solution-logo-slider/tags/1.0.0/readme.txt

    r3422295 r3446732  
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77License: GPLv2 or later
    88
     
    2121== Changelog ==
    2222
    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  
    4040wsls_run_plugin();
    4141
     42if ( 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.