WP Manifestindependent plugin directory
manifest / ecommerce / edd-github

Easy Digital Downloads Github

Easy Digital Downloads using github releases

by Nils Woetzel · github.com/nwoetzel/edd-github · website

0stars
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/nwoetzel/edd-github/archive/refs/heads/master.zip

From the readme

This pluging integrates github release files as downloads. This plugin requires that you have installed: Easy digital downloads - tested for version 2.7.4 It adds meta settings to a download where the github user, repo and accesstoken need to be added. From the latest release, all asset files are retrieved and provided as downloads. Download the latest release from github as zip and install it through wordpress. Or use wp-cli with the latest release: wp-cli.phar plugin install https://github.com/nwoetzel/edd-github/archive/1.3.0.zip --activate Or add them as a composer package in your wordpress' composer.json file: { "repositories": [ { "type": "vcs", "url": "https://github.com/nwoetzel/edd-github.git" } ], "require" : { "nwoetzel/edd-github":"~1.3" } } Read more

Read the full README on GitHub →