Skip to content

Releases: 10up/action-wordpress-plugin-deploy

2.2.2

07 Sep 17:19
Compare
Choose a tag to compare

Fixed

  • Ensure the deploy action works properly when a .distignore file is not present (props @iamdharmesh, @dkotter via #137).

Full Changelog: 2.2.1...2.2.2
View closed items in the milestone.

2.2.1

05 Sep 19:03
Compare
Choose a tag to compare

Fixed

  • Ensure built files are included when used without a BUILD_DIR and .distignore file (props @akirk, @iamdharmesh via #130).
  • Ensure a zip is generated when an existing version is found and the generate-zip input is set to true (props @sy-records, @faisal-alvi via #133).

New Contributors


Full Changelog: 2.2.0...2.2.1
View closed items in the milestone.

2.2.0

22 May 13:23
8b2ae52
Compare
Choose a tag to compare

Added

Changed

Fixed

New Contributors

Full Changelog: 2.1.1...2.2.0
View all items in the 2.2.0 milestone.

2.1.1

16 Aug 10:39
Compare
Choose a tag to compare

Fixed

  • Resolve SVN commit failed: Directory out of date (props @richard-muvirimi via #96)
  • Failure to set assets mime-type with svn propset (props @diddledani via #99)

GH milestone: https://github.com/10up/action-wordpress-plugin-deploy/milestone/8?closed=1

2.1.0

13 Apr 03:12
ec00982
Compare
Choose a tag to compare

Added

  • Mime type change to image/gif for .gif files (props @doekenorg via #76).
  • Environment variable (BUILD_DIR) to deploy plugin files built into a custom directory (props @dinhtungdu via #83 and #86).

Fixed

2.0.0 - Now a Composite Action!

16 Aug 23:39
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

  • Add zip-path output, as the SLUG may not match the repository name. Props @ocean90 via #74.

Fixed

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

1.5.0

27 May 19:13
0dc3f76
Compare
Choose a tag to compare

Added

  • 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 assets directory to prevent forced downloads on WordPress.org. Props @nextgenthemes via #40.

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

1.4.1

12 Mar 20:41
Compare
Choose a tag to compare

Fixed

  • Ensure previously committed files that are later added to .distignore get deleted. Props @pascalknecht via #26.
  • Escape filenames to avoid errors with filenames containing an @ symbol. Props @Gaya via #22.
  • Use parameter expansion instead of sed to remove v from version numbers. Props @szepeviktor via #24.
  • Use https for WordPress.org URLs. Props @dinhtungdu via #28.
  • Correct encrypted secrets documentation link. Props @felipeelia via #20.

1.4.0

21 Oct 15:37
07557c1
Compare
Choose a tag to compare
  • Added: Strip leading v off of tag name if present, as it is remains common practice with Git tags.
  • Fixed: Avoid failure if no assets directory exists.

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

1.3.0

31 Aug 01:58
Compare
Choose a tag to compare
  • Added the ability to use .distignore to 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_TOKEN check/requirement.