Skip to content

Tags: wp-cli/checksum-command

Tags

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #130 from marksabbath/main

v2.2.5

Toggle v2.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add edge case handling checksum verification of Hello Dolly (#119)

* Add edge case handling for Hello Dolly (Core vs Plugin)

* Compare hello.php against core checksum instead of plugin repo

* Fixed PHPCS Linting errors

v2.2.4

Toggle v2.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #116 from wp-cli/fix/wpcs-3.0-issues

v2.2.3

Toggle v2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't warn about a `.maintenance` file in the root directory (#114)

* don't warn about .maintenance file

* fix: add tests for .maintenance

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't warn about `.htaccess` file when `--include-root` is used (#112)

* Don't warn about .htaccess file when --include-root is used

* add .htaccess file to tests

* update test output for htaccess

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #111 from wp-cli/regenerate-readme

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add --include-root parameter to also verify root directory (#102)

* Add --include-root parameter

Allows warning for unexpected files in ABSPATH.

* Add test for --include-root parameter

* when --allow-root is set, do not warn about wp-config.php and wp-contents/plugins/*

* PHPCS: align equals signs

* Update src/Checksum_Core_Command.php

Co-authored-by: Daniel Bachhuber <[email protected]>

* when --include-root is enabled, skip entire wp-content directory from extra file checks

* add private $include_root variable

* update help text to indicate it looks for files and folders

* Add test for wp-cli.yml

* Update features/checksum-core.feature

Co-authored-by: Daniel Bachhuber <[email protected]>

* Fix Scenario indentation

* Add more tests to clarify expected behavior

* Remove extraneous helper

* Clean up `wp-cli.yml` scenario

* Rebuild README with new flag

* Avoid random test failures when the order changes

* Remove extraneous argument

* Fix these assertions

---------

Co-authored-by: Daniel Bachhuber <[email protected]>
Co-authored-by: Daniel Bachhuber <[email protected]>

v2.1.13

Toggle v2.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `composer phpcbf` and allow `wordpress-core-installer` (#98)

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #90 from wp-cli/fix/adapt-branch-alias

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #89 from wojsmol/fix/php8.1-compat