Plugin Directory

Changeset 3254774


Ignore:
Timestamp:
03/12/2025 12:45:03 PM (13 months ago)
Author:
3skel
Message:

1.0.21 Fixed files order by date

Location:
hypertransfer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hypertransfer/trunk/hypertransfer.php

    r3249887 r3254774  
    55 * License:           GPL v2 or later
    66 * Description:       This plugin is used for the rapid and easy transfer of files, stored on your web space, via links. Valid alternative to file transfer sites, with the advantage of having no transfer deadline, the files are stored on your private web space and customers will be able to visit the website via the download page.
    7  * Version:           1.0.20
     7 * Version:           1.0.21
    88 * Requires at least: 6.3
    99 * Requires PHP:      7.4
     
    2222
    2323// Definisce la directory e variabili globali
    24 
    25 
    26 define('HYPERTRANSFER_PRO_MIN', '1.0.19'); // Versione Pro Minima per funzionare con questa versione  BASE
     24define('HYPERTRANSFER_PRO_MIN', '1.0.19'); // Versione Pro Minima per funzionare con questa versione BASE
    2725
    2826define('HYPERTRANSFER_UPLOAD_DIR', wp_upload_dir()['basedir'] . '/HyperTransferFile/');
  • hypertransfer/trunk/readme.txt

    r3249887 r3254774  
    11=== HyperTransfer ===
    22Contributors: 3skel
    3 Tags: file, transfer, sender, share, wp transfer
     3Tags: file, transfer, sender, share
    44Tested up to: 6.7
    5 Stable tag: 1.0.20
     5Stable tag: 1.0.21
    66Requires PHP: 7.4
    77License: GPLv2
     
    1111== Description ==
    1212 
    13 This lightweight plugin enables fast file transfers via direct links, using your own web space. It serves as a reliable alternative to traditional file transfer services, with the added benefit of no expiration on transfers. Files remain securely stored on your private web space, allowing clients to access them anytime through a dedicated download page.
     13This lightweight file transfer plugin enables fast and secure file sharing via direct links, leveraging your own web space. Unlike traditional file transfer services, Hypertransfer ensures that your files never expire, giving you full control over storage and access. Files are securely stored on your private server, allowing clients to download them anytime through a dedicated, customizable download page.
     14
    1415 
    1516= Special Features =
     
    3839 
    3940= What is the maximum size of uploadable files? =
    40 The tests is up to 2.0 Gb but it's probabily it can work with larger file.
     41It's is for file up to 2.0 Gb but it can work with larger file.
    4142 
    4243= Why is it advantageous to use HyperTransfer? =
     
    4647
    4748= What can you do within the admin panel? =
    48 You can delete the files, see if the file has already been downloaded, copy the quick link (the download will start immediately).
     49You can delete the files, see if the file has already been downloaded, copy the rapid link (the download will start immediately).
    4950 
    5051== Screenshots ==
     
    7071Add version var to check PRO compatibility.
    7172
     73= 1.0.21 =
     74Fixed files order by date
    7275
    7376== Language ==
Note: See TracChangeset for help on using the changeset viewer.