- Push built image to the registry, so that it doesn't need to be built during the action run.
- Update the image's PHP runtime to 8.4.
- Drop use of deprecated
set-ouputcommand. For more information, see https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/.
- Takes plugin version number from
GITHUB_REF. The resulting plugin version will be resolved from the tag or branch name that triggered the run, allowing so that it does not need to be kept up-to-date inmanifest.json. - Update mtxpc to version 0.8.0.
- Update mtxpc to version 0.7.0.
- Update mtxpc to version 0.6.0.
- Migrate to the newer mtxpc plugin compiler version 0.4.0.
- No code changes, corrected README.md.
- Correct
compressedanduncompressedoutput's paths.
- Initial release.