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: v11.44.1
Choose a base ref
...
head repository: laravel/framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.44.2
Choose a head ref
  • 9 commits
  • 13 files changed
  • 8 contributors

Commits on Mar 5, 2025

  1. Update CHANGELOG

    taylorotwell authored and github-actions[bot] committed Mar 5, 2025
    Copy the full SHA
    2a20502 View commit details
  2. fix: resolve whereNotMorphedTo query (#54902)

    This resolves an issue with the `whereNotMorphedTo()` method where
    the query results in a double negative. This changes to a format
    that resembles the previous logic.
    owenvoke authored Mar 5, 2025
    Copy the full SHA
    3bc6805 View commit details
  3. Change paginage() method return types to `\Illuminate\Pagination\Le…

    …ngthAwarePaginator` (#54826) (#54917)
    
    Return types of all the subsequent calls are returning this, which in turn implements `\Illuminate\Contracts\Pagination\LengthAwarePaginator`
    
    Related to bmewburn/vscode-intelephense#2912. Which I in turn had issues with locally where calling methods to the returned data from `->paginage()` did not auto complete.
    
    Hope this is possible to backport to 11.x too if this is a change that is okay.
    carestad authored Mar 5, 2025
    Copy the full SHA
    f5679ce View commit details

Commits on Mar 6, 2025

  1. Revert faulty change to EnumeratesValues::ensure() doc block (#54919)

    axlon authored Mar 6, 2025
    Copy the full SHA
    69a7dbd View commit details
  2. Add #[RequiresPhpExtension('intl')] attribute to `testValidateMxRec…

    …ord` and `testCombiningRules` due to intl extension dependency. (#54918)
    alikhosravidev authored Mar 6, 2025
    Copy the full SHA
    3ac6ae1 View commit details

Commits on Mar 7, 2025

  1. Fix issue with using RedisCluster with compression or serialization f…

    …or Laravel 11.x (#54935)
    rzv-me authored Mar 7, 2025
    Copy the full SHA
    006eada View commit details

Commits on Mar 11, 2025

  1. Update docblock

    crynobone authored Mar 11, 2025
    Copy the full SHA
    c1cc6cc View commit details

Commits on Mar 12, 2025

  1. Fix callOnce in Seeder so it handles arrays properly (#54985)

    lbovit authored Mar 12, 2025
    Copy the full SHA
    f1778fb View commit details
  2. Update version to v11.44.2

    taylorotwell authored and github-actions[bot] committed Mar 12, 2025
    Copy the full SHA
    f85216c View commit details
Loading