Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wp-cli/checksum-command
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.13
Choose a base ref
...
head repository: wp-cli/checksum-command
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 2 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    e9dcb2b View commit details
    Browse the repository at this point in the history
  2. 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 <daniel@bachhuber.co>
    
    * 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 <daniel@bachhuber.co>
    
    * 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 <daniel@bachhuber.co>
    Co-authored-by: Daniel Bachhuber <daniel.bachhuber@automattic.com>
    3 people authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    1a44dfb View commit details
    Browse the repository at this point in the history
Loading