Plugin Directory

Changeset 3439583


Ignore:
Timestamp:
01/14/2026 01:48:11 PM (8 weeks ago)
Author:
anssilaitila
Message:

1.7.58

Location:
shared-files
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • shared-files/tags/1.7.58/README.txt

    r3418422 r3439583  
    44Requires at least: 5.9
    55Tested up to: 6.9
    6 Stable tag: 1.7.57
     6Stable tag: 1.7.58
    77Requires PHP: 7.2
    88License: GPLv2
     
    108108What 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.
    109109
    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.
     110Powerful 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.
    111111
    112112= Previewing files =
     
    156156== Shared Files FREE – a simple solution for file management and download tracking ==
    157157
    158 * Fast search of all files targeting all the defined file/document categories, e.g. name and description
     158* Fast search of all files targeting all visible data on the file card, e.g. name and description
    159159* Frontend file upload with tag support for logged-in users
    160160* Wait for the Countdown page with a counter and automatic download when the counter reaches zero
     
    284284== Changelog ==
    285285
     286= 1.7.58 - 2026-01-14 =
     287* (Free + All plans) Tweaks and fixes
     288
    286289= 1.7.57 - 2025-12-12 =
    287290* (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  
    130130                        echo '<pre>' . var_dump( esc_html( $filename ) ) . '</pre>';
    131131                        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                        }
    132146                        wp_die();
    133147                    }
  • shared-files/tags/1.7.58/languages/shared-files.pot

    r3418422 r3439583  
    1 # Copyright (C) 2025 Shared Files – File Upload Form
     1# Copyright (C) 2026 Shared Files – File Upload Form
    22# This file is distributed under the GPL-2.0+.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Shared Files 1.7.57\n"
     5"Project-Id-Version: Shared Files 1.7.58\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/trunk\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-12-12T18:45:06+02:00\n"
     12"POT-Creation-Date: 2026-01-14T15:46:02+02:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.11.0\n"
     
    912912msgstr ""
    913913
    914 #: admin/class-sf-admin-query.php:135
     914#: admin/class-sf-admin-query.php:141
     915msgid "Debug info for admin:"
     916msgstr ""
     917
     918#: admin/class-sf-admin-query.php:149
    915919msgid "File not found:"
    916920msgstr ""
  • shared-files/tags/1.7.58/shared-files.php

    r3418422 r3439583  
    1616 * Plugin Name:       Shared Files
    1717 * Description:       A simple yet effective tool to list downloadable files on your site.
    18  * Version:           1.7.57
     18 * Version:           1.7.58
    1919 * Author:            Shared Files – File Upload Form
    2020 * Author URI:        https://www.sharedfilespro.com
     
    146146     * Rename this for your plugin and update it as you release new versions.
    147147     */
    148     define( 'SHARED_FILES_VERSION', '1.7.56' );
     148    define( 'SHARED_FILES_VERSION', '1.7.58' );
    149149    define( 'SHARED_FILES_URI', plugin_dir_url( __FILE__ ) );
    150150    define( 'SHARED_FILES_PATH', plugin_dir_path( __FILE__ ) );
  • shared-files/trunk/README.txt

    r3418422 r3439583  
    44Requires at least: 5.9
    55Tested up to: 6.9
    6 Stable tag: 1.7.57
     6Stable tag: 1.7.58
    77Requires PHP: 7.2
    88License: GPLv2
     
    108108What 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.
    109109
    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.
     110Powerful 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.
    111111
    112112= Previewing files =
     
    156156== Shared Files FREE – a simple solution for file management and download tracking ==
    157157
    158 * Fast search of all files targeting all the defined file/document categories, e.g. name and description
     158* Fast search of all files targeting all visible data on the file card, e.g. name and description
    159159* Frontend file upload with tag support for logged-in users
    160160* Wait for the Countdown page with a counter and automatic download when the counter reaches zero
     
    284284== Changelog ==
    285285
     286= 1.7.58 - 2026-01-14 =
     287* (Free + All plans) Tweaks and fixes
     288
    286289= 1.7.57 - 2025-12-12 =
    287290* (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  
    130130                        echo '<pre>' . var_dump( esc_html( $filename ) ) . '</pre>';
    131131                        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                        }
    132146                        wp_die();
    133147                    }
  • shared-files/trunk/languages/shared-files.pot

    r3418422 r3439583  
    1 # Copyright (C) 2025 Shared Files – File Upload Form
     1# Copyright (C) 2026 Shared Files – File Upload Form
    22# This file is distributed under the GPL-2.0+.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Shared Files 1.7.57\n"
     5"Project-Id-Version: Shared Files 1.7.58\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/trunk\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-12-12T18:45:06+02:00\n"
     12"POT-Creation-Date: 2026-01-14T15:46:02+02:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.11.0\n"
     
    912912msgstr ""
    913913
    914 #: admin/class-sf-admin-query.php:135
     914#: admin/class-sf-admin-query.php:141
     915msgid "Debug info for admin:"
     916msgstr ""
     917
     918#: admin/class-sf-admin-query.php:149
    915919msgid "File not found:"
    916920msgstr ""
  • shared-files/trunk/shared-files.php

    r3418422 r3439583  
    1616 * Plugin Name:       Shared Files
    1717 * Description:       A simple yet effective tool to list downloadable files on your site.
    18  * Version:           1.7.57
     18 * Version:           1.7.58
    1919 * Author:            Shared Files – File Upload Form
    2020 * Author URI:        https://www.sharedfilespro.com
     
    146146     * Rename this for your plugin and update it as you release new versions.
    147147     */
    148     define( 'SHARED_FILES_VERSION', '1.7.56' );
     148    define( 'SHARED_FILES_VERSION', '1.7.58' );
    149149    define( 'SHARED_FILES_URI', plugin_dir_url( __FILE__ ) );
    150150    define( 'SHARED_FILES_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.