Coder Social home page Coder Social logo

edd-github's Introduction

=== Easy Digital Downloads Github ===
Contributors: nwoetzel
Tags: edd, easy digital downloads, github
Requires at least: 4.6
Tested up to: 4.7.2
Stable tag: 1.3.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This pluging integrates github release files as downloads.

== Description ==

This plugin requires that you have installed:
* [Easy digital downloads](https://wordpress.org/plugins/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.

== Installation ==

Download the latest release from github as zip and install it through wordpress.
Or use [wp-cli](http://wp-cli.org/) with the latest release:
<pre>
wp-cli.phar plugin install https://github.com/nwoetzel/edd-github/archive/1.3.0.zip --activate
</pre>

Or add them as a composer package in your wordpress' composer.json file:
<pre>
{
        "repositories": [
                {
                        "type":  "vcs",
                        "url":   "https://github.com/nwoetzel/edd-github.git"
                }

        ],
        "require"     : {
                "nwoetzel/edd-github":"~1.3"
        }
}
</pre>
Read more about that at http://composer.rarst.net/

== Frequently Asked Questions ==

== Screenshots ==

== Changelog ==

= 1.3.0 =
* added support for composer http://composer.rarst.net/

= 1.2.0 =
* added 'edd_github_releases' shortcode to display release information from github

= 1.1.0 =
* added load_textdomain
* added translation for de_DE

= 1.0.1 =
* cache github release api queries in transient
* display the version of the latest release in the downloads metabox

= 1.0.0 =
* Initial release

edd-github's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.