Skip to content

Releases: wp-cli/checksum-command

Version 2.3.2

09 Dec 15:56

Choose a tag to compare

  • feat: add --format param for core checksums verification [#140]
  • PHPStan level 9 [#139]
  • Fix tests due to WP version requirements in tested plugins [#137]

Version 2.3.1

29 Apr 08:15
39992db

Choose a tag to compare

  • Fix docstring indent issue in feature files [#136]
  • Fix Gherkin lint issues [#135]
  • Remove unused variable [#134]
  • Require wp-cli/wp-cli v2.12 [#132]
  • Plugin Checksums: Don't check missing files [#131]

Version 2.3.0

16 Oct 12:47
bc82cfb

Choose a tag to compare

  • Add blank space when trimming the version [#130]
  • Composer: prevent a lock file from being created [#129]
  • Regenerate README file [#128]
  • Add --exclude argument for verifying checksums [#123]

Version 2.2.5

08 Dec 10:40
f691199

Choose a tag to compare

  • Add edge case handling checksum verification of Hello Dolly [#119]

Version 2.2.4

19 Sep 23:06
7ae0201

Choose a tag to compare

  • Update to WPCS v3 [#116]
  • Only run tests on PHP 7.0+ [#115]

Version 2.2.3

13 Jul 12:06
ae420d8

Choose a tag to compare

  • Don't warn about a .maintenance file in the root directory [#114]
  • Regenerate README file [#113]
  • Add an --exclude=<plugin> argument to wp plugin verify-checksums [#104]

Version 2.2.2

03 Jun 08:08
5da44c9

Choose a tag to compare

  • Don't warn about .htaccess file when --include-root is used [#112]

Version 2.2.1

25 May 16:12
18e31d6

Choose a tag to compare

  • Regenerate README file [#111]
  • Verify a specific plugin version [#108]
  • Log warning if WpOrgApi::get_plugin_checksums() fails [#105]

Version 2.2.0

24 Mar 21:00
1a44dfb

Choose a tag to compare

  • Pass false instead of null to fix PHP 8.1 warning [#103]
  • Add --include-root parameter to also verify root directory [#102]

Version 2.1.13

17 Feb 16:23
120d13d

Choose a tag to compare

  • Fix failing checksum tests due to timeout on WP_VERSION=trunk [#99]
  • Add composer phpcbf and allow wordpress-core-installer [#98]
  • Replace empty namespace autoloader with classmap [#97]