Skip to content

Commit e6a2279

Browse files
committed
Merge branch 'develop' for 1.4.1
2 parents d1a9816 + dc3760d commit e6a2279

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/).
4+
5+
## [Unreleased] - TBD
6+
7+
## [1.4.1] - 2020-03-12
8+
### Fixed
9+
- 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).
10+
- 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).
11+
- 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).
12+
- Use `https` for WordPress.org URLs. Props [@dinhtungdu](https://github.com/dinhtungdu) via [#28](https://github.com/10up/distributor/pull/28).
13+
- Correct encrypted secrets documentation link. Props [@felipeelia](https://github.com/felipeelia) via [#20](https://github.com/10up/distributor/pull/20).
14+
15+
## [1.4.0] - 2019-10-21
16+
### Added
17+
- Strip leading `v` off of tag name if present, as it is remains common practice with Git tags.
18+
19+
### Fixed
20+
- Avoid failure if no assets directory exists.
21+
22+
## [1.3.0] - 2019-08-30
23+
### Added
24+
- 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.
25+
26+
### Changed
27+
- Removed unnecessary `GITHUB_TOKEN` check/requirement.
28+
29+
## [1.2.1] - 2019-08-22
30+
### Fixed
31+
- Use more robust method of copying files (`-c` flag for `rsync`).
32+
33+
[Unreleased]: https://github.com/10up/action-wordpress-plugin-asset-update/compare/master...develop
34+
[1.4.1]: https://github.com/10up/action-wordpress-plugin-asset-update/compare/1.4.0...1.4.1
35+
[1.4.0]: https://github.com/10up/action-wordpress-plugin-asset-update/compare/1.3.0...1.4.0
36+
[1.3.0]: https://github.com/10up/action-wordpress-plugin-asset-update/compare/1.2.1...1.3.0
37+
[1.2.1]: https://github.com/10up/action-wordpress-plugin-asset-update/compare/03e175e...d2b6608

0 commit comments

Comments
 (0)