diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f8e203..4c599f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,11 @@ All notable changes to this project will be documented in this file, per [the Ke ## [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. +- Ensure previously committed files that are later added to `.distignore` get deleted. Props [@pascalknecht](https://github.com/pascalknecht) via [#26](https://github.com/10up/distributor/pull/26). +- Escape filenames to avoid errors with filenames containing an `@` symbol. Props [@Gaya](https://github.com/Gaya) via [#22](https://github.com/10up/distributor/pull/22). +- Use parameter expansion instead of `sed` to remove `v` from version numbers. Props [@szepeviktor](https://github.com/szepeviktor) via [#24](https://github.com/10up/distributor/pull/24). +- Use `https` for WordPress.org URLs. Props [@dinhtungdu](https://github.com/dinhtungdu) via [#28](https://github.com/10up/distributor/pull/28). +- Correct encrypted secrets documentation link. Props [@felipeelia](https://github.com/felipeelia) via [#20](https://github.com/10up/distributor/pull/20). ## [1.4.0] - 2019-10-21 ### Added @@ -21,7 +21,7 @@ All notable changes to this project will be documented in this file, per [the Ke ## [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. +- 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](https://github.com/LeoColomb) via [#3](https://github.com/10up/distributor/pull/3), with additional thanks to [@markjaquith](https://github.com/markjaquith) for consultation. ### Changed - Removed unnecessary `GITHUB_TOKEN` check/requirement.