Plugin Directory

Changeset 3442198


Ignore:
Timestamp:
01/19/2026 04:46:56 AM (2 months ago)
Author:
codename065
Message:

2.0.1 - 2026.01.19

Fixed an issue with the author dashboard widget

Location:
wpdm-elementor/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wpdm-elementor/trunk/readme.txt

    r3427512 r3442198  
    3939
    4040== Changelog ==
     41
     42= 2.0.1 - 2026.01.19 =
     43🐞 Fixed an issue with the author dashboard widget
    4144
    4245= 2.0.0 - 2025.12.26 =
  • wpdm-elementor/trunk/src/widgets/FrontendWidget.php

    r3427512 r3442198  
    9696
    9797        // Convert hide array to comma-separated string
    98         if (!empty($settings['hide']) && is_array($settings['hide'])) {
     98        if (isset($settings['hide']) && is_array($settings['hide'])) {
    9999            $settings['hide'] = implode(',', array_map('sanitize_text_field', $settings['hide']));
    100100        }
  • wpdm-elementor/trunk/wpdm-elementor.php

    r3427512 r3442198  
    44 * Plugin URI: https://www.wpdownloadmanager.com/download/wpdm-elementor/
    55 * Description: Download Manger modules for Elementor
    6  * Version: 2.0.0
     6 * Version: 2.0.1
    77 * Author: WordPress Download Manager
    88 * Text Domain: wpdm-elementor
Note: See TracChangeset for help on using the changeset viewer.