Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

40 lines (30 loc) · 2.05 KB

Changelog

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

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