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: laravel/framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.20.17
Choose a base ref
...
head repository: laravel/framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.20.18
Choose a head ref
  • 7 commits
  • 6 files changed
  • 7 contributors

Commits on Mar 3, 2021

  1. [6.x] update changelog

    TBlindaruk committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    3b1fa1a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Use ubuntu-18.04

    driesvints committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    448662c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36460 from laravel/fix-build

    [6.x] Use ubuntu-18.04
    driesvints authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    a817662 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Delete existing links that are broken (#36470)

    When a link exists but is broken, `file_exists($link)` return false. And
    when `symlink($link, $target)` is called on a broken link, a PHP Warning
    is returned and the link is not updated. To fix this, we add an
    additional check using `is_link($link)` (which return true, even if the
    link is broken) to detect and delete broken links.
    pgrenaud authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    18daf46 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. [6.x] Update changelog for v6.18.27 with upgrade info around cookies (#…

    …36490)
    
    * Update changelog for v6.18.27 with upgrade info around cookies
    
    After this this change any existing cookies will be invalid (which may have implications for some apps)
    
    * Update CHANGELOG-6.x.md
    
    * Update CHANGELOG-6.x.md
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    T-Spoon and taylorotwell authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    c5fa693 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. [6.x] Fix validator treating null as true for (required|exclude)_(if|…

    …unless) due to loose in_array() check (#36504)
    
    * Fix required_if treating true as null
    
    * Fix required_unless treating true as null
    
    * Fix exclude_if treating true as null
    
    * Fix exclude_unless treating true as null
    jessarcher authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    3f5af8d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. patch

    taylorotwell committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    784f8ff View commit details
    Browse the repository at this point in the history
Loading