8000 Comparing v4.2.0...v4.2.1 · laravel/jetstream · 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/jetstream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.0
Choose a base ref
...
head repository: laravel/jetstream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.1
Choose a head ref
  • 3 commits
  • 17 files changed
  • 3 contributors

Commits on Dec 19, 2023

  1. Update CHANGELOG

    driesvints authored and github-actions[bot] committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    9173207 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. [4.x] Remove Unreachable return in PHPUnit test stubs (#1423)

    * Update RegistrationTest.php
    
    * Update PasswordResetTest.php
    
    * Update EmailVerificationTest.php
    
    * Update ApiTokenPermissionsTest.php
    
    * Update CreateApiTokenTest.php
    
    * Update DeleteAccountTest.php
    
    * Update DeleteApiTokenTest.php
    
    * Update InviteTeamMemberTest.php
    
    * Update TwoFactorAuthenticationSettingsTest.php
    
    * Update TwoFactorAuthenticationSettingsTest.php
    
    * Update ApiTokenPermissionsTest.php
    
    * Update CreateApiTokenTest.php
    
    * Update DeleteAccountTest.php
    
    * Update DeleteApiTokenTest.php
    
    * Update InviteTeamMemberTest.php
    
    * Update TwoFactorAuthenticationSettingsTest.php
    nathanheffley authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    108e2ce View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. [4.x] Fix PHPDoc for UpdateUserProfileInformation::update (#1424)

    The `$input` parameter is typed as an `array<string, string>`, but
    `$input['photo']` is an `UploadedFile` and not a `string`.
    rstefanic authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    fb22f2d View commit details
    Browse the repository at this point in the history
Loading
0