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: WordPress/classic-editor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: trunk
Choose a base ref
...
head repository: WordPress/classic-editor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: add/travis-setup
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Nov 1, 2018

  1. Configuration menu
    Copy the full SHA
    9b5ee2e View commit details
    Browse the repository at this point in the history
  2. Tweak WP versions

    nylen committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    cd785b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. Build against WP nightly too

    nylen committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    6812996 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. Support installing 5.0-nightly

    nylen committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    8896d49 View commit details
    Browse the repository at this point in the history
  2. Truncate the DB when installing WP

    When re-initializing an already running site, lando may change the port
    number, which breaks WP because it redirects to the old URL.
    
    Lots of other things could break here too, so it is better to just start
    from a fresh database.
    nylen committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    3e8bd4e View commit details
    Browse the repository at this point in the history
Loading