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: diglactic/laravel-breadcrumbs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.1.1
Choose a base ref
...
head repository: diglactic/laravel-breadcrumbs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.0.0
Choose a head ref
  • 6 commits
  • 11 files changed
  • 4 contributors

Commits on Oct 9, 2023

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

Commits on Feb 2, 2024

  1. Update README.md

    shengslogar authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    cdcb7cc View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

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

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    1d2a679 View commit details
    Browse the repository at this point in the history
  2. Update README

    - Reformat
    - Include instructions to keep laravel.com links up-to-date
    shengslogar committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    b1e766f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Add support for Laravel 11 (#81)

    * Add Laravel 11 dependency
    
    * Remove/replace broken links
    
    * Tweak package versions
    
    * Attempt to support PHPUnit v10 and v8 simultaneously
    
    * Drop support of PHPUnit v8
    
    Dropping support of PHPUnit v8 means dropping support of PHP 7.2 which means dropping support of Laravel v6 and v7
    
    * Update workflow
    
    * Update tests and upgrade phpunit.xml
    
    * Update upgrade guide
    
    * Attempt to use newer GH actions
    
    * Configure Codecov
    
    * Formatting
    
    * Remove unneeded test case
    
    IDE Helper-related issue was patched in v2.9.1, which only supported Laravel 7+. Since we dropped older Laravel versions, we can remove this.
    
    @see barryvdh/laravel-ide-helper#627
    
    * Improve phrasing
    
    * Whoops
    
    * Rearrange
    shengslogar authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    88e8f01 View commit details
    Browse the repository at this point in the history
Loading