Releases: 10up/action-wordpress-plugin-asset-update
Releases · 10up/action-wordpress-plugin-asset-update
2.1.3
Added
- Ignore changes to the
vendor/composer
directory and thevendor/autoload.php
file to prevent modified file errors (props @ravinderk, @dkotter, @cadic via #54, #55).
New Contributors
- @ravinderk made their first contribution in #55
Full Changelog: 2.1.2...2.1.3
View closed items in the milestone.
2.1.2
Added
- Include an example git workflow section in the README (props @tedmasterweb, @Preciousomonze, @jeffpaul, @dkotter via #23).
- Ability to skip updating assets by setting
SKIP_ASSETS
totrue
(props @azizultex, @cadic, @Sidsector9 via #48).
Changed
- Replaced the deprecated
set-output
command with redirection to$GITHUB_OUTPUT
(props @Preciousomonze, @peterwilsoncc, @jeffpaul via #52).
Fixed
- Run an
svn update
to resolve error:SVN commit failed: Directory out of date
(props @zaerl, @cadic via #46).
New Contributors
- @dkotter made their first contribution in #23
- @cadic made their first contribution in #46
- @zaerl made their first contribution in #46
- @azizultex made their first contribution in #48
- @Sidsector9 made their first contribution in #48
- @peterwilsoncc made their first contribution in #52
Full Changelog: 2.1.1...2.1.2
View closed items in the milestone.
2.1.1
2.1.0
Added
- Environment variable (
IGNORE_OTHER_FILES
) allowing to deploy updates to readme and/or assets without checking other files (props @markjaquith via #32).
2.0.0 - Composite Action!
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.
Added
- Set mime types on images in the SVN
assets
directory to prevent forced downloads on WordPress.org. Props @nextgenthemes via action-wordpress-plugin-deploy#40 and @dinhtungdu via #21. - Support for stable tag extraction from Markdown lists in README.md files. Props @grappler via #25.
Fixed
https://github.com/10up/action-wordpress-plugin-asset-update/milestone/4?closed=1
1.4.1
Fixed
- Ensure previously committed files that are later added to
.distignore
get deleted. Props @pascalknecht via #18. - Escape filenames to avoid errors with filenames containing an
@
symbol. Props @Gaya via #18. - Use
https
for WordPress.org URLs. Props @dinhtungdu via #17. - Correct encrypted secrets documentation link. Props @felipeelia via #11.
1.4.0
- Added: Support for
README.md
via an optionalREADME_NAME
environment variable - Fixed: Ensure readme updates when using
.distignore
https://github.com/10up/action-wordpress-plugin-asset-update/milestone/1?closed=1
1.3.0
- Add support for
.distignore
to align with the deploy action. - Return success instead of failure when there's nothing to deploy.