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: main
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: copilot/fix-multisite-db-version-reporting
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 2 files changed
  • 4 contributors

Commits on Feb 2, 2026

  1. Initial plan

    Copilot committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    877b8ce View commit details
    Browse the repository at this point in the history
  2. Add --actual flag to wp core version command for multisite db version…

    … reporting
    
    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    6058af0 View commit details
    Browse the repository at this point in the history
  3. Address code review feedback: fix command args escaping and rename su…

    …bcommand
    
    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    0d519df View commit details
    Browse the repository at this point in the history
  4. Refactor: extract TinyMCE version formatting and improve PHPDoc

    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    2e05531 View commit details
    Browse the repository at this point in the history
  5. Security: properly escape command arguments and improve PHPDoc type

    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    eb2b614 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. Configuration menu
    Copy the full SHA
    3e67d56 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. Fix test expectations for WordPress 6.6 database revision

    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    93f028b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. Update src/Core_Command.php

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    swissspidy and Copilot authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    2e7b7d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. Configuration menu
    Copy the full SHA
    767d95c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. PHPStan fix

    swissspidy committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    6f90d45 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2026

  1. Refactor to use load_wordpress() instead of helper command delegation

    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    6e3f3eb View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. Configuration menu
    Copy the full SHA
    9d4a3f3 View commit details
    Browse the repository at this point in the history
Loading