Releases: wp-cli/dist-archive-command
Releases · wp-cli/dist-archive-command
Version 3.0.1
Version 3.0.0
- Fix failing tests [#88]
- Bump minimum supported version to PHP 7.4 [#87]
- Ask user for confirmation before overwriting if file already exists [#85]
- Add back minimum PHP version input [#83]
- Refactor into
get_file_paths_and_names()
function [#81] - Update to WPCS v3 [#80]
- Use
.gitignore
syntax for.distignore
[#78] - Do not match partially matching file names [#77]
- Reformat the
dist-archive.feature
file to use spaces, not tabs [#75] - Adds an optional
--filename-format=<filename-format>
argument [#74] - Replace empty namespace autoloader with classmap [#73]
- Bump actions/checkout from 2 to 3 [#69]
- Ignores .git folder Fix #67 [#68]
- Add test for
.*~
rule in.distignore
[#66] - Add theme version to generated archive [#65]
- Only parse
--plugin-dirname
parameter once. Fix #63 [#64] - Allow
wordpress-core-installer
incomposer.json
[#62] - Allow for leading slashes in .distignore, and deal gracefully with symlinks [#61]
- Get all tests running on MacOS [#60]
- Support relative paths with and without specified filenames [#56]
- Allow operation without .distignore file [#55]
- Followup of #49, placed the instructions in the correct file. [#54]
- Update testing badge [#52]
- Remove Circle CI configuration [#51]
- Allow to set a directory target without filename [#49]
- Regenerate README file [#43]
- Escape the archive file to allow spaces in path [#41]
- Fixes retrieval of version string from source files doc blocks (fixes #36) [#37]
Version 2.0.1
- Implement CS checking based on the
WP_CLI_CS
ruleset [#39]
Version 2.0.0
- Add
sudo -E
flag ondocker-php-ext-install
in CircleCI [#33] - Add
--create-target-dir
flag [#31] - Ignore log files [#29]
- Move command over to new v2 structure [#27]
- Update
circle.yml
to use its v2 API [#25] - Add MIT license to the project [#24]
- Regenerate README to include Circle badge [#21]
- Properly ignore
.DS_Store
in the top-level directory and subdirs [#20] - Abstract
dist-archive
toDist_Archive_Command
[#19] - Update package tests and README for the move [#18]
- Rename package to wp-cli/dist-archive-command [#17]
- Include the current hash in archives when version includes
-alpha
[#14]
Version 0.1.0
- Initial release.