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/media-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/media-command
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: copilot/skip-duplicates-feature
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 2 files changed
  • 5 contributors

Commits on Mar 19, 2026

  1. Initial plan

    Copilot committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    4f75073 View commit details
    Browse the repository at this point in the history
  2. Add --skip-duplicates flag to wp media import command

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

Commits on Mar 20, 2026

  1. Fix skip-duplicates: use RIGHT() for detection, restore error message…

    …s for non-skip-duplicates paths
    
    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    4a20e61 View commit details
    Browse the repository at this point in the history
  2. Update src/Media_Command.php

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    swissspidy and Copilot authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    5bdea55 View commit details
    Browse the repository at this point in the history
  3. Update src/Media_Command.php

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    swissspidy and Copilot authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    551634e View commit details
    Browse the repository at this point in the history
  4. Use explode() consistently for URL query string stripping in remote f…

    …ile handling
    
    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    ae70425 View commit details
    Browse the repository at this point in the history
  5. Fix duplicate detection for WP 5.3+ scaled images via _wp_original_im…

    …age_file
    
    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    04b6bdc View commit details
    Browse the repository at this point in the history
  6. Fix duplicate detection for WP 5.3+ scaled images via -scaled basenam…

    …e variant
    
    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    e94bf00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9af1ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    48b1410 View commit details
    Browse the repository at this point in the history
  9. Lint fix

    swissspidy committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    1cac237 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2026

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