File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 4.0.1 - 2018-12-31
8
+
9
+ ** Added**
10
+
11
+ - New environment variable ` LARAVEL_DATABASE_EMAILS_TESTING_ENABLED ` to indicate if testing mode is enabled (* )
12
+
13
+ ** Fixed**
14
+
15
+ - Fixed issue where Mailables would not be read correctly
16
+ - Config file was not cachable (* )
17
+
18
+ (* ) = To be able to cache the config file, change the 'testing' closure to the environment variable as per ` laravel-database-emails.php ` config file.
19
+
20
+ ## 4.0.0 - 2018-09-15
21
+
22
+ ** Changed**
23
+
24
+ - Changed package namespace
25
+
7
26
## 3.0.3 - 2018-07-24
8
27
9
28
** Fixed**
You can’t perform that action at this time.
0 commit comments