Changeset 2376663
- Timestamp:
- 09/07/2020 04:55:40 PM (6 years ago)
- Location:
- simple-ftp-directory-lister
- Files:
-
- 17 added
- 3 edited
-
tags/1.4.3 (added)
-
tags/1.4.3/assets (added)
-
tags/1.4.3/assets/css (added)
-
tags/1.4.3/assets/css/simple-ftp-directory-lister-horizontal-mobile.css (added)
-
tags/1.4.3/assets/css/simple-ftp-directory-lister-horizontal.css (added)
-
tags/1.4.3/assets/css/simple-ftp-directory-lister-icons.css (added)
-
tags/1.4.3/assets/css/simple-ftp-directory-lister-vertical.css (added)
-
tags/1.4.3/assets/css/simple-ftp-directory-lister.css (added)
-
tags/1.4.3/assets/img (added)
-
tags/1.4.3/assets/img/sfdl-loading-gif.gif (added)
-
tags/1.4.3/assets/js (added)
-
tags/1.4.3/assets/js/jquery-3.4.1.js (added)
-
tags/1.4.3/assets/js/jquery-3.4.1.min.js (added)
-
tags/1.4.3/assets/js/simple-ftp-directory-lister.js (added)
-
tags/1.4.3/assets/sfdl-options.php (added)
-
tags/1.4.3/readme.txt (added)
-
tags/1.4.3/simple-ftp-directory-lister.php (added)
-
trunk/assets/sfdl-options.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple-ftp-directory-lister.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-ftp-directory-lister/trunk/assets/sfdl-options.php
r2265905 r2376663 244 244 printf( 245 245 '<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, 247 247 isset( $this->options['id_path_to_folder'] ) ? esc_attr( $this->options['id_path_to_folder']) : '' 248 248 ); -
simple-ftp-directory-lister/trunk/readme.txt
r2277029 r2376663 6 6 Tested up to: 5.4 7 7 Requires PHP: 7.2 8 Stable tag: 1.4. 28 Stable tag: 1.4.3 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 70 70 71 71 == Changelog == 72 = 1.4.3 = 73 Updated example of upload directory. 72 74 = 1.4.2 = 73 75 * 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 3 3 * Plugin Name: Simple FTP Directory Lister 4 4 * Description: Choose folder from FTP - WP UPLOAD DIRECTORY - and display all its files and subfolders. Easy integration. 5 * Version: 1.4. 25 * Version: 1.4.3 6 6 * Requires at least: 5.2 7 7 * Requires PHP: 7.2
Note: See TracChangeset
for help on using the changeset viewer.