Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 5.22 KB

CHANGELOG.md

File metadata and controls

70 lines (54 loc) · 5.22 KB

Changelog

All notable changes to this project will be documented in this file, per the Keep a Changelog standard.

2.1.1 - 2022-08-15

Fixed

2.1.0 - 2022-04-12

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 - 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.

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 - 2020-05-27

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).

1.4.1 - 2020-03-12

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 - 2019-10-21

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.

1.3.0 - 2019-08-30

Added

  • 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).

Changed

  • Removed unnecessary GITHUB_TOKEN check/requirement.

1.2.1 - 2019-08-22

Fixed

  • Use more robust method of copying files (-c flag for rsync).