Download the PHP package miya/gh-auto-updater without Composer
On this page you can find all versions of the php package miya/gh-auto-updater. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package gh-auto-updater
Automatic Updater with GitHub API for WordPress Plugin
A composer library for self-hosted WordPress plugin on GitHub with automatic update.
Getting Started
1. The easier way to install this is by using composer.
2. Activate automatic update in your WordPress plugin.
3. GitHub Access Token (Optional)
You can use personal access token.
How to update your plugin.
To release the new version, please do as follows:
1. Tag and push to GitHub.
1.0.0
is a version number, it have to be same with version number in your WordPress plugin.- You have to commit
vendor
directory in your plugin.
2. Release the new version.
- Please visit "releases" in your GitHub repository.
- Choose a tag.
- Fill out the release note and title.
- Upload your plugin which is comporessed with zip. (Optional)
- Press "Publish release".
Also, you can use automatic release.
Following is an example of the .travis.yml
for automatic release.
https://github.com/miya0001/miya-gallery/blob/master/.travis.yml
You can generate deploy:
section by The Travis Client like following.
Example Projects
Please install old version of following projects, then you can see update notice.
- https://github.com/miya0001/self-hosted-wordpress-plugin-on-github
- https://github.com/miya0001/miya-gallery
These projects deploy new releases automatically with Travis CI.
Please check .travis.yml
and documentation.
Screenshots
Notification on "Plugins" screen in WordPress dashboard.
"Details" screen in WordPress dashboard. You can see release note on GitHub as changelog.
"WordPress Updates" screen.
License
GPL v2