Changeset 3442198
- Timestamp:
- 01/19/2026 04:46:56 AM (2 months ago)
- Location:
- wpdm-elementor/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
src/widgets/FrontendWidget.php (modified) (1 diff)
-
wpdm-elementor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpdm-elementor/trunk/readme.txt
r3427512 r3442198 39 39 40 40 == Changelog == 41 42 = 2.0.1 - 2026.01.19 = 43 🐞 Fixed an issue with the author dashboard widget 41 44 42 45 = 2.0.0 - 2025.12.26 = -
wpdm-elementor/trunk/src/widgets/FrontendWidget.php
r3427512 r3442198 96 96 97 97 // 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'])) { 99 99 $settings['hide'] = implode(',', array_map('sanitize_text_field', $settings['hide'])); 100 100 } -
wpdm-elementor/trunk/wpdm-elementor.php
r3427512 r3442198 4 4 * Plugin URI: https://www.wpdownloadmanager.com/download/wpdm-elementor/ 5 5 * Description: Download Manger modules for Elementor 6 * Version: 2.0. 06 * Version: 2.0.1 7 7 * Author: WordPress Download Manager 8 8 * Text Domain: wpdm-elementor
Note: See TracChangeset
for help on using the changeset viewer.