Skip to content

Releases: wp-cli/checksum-command

Version 2.0.0

05 Aug 13:28
6e0b5f6

Choose a tag to compare

  • Adapt package for framework v2 [#50]

Version 1.0.9

21 Apr 01:30
89a3194

Choose a tag to compare

  • Make soft change detection more flexible [#41]
  • Add backslash to the regex for matching Windows paths correctly [#39]

Version 1.0.8

29 Jan 17:01
360c0c6

Choose a tag to compare

  • Use hooks to make sure commands are added at the right moment [#32]

Version 1.0.7

29 Jan 14:08
3d12264

Choose a tag to compare

  • Reverts the naming from wp checkum core back to wp core verify-checkums [#14]
  • Ensures that plugins cannot evade the checksum verification [#30]

Version 1.0.6

22 Jan 23:37
c96d43d

Choose a tag to compare

  • Adds plugin checksums verification [#26].
  • Warns when files prefixed with 'wp-' are included in WordPress root [#13].
  • Requires wp-cli/wp-cli ^1.5 [#29].

Version 1.0.5

18 Dec 20:22
a2719a5

Choose a tag to compare

  • Documentation, test suite, and repository improvements [#19, #20, #21].

Version 1.0.4

21 Nov 13:47
64a5b2b

Choose a tag to compare

  • Updates scaffolded tests to enable error reporting [#16].
  • Updates scaffolded README and GitHub configuration [#17].

Version 1.0.3

29 Sep 23:25

Choose a tag to compare

  • Improves command description [#11].
  • Updates package tests to latest [#10, #12].

Version 1.0.2

05 Aug 22:05

Choose a tag to compare

  • Updates package with latest scaffolded components [#5].
  • Uses dist: precise for PHP 5.3, dist: trusty for everything else [#6].

Version 1.0.1

30 May 20:54

Choose a tag to compare

  • Clarifies this command as a bundled command.
  • Fixes Travis CI caching for composer.
  • Runs Travis tests against WP-CLI dev-master.