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.1
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.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 27, 2023

  1. Update CHANGELOG

    driesvints authored and github-actions[bot] committed Dec 27, 2023

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    906bc95 View commit details

Commits on Jan 17, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    7a11a4f View commit details
Showing with 7 additions and 1 deletion.
  1. +6 −1 CHANGELOG.md
  2. +1 −0 src/Console/InstallCommand.php
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Release Notes

## [Unreleased](https://github.com/laravel/jetstream/compare/v4.2.0...4.x)
## [Unreleased](https://github.com/laravel/jetstream/compare/v4.2.1...4.x)

## [v4.2.1](https://github.com/laravel/jetstream/compare/v4.2.0...v4.2.1) - 2023-12-27

* [4.x] Remove Unreachable `return` in PHPUnit test stubs by [@nathanheffley](https://github.com/nathanheffley) in https://github.com/laravel/jetstream/pull/1423
* [4.x] Fix PHPDoc for `UpdateUserProfileInformation::update` by [@rstefanic](https://github.com/rstefanic) in https://github.com/laravel/jetstream/pull/1424

## [v4.2.0](https://github.com/laravel/jetstream/compare/v4.1.2...v4.2.0) - 2023-12-19

1 change: 1 addition & 0 deletions src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
@@ -66,6 +66,7 @@ public function handle()

// "Home" Route...
$this->replaceInFile('/home', '/dashboard', app_path('Providers/RouteServiceProvider.php'));
$this->replaceInFile('/home', '/dashboard', config_path('fortify.php'));

if (file_exists(resource_path('views/welcome.blade.php'))) {
$this->replaceInFile('/home', '/dashboard', resource_path('views/welcome.blade.php'));