Releases: JoggApp/laravel-mail-viewer
Releases · JoggApp/laravel-mail-viewer
v3.0.0
v2.2.0
- The package now uses DB transactions. PR for this feature
- Big thanks & credits to Wouter Peschier for making this possible :)
v2.1.1
v2.1.0
- We can now define the factory states to be used for any dependency of a mailable, if the dependency is an eloquent model. PR for this feature
- Big thanks & credits to Wouter Peschier for making this possible :)
v2.0.2
v2.0.1
v2.0.0
- Major changes in how the mailables are registered in the config file.
- Now no need to have objects & factories in the config file.
- Please read the comments in the config file for the 'mailable' key and update yours accordingly.
- The config file is now cacheable as well as serializable.
- Directory structure changed.