Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #201 from Qoraiche/fix-syntax-error-issue-199
Browse files Browse the repository at this point in the history
Update versions for latest fix
  • Loading branch information
ReeceM authored Feb 15, 2022
2 parents 1a488b6 + 96164af commit def16b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,3 +281,8 @@ Laravel 9 Support

## Added
- Allow the subject to be displayed in the mailables table instead of Namespace values

## Version 4.0.3

## Fixed
- Syntax error on the mailables.blade.php file. #199, #200
2 changes: 1 addition & 1 deletion src/MailEclipse.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MailEclipse
{
public const VIEW_NAMESPACE = 'maileclipse';

public const VERSION = '4.0.2';
public const VERSION = '4.0.3';

/**
* Default type examples for being passed to reflected classes.
Expand Down

0 comments on commit def16b9

Please sign in to comment.