Plugin info

Total downloads: 1,901
Active installs: 30
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 3
Last updated: 7/16/2024 (532 days ago)
Added to WordPress: 9/23/2020 (5 years old)
Minimum WordPress version: 3.0.1
Tested up to WordPress version: 6.5.6
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 532 days ago • 1 reviews

28/100

Is WP Dispatcher abandoned?

Possibly abandoned (last update 532 days ago).

Compatibility

Requires WordPress: 3.0.1
Tested up to: 6.5.6
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

With the plugin WP DISPATCHER you can create an temporary and secure download link for your file uploads. Your uploads are secured in a special folder. The secure download links are created by shortcodes which you can use anywhere. Every shortcode call generates a new download link so be cautious where to use it (best suited within automatic emails).

  • Create temporary download links for any file
  • Automatically expire download links after a time limit limit
  • Know how many times the file has been downloaded.

First upload your files to a secured folder. Then generate expiring links to your protected uploads. Usage with wp shortcodes.

Caution: Files are protected via .htaccess. This works only in LAMP environment with Apache as Webserver.

Developer Note

Create a Pull Request against a new branch on Github: https://github.com/ekntrtmz/wp-dispatcher

SVN Update Note

Copy newest version into trunk and commit changes to trunk.
Copy trunk to a new tag with semver. Push changes to new tag.
Examples: https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/#examples

Installation

  1. Upload wp-dispatcher.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.3

  • Minor improvements:

    • Add optional parameter “exp” to set expiration hours in shortcode
    • Add translatable strings
    • Update “Custom_WP_List_Table”
    • Add order in columns
  • Minor fixes:

    • Prevent link generation in admin

1.2.1

  • Fix critical issue

1.2

  • Minor Fix:
    • fix db prefixing

1.1

  • Minor improvements:
    • set expiration time limit in plugin settings
    • fix sanitizing & validation issues

1.0

  • This version contains very basic features:
    • upload files to secure folder
    • generate links from shortcodes