- Download the latest copy of pie-custom-functions.zip from https://github.com/pie/pie-custom-functions/releases
- Upload via wp-admin
- Activate & enjoy
This plugin template is set up to work with integrated WordPress updates through the use of yahnis-elsts/plugin-update-checker and rymndhng/release-on-push-action
In order to deploy an update:
- (Once) Enable Github Pages on your repository (Settings > Pages) so that a
update.json
can be read by the Update Checker in production sites. - Create a pull request to merge your branch into
main
and add the appropriate label:release:major
release:minor
release:patch
- When merged, the
release.yml
workflow will update all of your version numbers and commit them back into main and create a github release with an extra artifact:plugin-slug.zip
- the uploadable plugin for manual installation
- Updates should then show in wp-admin for any users of the plugin