Plugin Directory

Changeset 2376663


Ignore:
Timestamp:
09/07/2020 04:55:40 PM (6 years ago)
Author:
jakeob
Message:

Updated example of upload directory.

Location:
simple-ftp-directory-lister
Files:
17 added
3 edited

Legend:

Unmodified
Added
Removed
  • simple-ftp-directory-lister/trunk/assets/sfdl-options.php

    r2265905 r2376663  
    244244        printf(
    245245            '<input type="text" id="id_path_to_folder" style="min-width:500px;" name="simple_file_directory_lister_option_name[id_path_to_folder]" value="%s" />
    246             <br><span style="margin-top:10px; font-size:12px; color: red;">E.g. /wp-content/your-folder</span></b><br>' . $pathcheck,
     246            <br><span style="margin-top:10px; font-size:12px; color: red;">E.g. /wp-content/uploads/your-folder</span></b><br>' . $pathcheck,
    247247            isset( $this->options['id_path_to_folder'] ) ? esc_attr( $this->options['id_path_to_folder']) : ''
    248248        );
  • simple-ftp-directory-lister/trunk/readme.txt

    r2277029 r2376663  
    66Tested up to: 5.4
    77Requires PHP: 7.2
    8 Stable tag: 1.4.2
     8Stable tag: 1.4.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7070 
    7171== Changelog ==
     72= 1.4.3 =
     73Updated example of upload directory.
    7274= 1.4.2 =
    7375* Added icon and text if main folder is empty. (Usable mostly when calling script from ajax calls)
  • simple-ftp-directory-lister/trunk/simple-ftp-directory-lister.php

    r2266075 r2376663  
    33 * Plugin Name:       Simple FTP Directory Lister
    44 * Description:       Choose folder from FTP - WP UPLOAD DIRECTORY - and display all its files and subfolders. Easy integration.
    5  * Version:           1.4.2
     5 * Version:           1.4.3
    66 * Requires at least: 5.2
    77 * Requires PHP:      7.2
Note: See TracChangeset for help on using the changeset viewer.