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/extension-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/extension-command
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: copilot/fix-opcache-invalidation
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 8 files changed
  • 3 contributors

Commits on Feb 14, 2026

  1. Initial plan

    Copilot committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    09314e6 View commit details
    Browse the repository at this point in the history
  2. Add --show-changed-files flag for opcache invalidation support

    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    92852e2 View commit details
    Browse the repository at this point in the history
  3. Use upgrader_post_install hook for reliable file tracking

    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    b024949 View commit details
    Browse the repository at this point in the history
  4. Add examples for --show-changed-files flag usage

    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    f6d816f View commit details
    Browse the repository at this point in the history
  5. Address code review feedback: remove redundant hook and fix example

    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    94b42b8 View commit details
    Browse the repository at this point in the history
  6. Add safeguards: prevent duplicate hooks, add error handling, clarify …

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

Commits on Feb 15, 2026

  1. Fix synopsis

    swissspidy committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    b0f85fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e04f253 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. extend PluginUpgrader

    swissspidy committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    ece98b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae13d9c View commit details
    Browse the repository at this point in the history
  3. PHPStan fixes

    swissspidy committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    ee75525 View commit details
    Browse the repository at this point in the history
  4. Tweaks

    swissspidy committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    a092d56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48f2691 View commit details
    Browse the repository at this point in the history
Loading