8000 Comparing v11.40.0...v11.41.0 · laravel/framework · GitHub
[go: up one dir, main page]

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.40.0
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.41.0
Choose a head ref
  • 14 commits
  • 31 files changed
  • 13 contributors

Commits on Jan 24, 2025

  1. Update CHANGELOG

    taylorotwell authored and github-actions[bot] committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    ecc0050 View commit details
    Browse the repository at this point in the history
  2. [11.x] more pint rules (#54332)

    * start syncing StyleCI rules to Pint
    
    starting with the simple ones
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * alphabetize
    
    * `print` --> `echo`
    
    found one more
    
    * one more rule
    browner12 authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    9bb41a6 View commit details
    Browse the repository at this point in the history
  3. wip

    taylorotwell committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    ae05e49 View commit details
    Browse the repository at this point in the history
  4. wip

    taylorotwell committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    ebd115f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2025

  1. [11.x] Allow TestComponent to be macroable (#54359)

    * macro test component
    
    * test
    ziadoz authored Jan 26, 2025
    Configuration menu
    Copy the full SHA
    4673387 View commit details
    Browse the repository at this point in the history
  2. [11.x] Fix validator return fails if using different date formats (#5…

    …4350)
    
    * fix validator return fails if using different formats
    
    * change params name in test
    
    ---------
    
    Co-authored-by: cuong.tt <cuong.tt@gmail.com>
    mrvipchien and cuong.tt authored Jan 26, 2025
    Configuration menu
    Copy the full SHA
    48bdc07 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. [11.x] fix the method explodeExplicitRule to support Customizab…

    …le Date Validation (#54353)
    
    * fix Date Validation rules
    
    * fix Date Validation rules
    
    * styleci
    
    ---------
    
    Co-authored-by: cuong.tt <cuong.tt@gmail.com>
    mrvipchien and cuong.tt authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    b7fca4b View commit details
    Browse the repository at this point in the history
  2. [11.x] Adds the addPath() method to the Lang facade and the `Tran…

    …slator` class. (#54347)
    
    * Update Lang.php
    
    * Update Translator.php
    
    * Update Translator.php
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    selcukcukur and taylorotwell authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    13c3913 View commit details
    Browse the repository at this point in the history
  3. Improve: add fire failed event at once (#54376)

    Co-authored-by: cesar molina <cmolina@promarketingchile.com>
    cesarMtorres and cesar molina authored Jan 27, 2025
Configuration menu
Copy the full SHA
8d2c225 View commit details
Browse the repository at this point in the history
  • [11.x] feat: Create missing pgsql database when running migrations (#…

    …54314)
    
    * feat: Create missing pgsql database
    
    * feat: Create missing pgsql database
    
    * feat: Create missing pgsql database
    
    * feat: Create missing pgsql database
    
    * feat: Create missing pgsql database
    
    * feat: Create missing pgsql database
    
    * formatting
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    mathiasgrimm and taylorotwell authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    96302bf View commit details
    Browse the repository at this point in the history
  • [11.x] Proper rate limiter fix with phpredis serialization/compressio…

    …n enabled (#54372)
    
    * Properly resolve RateLimiter not working while redis serialization or compression is enabled
    
    * Fix code style
    
    * Fix test
    
    * Skip outdated test
    
    * formatting
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    TheLevti and taylorotwell authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    2d10f2a View commit details
    Browse the repository at this point in the history
  • Commits on Jan 28, 2025

    1. update testcase rule is a part of the list (#54387)

      Co-authored-by: cuong.tt <cuong.tt@gmail.com>
      mrvipchien and cuong.tt authored Jan 28, 2025
      Configuration menu
      Copy the full SHA
      d141865 View commit details
      Browse the repository at this point in the history
    2. [11.x] Use Date facade for storing the password confirmation timest…

      …amp (#54383)
      
      This matches the changes via laravel/fortify#520
      
      --------------
      
      Currently, the password confirmation endpoint uses PHP's inbuilt `time()` function. This does not consider `freezeSecond()` or `Date::setTestNow()`. Leading to inconsistent results during tests.
      
      This update maintains compatibility with existing features as both `time()` and `->unix()` return a UNIX timestamp.
      
      Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
      Co-authored-by: Chris van Lier <93382176+chrisvanlier2005@users.noreply.github.com>
      crynobone and chrisvanlier2005 authored Jan 28, 2025
      Configuration menu
      Copy the full SHA
      33a882d View commit details
      Browse the repository at this point in the history
    3. Configuration menu
      Copy the full SHA
      42d6ae0 View commit details
      Browse the repository at this point in the history
    Loading
    0