Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.x] Drop Laravel 6 mail view #9545

Merged
merged 1 commit into from
Feb 20, 2024
Merged

[4.x] Drop Laravel 6 mail view #9545

merged 1 commit into from
Feb 20, 2024

Conversation

duncanmcclean
Copy link
Member

@duncanmcclean duncanmcclean commented Feb 19, 2024

In Laravel 7, some changes were made to how mail drivers were configured. This resulted in some of the settings displayed in the Email Utility being split into different partials so we could support both at the same time (see #1679).

While doing something else I noticed we still had these separate partials hanging around so I thought I'd get rid of them and move the >= Laravel 7 code into the main email utility view.

Since this isn't a breaking change, this PR targets 4.x.

@jasonvarga jasonvarga merged commit 6ab5f3c into 4.x Feb 20, 2024
38 checks passed
@jasonvarga jasonvarga deleted the drop-laravel-6-mail-views branch February 20, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants