plugin-update-checker/Puc
Yahnis Elsts 60add5f915 Add support for GitHub release assets. See #93
Usage: Set up the update checker instance as usual, then call the new enableReleaseAssets() method of the GitHub API class. 

`$gitHubUpdateChecker->getVcsApi()->enableReleaseAssets();`

Notes:
- You can make PUC look for a specific asset by passing a regular expression to enableReleaseAssets(). For example, `$api->enableReleaseAssets('/custom-asset/')` will make PUC use the first asset where the file name contains the string "custom-asset".
- PUC always chooses the first matching asset.
- If the latest release has no assets or none of them match the regex, PUC will fall back to the old behaviour of using the automatically generated ZIP file.
- Private repositories only work with WP 3.7 or later. Older WordPress versions will throw an error when trying to download the update.
2017-11-27 17:32:49 +02:00
..
v4 Re-add Puc_v4_Factory for better backwards compatibility. 2017-11-26 21:40:17 +02:00
v4p3 Add support for GitHub release assets. See #93 2017-11-27 17:32:49 +02:00