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/core-command
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.11
Choose a base ref
...
head repository: wp-cli/core-command
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.12
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on May 24, 2023

  1. Add a --skip-config flag to wp core multisite-convert (#231)

    * Feat: provide support to skip config for multisite convert
    
    Provided the support to skip the configuration of wp-config file by passing the --skip-config associate param. This is already being added for multiiste install command.
    
    * Feat: Add functional tests for the --skip-config param to multisite-convert command
    hbhalodia authored May 24, 2023
    Configuration menu
    Copy the full SHA
    e5b4c5b View commit details
    Browse the repository at this point in the history
  2. Check more files to determine if WordPress is present or not (#233)

    * fix: Add user confirmation for re-download the WordPress
    
    Added the user confirmation prompt while re-downloading the WordPress core files when user have alerady downloaded. Also added the modified version to check multiple WordPress files so that it does not have dependency on `wp-load.php` file.
    
    * Feat: Add some file checks before redownloading the WordPress
    hbhalodia authored May 24, 2023
    Configuration menu
    Copy the full SHA
    1644558 View commit details
    Browse the repository at this point in the history
  3. Regenerate README file - 2023-05-24 (#234)

    Co-authored-by: Alain Schlesser <alain.schlesser@gmail.com>
    github-actions[bot] and schlessera authored May 24, 2023
    Configuration menu
    Copy the full SHA
    505f92c View commit details
    Browse the repository at this point in the history
Loading