Releases: wp-cli/checksum-command
Releases · wp-cli/checksum-command
Version 2.3.0
- 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
- Add edge case handling checksum verification of Hello Dolly [#119]
Version 2.2.4
- Update to WPCS v3 [#116]
- Only run tests on PHP 7.0+ [#115]
Version 2.2.3
- 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
- Don't warn about
.htaccess
file when --include-root
is used [#112]
Version 2.2.1
- Regenerate README file [#111]
- Verify a specific plugin version [#108]
- Log warning if
WpOrgApi::get_plugin_checksums()
fails [#105]
Version 2.2.0
- 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
- 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]
Version 2.1.2
- Adapt branch alias to change from
master
to main
[#90]
Version 2.1.1
- Add php 8.1 support [#89]