wp-checksum
wp-checksum copied to clipboard
wp-cli subcommand to verify checksums for themes and plugins
Seems like there's an issue, that I'm guessing is related to PHP 7.3. It gives a fatal error: ```diff Checksum diff for plugin autoptimize readme.txt Fatal error: Uncaught Error: Cannot...
I've followed the instructions to install WP-CLI to the letter on a RunCloud-powered server, built on Ubuntu 16, and configured to use PHP 7.1. When trying to install your package...
Just installed wp-checksum to take it for a test drive. Checks appear to be working well. On `eriktorsner/wp-checksum (dev-master b33125e)`, getting the following response for ` quota`: ``` $ wp...
You state the free request limit is '30' per hour. Does that mean 30 files? 30 scans? 30 what?
Checking plugin gravityforms PHP Warning: Invalid argument supplied for foreach() in /home/nitantsoni/.wp-cli/packages/vendor/eriktorsner/wp-checksum/src/BaseChecker.php on line 134 Warning: Invalid argument supplied for foreach() in /home/nitantsoni/.wp-cli/packages/vendor/eriktorsner/wp-checksum/src/BaseChecker.php on line 134 This causes a lot...
I have heard that MD5 is not as reliable these days and SHA would actually be a better way of checking. Any plans to change to SHA or give a...
The tool is great. Is it possible to have an output (type simple?) that matches the default `core verify-checksums`? I.e. ``` Success: Plugin/Theme verifies against checksums. Warning: File doesn't verify...