Skip to content

Latest commit

 

History

History
78 lines (59 loc) · 5.61 KB

CHANGELOG.md

File metadata and controls

78 lines (59 loc) · 5.61 KB

Changelog

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

2.1.3 - 2024-01-04

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

2.1.2 - 2023-09-05

Added

Changed

Fixed

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

2.1.1 - 2022-08-7

Added

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

2.1.0 - 2022-04-12

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 - 2021-08-24

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

1.4.1 - 2020-03-12

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

Added

  • Support for README.md via an optional README_NAME environment variable.

Fixed

  • Ensure readme updates when using .distignore.

1.3.0 - 2019-08-31

Added

Changed

  • Return success instead of failure when there's nothing to deploy.

1.2.1 - 2019-08-22

Added

  • Deploy readme.txt changes to the specified Stable tag if it exists.

Fixed

  • Account for possible whitespace around the stable tag.
  • Use more robust method of copying files (-c flag for rsync).