Skip to content

Releases: wp-cli/find-command

Version 2.0.4

29 Jul 13:55
48a7635
Compare
Choose a tag to compare
  • Update find command docs [#73]

Version 2.0.3

19 Sep 23:08
564c2c2
Compare
Choose a tag to compare
  • Update to WPCS v3 #176 [#72]

Version 2.0.2

17 Feb 16:02
d076b07
Compare
Choose a tag to compare
  • Add composer phpcbf [#70]
  • Replace empty namespace autoloader with classmap [#69]
  • Remove travice badge [#68]

Version 2.0.1

24 Jan 23:33
27de098
Compare
Choose a tag to compare
  • Use DIRECTORY_SEPARATOR to fix detection on Windows [#67]
  • Tweak various bits to get the tests running again [#66]
  • Allow a couple of Composer plugins [#63]
  • Regenerate README file [#58]

Version 2.0.0

05 Jul 20:56
6a1527c
Compare
Choose a tag to compare
  • Update delimiter used in preg_quote [#57]
  • Update Find_Command.php [#56]
  • Implement CS checking based on the WP_CLI_CS ruleset [#55]
  • Fix variable name mismatch in catch clause [#53]
  • Move PHP 5.4 tests from WP_VERSION latest to 5.1 [#52]
  • Ignore log files [#51]

Version 0.2.1

25 Aug 01:04
2ac0ed1
Compare
Choose a tag to compare
  • Ensures support for WP-CLI 2+.

Version 0.2.0

21 Aug 00:12
6fb09c8
Compare
Choose a tag to compare
  • Permits database credentials to be exported when finding installations [#50].

Version 0.1.5

18 Dec 19:49
f731434
Compare
Choose a tag to compare
  • Replaces "install" with "installation" where appropriate [#43].

Version 0.1.4

29 Sep 23:40
Compare
Choose a tag to compare
  • Adds wp_path as a reported field [#41].
  • Updates package tests to latest [#40].

Version 0.1.3

17 Mar 23:30
Compare
Choose a tag to compare
  • Use --include_ignored_paths=<paths> to include additional ignored paths.
  • Ignores a variety of additional application paths.
  • Adds /coockies/ to ignored paths.
  • Bug fix: Ensures hidden subdirectories of directories are ignored too.