Releases: wp-cli/checksum-command
Releases · wp-cli/checksum-command
Version 1.0.7
- 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
- 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
- Documentation, test suite, and repository improvements [#19, #20, #21].
Version 1.0.4
- Updates scaffolded tests to enable error reporting [#16].
- Updates scaffolded README and GitHub configuration [#17].
Version 1.0.3
- Improves command description [#11].
- Updates package tests to latest [#10, #12].
Version 1.0.2
- Updates package with latest scaffolded components [#5].
- Uses
dist: precise
for PHP 5.3, dist: trusty
for everything else [#6].
Version 1.0.1
- Clarifies this command as a bundled command.
- Fixes Travis CI caching for composer.
- Runs Travis tests against WP-CLI dev-master.