Skip to content

Releases: wp-cli/dist-archive-command

Version 3.0.1

22 Jul 10:37
1d0adc4
Compare
Choose a tag to compare
  • Update inmarelibero/gitignore-checker to fix deprecation warning [#96]
  • Do not crash when a broken symlink is encountered [#91]

Version 3.0.0

07 Apr 11:54
e226f7d
Compare
Choose a tag to compare
  • 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 in composer.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

05 Jul 12:18
Compare
Choose a tag to compare
  • Implement CS checking based on the WP_CLI_CS ruleset [#39]

Version 2.0.0

21 Nov 18:16
f40b5dd
Compare
Choose a tag to compare
  • Add sudo -E flag on docker-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 to Dist_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

07 Sep 23:26
Compare
Choose a tag to compare
  • Initial release.