About This File
If you develop for the web, chances are you manage your code in git. Once your code is ready to deploy, updating your EDD download usually entails downloading a zip, renaming the main folder, removing un-needed files, and then re-zipping and uploading. This process can be time consuming, especially if you maintain multiple sites or lots of downloads.
The Git Download Updater extension automates this process for your code that lives on GitHub and BitBucket. Instead of manually updating your download for release, you select the repo and version tag, and the plugin does the rest. It updates the download file and sets the proper file names.
- Fetch zip files directly from git tags
- Supports both private and public repositories
- Parses readme.txt to extract and update the changelog if using Software Licensing for EDD
- Update to a new version or roll back to a previous version simply changing the version number and clicking fetch