Skip to content

Releases: 10up/action-wordpress-plugin-asset-update

2.1.3

04 Jan 21:39
4eb612e
Compare
Choose a tag to compare

Added

  • Ignore changes to the vendor/composer directory and the vendor/autoload.php file to prevent modified file errors (props @ravinderk, @dkotter, @cadic via #54, #55).

New Contributors


Full Changelog: 2.1.2...2.1.3
View closed items in the milestone.

2.1.2

05 Sep 18:58
Compare
Choose a tag to compare

Added

Changed

Fixed

  • Run an svn update to resolve error: SVN commit failed: Directory out of date (props @zaerl, @cadic via #46).

New Contributors


Full Changelog: 2.1.1...2.1.2
View closed items in the milestone.

2.1.1

17 Aug 05:09
Compare
Choose a tag to compare

Added

  • Add correct mime type for gif and SVG images (props @ocean90 via #38).

GH Milestone: https://github.com/10up/action-wordpress-plugin-asset-update/milestone/7?closed=1

2.1.0

13 Apr 03:08
b1ea1f8
Compare
Choose a tag to compare

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!

25 Aug 03:05
Compare
Choose a tag to compare

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

Fixed

  • Avoid a Debian image issue where the container could not be built. Props @helen via #30.

https://github.com/10up/action-wordpress-plugin-asset-update/milestone/4?closed=1

1.4.1

12 Mar 21:26
Compare
Choose a tag to compare

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

16 Oct 02:53
0b64e34
Compare
Choose a tag to compare
  • Added: Support for README.md via an optional README_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

31 Aug 23:18
Compare
Choose a tag to compare
  • Add support for .distignore to align with the deploy action.
  • Return success instead of failure when there's nothing to deploy.

1.2.1

22 Aug 20:29
Compare
Choose a tag to compare
  • Added: Deploy readme.txt changes to the specified Stable tag if it exists.
  • Fixed: Account for possible whitespace around the stable tag.
  • Fixed: Use more robust method of copying files (-c flag for rsync).