Plugin Directory

Changeset 3245529


Ignore:
Timestamp:
02/24/2025 08:06:47 AM (13 months ago)
Author:
maennchen1.de
Message:

Release 0.21

Location:
m1downloadlist
Files:
32 added
2 edited

Legend:

Unmodified
Added
Removed
  • m1downloadlist/tags/0.20/index.php

    r3245520 r3245529  
    9191    if(!array_key_exists('noext', $atts)) $atts['noext'] = "";
    9292    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']);
    9494    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']));
    9595   
  • m1downloadlist/trunk/readme.txt

    r3242681 r3245529  
    22Contributors: maennchen1.de
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3QB5NVYBXHSP4&source=url
    4 Tags: attachment, downloads, file, filemanager, files
     4Tags: attachment, downloads, file, files, filemanager
    55Requires at least: 4.0
    66Tested up to: 6.7.2
    77Requires at least PHP: 7.0
    88Tested up to PHP: 8.3.14
    9 Stable tag: 0.20
     9Stable tag: 0.21
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1616This 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.
    1717
    18 * compatible up to PHP7.2
     18* compatible up to PHP 8.3.14
    1919* need PHP extension [mb_string](http://php.net/mb_string)
    2020
     
    8282
    8383== Changelog ==
     84= 0.21 =
     85* bugfix: fixed typo
    8486= 0.20 =
    8587* bugfix: shortcode is now escaped
Note: See TracChangeset for help on using the changeset viewer.