Plugin Directory

Changeset 3423731


Ignore:
Timestamp:
12/19/2025 01:54:19 PM (2 months ago)
Author:
wpcoder75
Message:

admin issue fixed

Location:
daily-slider
Files:
39 added
8 edited

Legend:

Unmodified
Added
Removed
  • daily-slider/trunk/admin/welcome-page.php

    r3423716 r3423731  
    258258        }
    259259        .new-widget-notice {
    260             background: linear-gradient(135deg, #ff9a56 0%, #ff6b35 100%);
     260            background: linear-gradient(135deg, #000000 0%, #ff6b35 100%);
    261261            border-radius: 12px;
    262262            padding: 24px;
     
    270270            justify-content: center;
    271271            gap: 20px;
    272             text-align: center;
     272            text-align: left;
    273273        }
    274274        .notice-icon {
     
    286286            color: #fff200;
    287287            font-size: 28px;
     288            display: block;
     289            width: 28px;
     290            height: 28px;
    288291        }
    289292        .notice-text {
  • daily-slider/trunk/daily-slider.php

    r3423716 r3423731  
    33 * Plugin Name: Daily Slider
    44 * Description: Enhance Elementor with customizable hero sliders, review carousels, and portfolio showcases, featuring responsive design, animations, and hover effects.
    5  * Version: 2.4.0
     5 * Version: 2.5.0
    66 * Author: wpcoder75
    77 * Author URI: https://github.com/asikwp75
  • daily-slider/trunk/readme.txt

    r3423716 r3423731  
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable Tag: 2.4.0
     6Stable Tag: 2.5.0
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    110110== Changelog ==
    111111
    112 ### = 2.4.0 [19th December 2025] =
     112### = 2.5.0 [19th December 2025] =
    113113
    114114* Added: **Testimonials Marquee Widget** — brand new dedicated widget for showcasing customer testimonials in a scrolling format.
     
    116116* Added: User profile section with author names, company details, and professional images.
    117117* Added: Comprehensive styling controls for testimonial cards including background, borders, shadows, and hover effects.
    118 * Added: Responsive width controls for both individual cards and container with support for px, %, and vw units.
    119 * Added: Advanced typography controls for testimonial content, author names, and company information.
    120 * Fixed: Elementor controls structure — resolved "Undefined array key 'tabs_wrapper'" warning with proper tabs organization.
    121 * Fixed: Class naming consistency — resolved TestimonialsMarquee_Widget class registration issues.
    122 * Enhanced: Text overflow handling with proper CSS controls for better content display.
    123 * Improved: Code structure with organized function declarations and duplicate removal.
     118* Added: Responsive width controls for both individual cards and container with support for px, %, and vw
    124119
    125120### = 2.3.0 [12th December 2025] =
  • daily-slider/trunk/widgets/eldorado/eldorado.php

    r3230738 r3423731  
    1717   
    1818    public function get_title() {
    19         return __('Eldorado', 'daily-slider');
     19        return __('Eldorado (DS)', 'daily-slider');
    2020    }
    2121
  • daily-slider/trunk/widgets/marquee/marquee.php

    r3417895 r3423731  
    2323
    2424    public function get_title() {
    25         return esc_html__('Marquee Slider', 'daily-slider');
     25        return esc_html__('Marquee (DS)', 'daily-slider');
    2626    }
    2727
  • daily-slider/trunk/widgets/pixel/pixel.php

    r3351312 r3423731  
    1818
    1919    public function get_title() {
    20         return __( 'Pixel', 'daily-slider' );
     20        return __( 'Pixel (DS)', 'daily-slider' );
    2121    }
    2222
  • daily-slider/trunk/widgets/review-carousel/review-carousel.php

    r3230738 r3423731  
    1717   
    1818    public function get_title() {
    19         return __('Review Carousel', 'daily-slider');
     19        return __('Review Carousel (DS)', 'daily-slider');
    2020    }
    2121
  • daily-slider/trunk/widgets/testimonials-marquee/testimonials-marquee.php

    r3423716 r3423731  
    2323
    2424    public function get_title() {
    25         return esc_html__('Testimonials Marquee', 'daily-slider');
     25        return esc_html__('Testimonials Marquee (DS)', 'daily-slider');
    2626    }
    2727
Note: See TracChangeset for help on using the changeset viewer.