All notable changes to this project will be documented in this file, per the Keep a Changelog standard.
Unreleased - TBD
2.1.1 - 2022-08-15
- Resolve SVN commit failed: Directory out of date (props @dinhtungdu, @richard-muvirimi via #96)
- Failure to set assets mime-type with
svn propset(props @diddledani, @dinhtungdu via #99)
2.1.0 - 2022-04-12
- Mime type change to
image/giffor.giffiles (props @doekenorg via #76). - Environment variable (
BUILD_DIR) to deploy plugin files built into a custom directory (props @dinhtungdu via #83 and #86).
- Set correct mime type for for
.svgfiles (props @andrewheberle via #78). - SVN error when plugin doesn't have an image (props @Lewiscowles1986 via #82).
2.0.0 - 2021-08-16
This is now a composite Action, meaning that it runs directly on the GitHub Actions runner rather than spinning up its own container and is significantly faster.
1.5.0 - 2020-05-27
- Add optional ZIP file generation from SVN trunk to match content on WordPress.org (props @shivapoudel via #37).
- Add example workflow file to attach the ZIP file to a GitHub release (props @helen via #42).
- Set mime types on images in the SVN
assetsdirectory to prevent forced downloads on WordPress.org (props @nextgenthemes via #40).
1.4.1 - 2020-03-12
- Ensure previously committed files that are later added to
.distignoreget deleted (props @pascalknecht via #26). - Escape filenames to avoid errors with filenames containing an
@symbol (props @Gaya via #22). - Use parameter expansion instead of
sedto removevfrom version numbers (props @szepeviktor via #24). - Use
httpsfor WordPress.org URLs (props @dinhtungdu via #28). - Correct encrypted secrets documentation link (props @felipeelia via #20).
1.4.0 - 2019-10-21
- Strip leading
voff of tag name if present, as it is remains common practice with Git tags.
- Avoid failure if no assets directory exists.
1.3.0 - 2019-08-30
- Added the ability to use
.distignoreto exclude files from deployment instead of.gitattributes, which works better when a build step is included (props @LeoColomb via #3, with additional thanks to @markjaquith for consultation).
- Removed unnecessary
GITHUB_TOKENcheck/requirement.
1.2.1 - 2019-08-22
- Use more robust method of copying files (
-cflag forrsync).