Changeset 3245529
- Timestamp:
- 02/24/2025 08:06:47 AM (13 months ago)
- Location:
- m1downloadlist
- Files:
-
- 32 added
- 2 edited
-
tags/0.20/index.php (modified) (1 diff)
-
tags/0.21 (added)
-
tags/0.21/icons (added)
-
tags/0.21/icons/cfile.gif (added)
-
tags/0.21/icons/cppfile.gif (added)
-
tags/0.21/icons/docfile.gif (added)
-
tags/0.21/icons/exefile.gif (added)
-
tags/0.21/icons/file.gif (added)
-
tags/0.21/icons/folder.gif (added)
-
tags/0.21/icons/hfile.gif (added)
-
tags/0.21/icons/htmfile.gif (added)
-
tags/0.21/icons/imgfile.gif (added)
-
tags/0.21/icons/jsfile.gif (added)
-
tags/0.21/icons/mfile.gif (added)
-
tags/0.21/icons/mpgfile.gif (added)
-
tags/0.21/icons/pdffile.gif (added)
-
tags/0.21/icons/pptfile.gif (added)
-
tags/0.21/icons/rarfile.gif (added)
-
tags/0.21/icons/swffile.gif (added)
-
tags/0.21/icons/txtfile.gif (added)
-
tags/0.21/icons/xlsfile.gif (added)
-
tags/0.21/icons/zipfile.gif (added)
-
tags/0.21/index.php (added)
-
tags/0.21/languages (added)
-
tags/0.21/languages/m1.downloadlist-de_DE.mo (added)
-
tags/0.21/languages/m1.downloadlist-de_DE.po (added)
-
tags/0.21/languages/m1.downloadlist-en_US.mo (added)
-
tags/0.21/languages/m1.downloadlist-en_US.po (added)
-
tags/0.21/languages/m1.downloadlist.pot (added)
-
tags/0.21/main.css (added)
-
tags/0.21/readme.txt (added)
-
tags/0.21/screenshot-1.png (added)
-
tags/0.21/screenshot-2.png (added)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
m1downloadlist/tags/0.20/index.php
r3245520 r3245529 91 91 if(!array_key_exists('noext', $atts)) $atts['noext'] = ""; 92 92 if(!array_key_exists('nobreadcrumb', $atts)) $atts['nobreadcrumb'] = 0; 93 if(!array_key_exists('d', $_REQUEST)) $request['d'] = ""; else $request['d'] = wp_unslash($_REQUEST['d']);93 if(!array_key_exists('d', $_REQUEST)) $request['d'] = ""; else $request['d'] = unslash($_REQUEST['d']); 94 94 if(!array_key_exists('m1dll_index_get', $_REQUEST)) $request['m1dll_index_get'] = ""; else $request['m1dll_index_get'] = sanitize_text_field(wp_unslash($_REQUEST['m1dll_index_get'])); 95 95 -
m1downloadlist/trunk/readme.txt
r3242681 r3245529 2 2 Contributors: maennchen1.de 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3QB5NVYBXHSP4&source=url 4 Tags: attachment, downloads, file, file manager, files4 Tags: attachment, downloads, file, files, filemanager 5 5 Requires at least: 4.0 6 6 Tested up to: 6.7.2 7 7 Requires at least PHP: 7.0 8 8 Tested up to PHP: 8.3.14 9 Stable tag: 0.2 09 Stable tag: 0.21 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 16 16 This plugin easily displays the folders and files from a selected directory. It can be placed by shortcode with the parameters path and target in any post. Uploads must be done by a separate ftp program. No managing options. 17 17 18 * compatible up to PHP 7.218 * compatible up to PHP 8.3.14 19 19 * need PHP extension [mb_string](http://php.net/mb_string) 20 20 … … 82 82 83 83 == Changelog == 84 = 0.21 = 85 * bugfix: fixed typo 84 86 = 0.20 = 85 87 * bugfix: shortcode is now escaped
Note: See TracChangeset
for help on using the changeset viewer.