WP Manifestindependent plugin directory
manifest / ecommerce / edd-version-history

Easy Digital Downloads - Download Version History

Adds a download version history shortcode to Easy Digital Downloads.

by Very Good Plugins · github.com/verygoodplugins/edd-version-history · website

4stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/verygoodplugins/edd-version-history/archive/refs/heads/main.zip

From the readme

Easy Digital Download Version History This is an Easy Digital Downloads addon which allows you to link to previous versions of a plugin, based on tagged git releases. It requires the EDD Git Download Updater plugin. How it works When a version download link is clicked, the plugin will first check your EDD uploads folder to see if a matching file already exists If not, it will connect to either Bitbucket or GitHub (depending on your configuration) and download the tagged .zip file to the uploads directory The .zip file will be served to the user via a secure EDD download link Shortcode parameters The shortcode is [eddversionhistory]. It accepts the following parameters: downloadid: (required) The download ID limit: The number of tags to show (default 10) includecurrent: Whether or not to include the current plugin version in the list. Default false downloadpurchaseid: By default we check to see if the customer has purchased the downloadid, you can override that here (for example in case of addons or bundles) Wish List - [ ] Display the file dates alongside the version numbers Changelog 1.0.0 on January 13th, 2024 - Initial release Installation 1. Download the la

Read the full README on GitHub →