Changeset 3439583
- Timestamp:
- 01/14/2026 01:48:11 PM (8 weeks ago)
- Location:
- shared-files
- Files:
-
- 8 edited
- 1 copied
-
tags/1.7.58 (copied) (copied from shared-files/trunk)
-
tags/1.7.58/README.txt (modified) (4 diffs)
-
tags/1.7.58/admin/class-sf-admin-query.php (modified) (1 diff)
-
tags/1.7.58/languages/shared-files.pot (modified) (3 diffs)
-
tags/1.7.58/shared-files.php (modified) (2 diffs)
-
trunk/README.txt (modified) (4 diffs)
-
trunk/admin/class-sf-admin-query.php (modified) (1 diff)
-
trunk/languages/shared-files.pot (modified) (3 diffs)
-
trunk/shared-files.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shared-files/tags/1.7.58/README.txt
r3418422 r3439583 4 4 Requires at least: 5.9 5 5 Tested up to: 6.9 6 Stable tag: 1.7.5 76 Stable tag: 1.7.58 7 7 Requires PHP: 7.2 8 8 License: GPLv2 … … 108 108 What is the purpose of a file-sharing plugin if not allowing you to easily and quickly find the exact file you're looking for. This is what Shared Files plugin offers to it's users. 109 109 110 Powerful and fast file search functionality based on various defined categories, such as file name, description, and more makes it super easy for Shared Files plugin users to track and find the exact file/document they're looking for.110 Powerful and fast file search functionality based on defined file data, such as file name, description, and more makes it super easy for Shared Files plugin users to track and find the exact file/document they're looking for. 111 111 112 112 = Previewing files = … … 156 156 == Shared Files FREE – a simple solution for file management and download tracking == 157 157 158 * Fast search of all files targeting all the defined file/document categories, e.g. name and description158 * Fast search of all files targeting all visible data on the file card, e.g. name and description 159 159 * Frontend file upload with tag support for logged-in users 160 160 * Wait for the Countdown page with a counter and automatic download when the counter reaches zero … … 284 284 == Changelog == 285 285 286 = 1.7.58 - 2026-01-14 = 287 * (Free + All plans) Tweaks and fixes 288 286 289 = 1.7.57 - 2025-12-12 = 287 290 * (Free + All plans) Fixed an issue related to deleting the featured image from the media library when deleting a file -
shared-files/tags/1.7.58/admin/class-sf-admin-query.php
r3346941 r3439583 130 130 echo '<pre>' . var_dump( esc_html( $filename ) ) . '</pre>'; 131 131 echo '<pre>' . var_dump( esc_html( $filename_fallback ) ) . '</pre>'; 132 wp_die(); 133 } 134 $wp_upload_dir = wp_upload_dir(); 135 $sf_upload_dir = $wp_upload_dir['basedir'] . DIRECTORY_SEPARATOR . 'shared-files' . DIRECTORY_SEPARATOR; 136 $realFilePath = realpath( $filename ); 137 $realBasePath = realpath( $sf_upload_dir ) . DIRECTORY_SEPARATOR; 138 if ( $realFilePath === false || strpos( $realFilePath, $realBasePath ) !== 0 ) { 139 echo '<pre>ERROR CODE: 200152</pre>'; 140 if ( is_super_admin() ) { 141 echo '<pre>' . esc_html__( 'Debug info for admin:', 'shared-files' ) . '</pre>'; 142 echo '<pre>' . esc_html( var_dump( $filename ) ) . '</pre>'; 143 echo '<pre>' . esc_html( var_dump( $realFilePath ) ) . '</pre>'; 144 echo '<pre>' . esc_html( var_dump( $realBasePath ) ) . '</pre>'; 145 } 132 146 wp_die(); 133 147 } -
shared-files/tags/1.7.58/languages/shared-files.pot
r3418422 r3439583 1 # Copyright (C) 202 5Shared Files – File Upload Form1 # Copyright (C) 2026 Shared Files – File Upload Form 2 2 # This file is distributed under the GPL-2.0+. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Shared Files 1.7.5 7\n"5 "Project-Id-Version: Shared Files 1.7.58\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/trunk\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 5-12-12T18:45:06+02:00\n"12 "POT-Creation-Date: 2026-01-14T15:46:02+02:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" … … 912 912 msgstr "" 913 913 914 #: admin/class-sf-admin-query.php:135 914 #: admin/class-sf-admin-query.php:141 915 msgid "Debug info for admin:" 916 msgstr "" 917 918 #: admin/class-sf-admin-query.php:149 915 919 msgid "File not found:" 916 920 msgstr "" -
shared-files/tags/1.7.58/shared-files.php
r3418422 r3439583 16 16 * Plugin Name: Shared Files 17 17 * Description: A simple yet effective tool to list downloadable files on your site. 18 * Version: 1.7.5 718 * Version: 1.7.58 19 19 * Author: Shared Files – File Upload Form 20 20 * Author URI: https://www.sharedfilespro.com … … 146 146 * Rename this for your plugin and update it as you release new versions. 147 147 */ 148 define( 'SHARED_FILES_VERSION', '1.7.5 6' );148 define( 'SHARED_FILES_VERSION', '1.7.58' ); 149 149 define( 'SHARED_FILES_URI', plugin_dir_url( __FILE__ ) ); 150 150 define( 'SHARED_FILES_PATH', plugin_dir_path( __FILE__ ) ); -
shared-files/trunk/README.txt
r3418422 r3439583 4 4 Requires at least: 5.9 5 5 Tested up to: 6.9 6 Stable tag: 1.7.5 76 Stable tag: 1.7.58 7 7 Requires PHP: 7.2 8 8 License: GPLv2 … … 108 108 What is the purpose of a file-sharing plugin if not allowing you to easily and quickly find the exact file you're looking for. This is what Shared Files plugin offers to it's users. 109 109 110 Powerful and fast file search functionality based on various defined categories, such as file name, description, and more makes it super easy for Shared Files plugin users to track and find the exact file/document they're looking for.110 Powerful and fast file search functionality based on defined file data, such as file name, description, and more makes it super easy for Shared Files plugin users to track and find the exact file/document they're looking for. 111 111 112 112 = Previewing files = … … 156 156 == Shared Files FREE – a simple solution for file management and download tracking == 157 157 158 * Fast search of all files targeting all the defined file/document categories, e.g. name and description158 * Fast search of all files targeting all visible data on the file card, e.g. name and description 159 159 * Frontend file upload with tag support for logged-in users 160 160 * Wait for the Countdown page with a counter and automatic download when the counter reaches zero … … 284 284 == Changelog == 285 285 286 = 1.7.58 - 2026-01-14 = 287 * (Free + All plans) Tweaks and fixes 288 286 289 = 1.7.57 - 2025-12-12 = 287 290 * (Free + All plans) Fixed an issue related to deleting the featured image from the media library when deleting a file -
shared-files/trunk/admin/class-sf-admin-query.php
r3346941 r3439583 130 130 echo '<pre>' . var_dump( esc_html( $filename ) ) . '</pre>'; 131 131 echo '<pre>' . var_dump( esc_html( $filename_fallback ) ) . '</pre>'; 132 wp_die(); 133 } 134 $wp_upload_dir = wp_upload_dir(); 135 $sf_upload_dir = $wp_upload_dir['basedir'] . DIRECTORY_SEPARATOR . 'shared-files' . DIRECTORY_SEPARATOR; 136 $realFilePath = realpath( $filename ); 137 $realBasePath = realpath( $sf_upload_dir ) . DIRECTORY_SEPARATOR; 138 if ( $realFilePath === false || strpos( $realFilePath, $realBasePath ) !== 0 ) { 139 echo '<pre>ERROR CODE: 200152</pre>'; 140 if ( is_super_admin() ) { 141 echo '<pre>' . esc_html__( 'Debug info for admin:', 'shared-files' ) . '</pre>'; 142 echo '<pre>' . esc_html( var_dump( $filename ) ) . '</pre>'; 143 echo '<pre>' . esc_html( var_dump( $realFilePath ) ) . '</pre>'; 144 echo '<pre>' . esc_html( var_dump( $realBasePath ) ) . '</pre>'; 145 } 132 146 wp_die(); 133 147 } -
shared-files/trunk/languages/shared-files.pot
r3418422 r3439583 1 # Copyright (C) 202 5Shared Files – File Upload Form1 # Copyright (C) 2026 Shared Files – File Upload Form 2 2 # This file is distributed under the GPL-2.0+. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Shared Files 1.7.5 7\n"5 "Project-Id-Version: Shared Files 1.7.58\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/trunk\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 202 5-12-12T18:45:06+02:00\n"12 "POT-Creation-Date: 2026-01-14T15:46:02+02:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" … … 912 912 msgstr "" 913 913 914 #: admin/class-sf-admin-query.php:135 914 #: admin/class-sf-admin-query.php:141 915 msgid "Debug info for admin:" 916 msgstr "" 917 918 #: admin/class-sf-admin-query.php:149 915 919 msgid "File not found:" 916 920 msgstr "" -
shared-files/trunk/shared-files.php
r3418422 r3439583 16 16 * Plugin Name: Shared Files 17 17 * Description: A simple yet effective tool to list downloadable files on your site. 18 * Version: 1.7.5 718 * Version: 1.7.58 19 19 * Author: Shared Files – File Upload Form 20 20 * Author URI: https://www.sharedfilespro.com … … 146 146 * Rename this for your plugin and update it as you release new versions. 147 147 */ 148 define( 'SHARED_FILES_VERSION', '1.7.5 6' );148 define( 'SHARED_FILES_VERSION', '1.7.58' ); 149 149 define( 'SHARED_FILES_URI', plugin_dir_url( __FILE__ ) ); 150 150 define( 'SHARED_FILES_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.