Skip to content

Tags: wp-cli/checksum-command

Tags

v2.3.5

Toggle v2.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix tests after WordPress 7.0 (#153)

v2.3.4

Toggle v2.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix failing test (#152)

v2.3.3

Toggle v2.3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
swissspidy Pascal Birchler
Add .gitattributes file

See wp-cli/wp-cli#5070

v2.3.2

Toggle v2.3.2's commit message
Update file(s) from wp-cli/.github

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #136 from wp-cli/refine-feature-files

Fix docstring indent issue in feature files

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