Changeset 3147755
- Timestamp:
- 09/06/2024 06:50:19 PM (6 months ago)
- Location:
- tuxedo-big-file-uploads
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
tuxedo-big-file-uploads/tags/2.1.3/readme.txt
r2984081 r3147755 3 3 Tags: increase file size limit, increase upload limit, max upload file size, post max size, upload limit, file upload, files uploader, ftp, video uploader, AJAX 4 4 Requires at least: 5.3 5 Tested up to: 6. 46 Stable tag: 2.1. 25 Tested up to: 6.6.1 6 Stable tag: 2.1.3 7 7 Requires PHP: 5.6 8 8 License: GPLv2 … … 107 107 == Changelog == 108 108 109 2.1.3 - 2024-9-6 110 ---------------------------------------------------------------------- 111 - Fix for Authenticated (Author+) Full Path Disclosure vulnerability in error messages. Props @netc4t 112 109 113 2.1.2 - 2023-10-25 110 114 ---------------------------------------------------------------------- -
tuxedo-big-file-uploads/tags/2.1.3/tuxedo_big_file_uploads.php
r2984081 r3147755 3 3 * Plugin Name: Big File Uploads 4 4 * Description: Enable large file uploads in the built-in WordPress media uploader via multipart uploads, and set maximum upload file size to any value based on user role. Uploads can be as large as available disk space allows. 5 * Version: 2.1. 25 * Version: 2.1.3 6 6 * Author: Infinite Uploads 7 7 * Author URI: https://infiniteuploads.com/?utm_source=bfu_plugin&utm_medium=plugin&utm_campaign=bfu_plugin&utm_content=meta … … 25 25 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 26 26 * 27 * Copyright 2021 UglyRobot, LLC27 * Copyright 2021-2024 UglyRobot, LLC 28 28 * 29 29 * @package BigFileUploads … … 35 35 } 36 36 37 define( 'BIG_FILE_UPLOADS_VERSION', '2.1. 2' );37 define( 'BIG_FILE_UPLOADS_VERSION', '2.1.3' ); 38 38 39 39 /** … … 176 176 $default_chunk = $max_chunk / KB_IN_BYTES; 177 177 } 178 //define( 'BIG_FILE_UPLOADS_CHUNK_SIZE_KB', 512 );//TODO remove 178 179 179 if ( ! defined( 'BIG_FILE_UPLOADS_CHUNK_SIZE_KB' ) ) { 180 180 define( 'BIG_FILE_UPLOADS_CHUNK_SIZE_KB', $default_chunk ); … … 599 599 'success' => false, 600 600 'data' => array( 601 'message' => sprintf( __( 'There was an error opening the temp file %s for writing. Available temp directory space may be exceeded or the temp file was cleaned up before the upload completed.', 'tuxedo-big-file-uploads' ), esc_html( $filePath )),601 'message' => __( 'There was an error opening the temp file for writing. Available temp directory space may be exceeded or the temp file was cleaned up before the upload completed.', 'tuxedo-big-file-uploads' ), 602 602 'filename' => esc_html( $fileName ), 603 603 ), … … 618 618 esc_html( $fileName ) 619 619 ), 620 sprintf( __( 'There was an error opening the temp file %s for writing. Available temp directory space may be exceeded or the temp file was cleaned up before the upload completed.', 'tuxedo-big-file-uploads' ), esc_html( $filePath ))620 __( 'There was an error opening the temp file for writing. Available temp directory space may be exceeded or the temp file was cleaned up before the upload completed.', 'tuxedo-big-file-uploads' ) 621 621 ); 622 622 exit; -
tuxedo-big-file-uploads/trunk/readme.txt
r2984081 r3147755 3 3 Tags: increase file size limit, increase upload limit, max upload file size, post max size, upload limit, file upload, files uploader, ftp, video uploader, AJAX 4 4 Requires at least: 5.3 5 Tested up to: 6. 46 Stable tag: 2.1. 25 Tested up to: 6.6.1 6 Stable tag: 2.1.3 7 7 Requires PHP: 5.6 8 8 License: GPLv2 … … 107 107 == Changelog == 108 108 109 2.1.3 - 2024-9-6 110 ---------------------------------------------------------------------- 111 - Fix for Authenticated (Author+) Full Path Disclosure vulnerability in error messages. Props @netc4t 112 109 113 2.1.2 - 2023-10-25 110 114 ---------------------------------------------------------------------- -
tuxedo-big-file-uploads/trunk/tuxedo_big_file_uploads.php
r2984081 r3147755 3 3 * Plugin Name: Big File Uploads 4 4 * Description: Enable large file uploads in the built-in WordPress media uploader via multipart uploads, and set maximum upload file size to any value based on user role. Uploads can be as large as available disk space allows. 5 * Version: 2.1. 25 * Version: 2.1.3 6 6 * Author: Infinite Uploads 7 7 * Author URI: https://infiniteuploads.com/?utm_source=bfu_plugin&utm_medium=plugin&utm_campaign=bfu_plugin&utm_content=meta … … 25 25 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 26 26 * 27 * Copyright 2021 UglyRobot, LLC27 * Copyright 2021-2024 UglyRobot, LLC 28 28 * 29 29 * @package BigFileUploads … … 35 35 } 36 36 37 define( 'BIG_FILE_UPLOADS_VERSION', '2.1. 2' );37 define( 'BIG_FILE_UPLOADS_VERSION', '2.1.3' ); 38 38 39 39 /** … … 176 176 $default_chunk = $max_chunk / KB_IN_BYTES; 177 177 } 178 //define( 'BIG_FILE_UPLOADS_CHUNK_SIZE_KB', 512 );//TODO remove 178 179 179 if ( ! defined( 'BIG_FILE_UPLOADS_CHUNK_SIZE_KB' ) ) { 180 180 define( 'BIG_FILE_UPLOADS_CHUNK_SIZE_KB', $default_chunk ); … … 599 599 'success' => false, 600 600 'data' => array( 601 'message' => sprintf( __( 'There was an error opening the temp file %s for writing. Available temp directory space may be exceeded or the temp file was cleaned up before the upload completed.', 'tuxedo-big-file-uploads' ), esc_html( $filePath )),601 'message' => __( 'There was an error opening the temp file for writing. Available temp directory space may be exceeded or the temp file was cleaned up before the upload completed.', 'tuxedo-big-file-uploads' ), 602 602 'filename' => esc_html( $fileName ), 603 603 ), … … 618 618 esc_html( $fileName ) 619 619 ), 620 sprintf( __( 'There was an error opening the temp file %s for writing. Available temp directory space may be exceeded or the temp file was cleaned up before the upload completed.', 'tuxedo-big-file-uploads' ), esc_html( $filePath ))620 __( 'There was an error opening the temp file for writing. Available temp directory space may be exceeded or the temp file was cleaned up before the upload completed.', 'tuxedo-big-file-uploads' ) 621 621 ); 622 622 exit;
Note: See TracChangeset
for help on using the changeset viewer.