Changeset 3254774
- Timestamp:
- 03/12/2025 12:45:03 PM (13 months ago)
- Location:
- hypertransfer/trunk
- Files:
-
- 2 edited
-
hypertransfer.php (modified) (2 diffs)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hypertransfer/trunk/hypertransfer.php
r3249887 r3254774 5 5 * License: GPL v2 or later 6 6 * 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.2 07 * Version: 1.0.21 8 8 * Requires at least: 6.3 9 9 * Requires PHP: 7.4 … … 22 22 23 23 // 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 24 define('HYPERTRANSFER_PRO_MIN', '1.0.19'); // Versione Pro Minima per funzionare con questa versione BASE 27 25 28 26 define('HYPERTRANSFER_UPLOAD_DIR', wp_upload_dir()['basedir'] . '/HyperTransferFile/'); -
hypertransfer/trunk/readme.txt
r3249887 r3254774 1 1 === HyperTransfer === 2 2 Contributors: 3skel 3 Tags: file, transfer, sender, share , wp transfer3 Tags: file, transfer, sender, share 4 4 Tested up to: 6.7 5 Stable tag: 1.0.2 05 Stable tag: 1.0.21 6 6 Requires PHP: 7.4 7 7 License: GPLv2 … … 11 11 == Description == 12 12 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. 13 This 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 14 15 15 16 = Special Features = … … 38 39 39 40 = What is the maximum size of uploadable files? = 40 The tests is up to 2.0 Gb but it's probabilyit can work with larger file.41 It's is for file up to 2.0 Gb but it can work with larger file. 41 42 42 43 = Why is it advantageous to use HyperTransfer? = … … 46 47 47 48 = What can you do within the admin panel? = 48 You can delete the files, see if the file has already been downloaded, copy the quicklink (the download will start immediately).49 You can delete the files, see if the file has already been downloaded, copy the rapid link (the download will start immediately). 49 50 50 51 == Screenshots == … … 70 71 Add version var to check PRO compatibility. 71 72 73 = 1.0.21 = 74 Fixed files order by date 72 75 73 76 == Language ==
Note: See TracChangeset
for help on using the changeset viewer.