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
+ ## 7.0.0 - 2024-03-24
8
+
9
+ ** Added**
10
+
11
+ - Laravel 10 and 11 support
12
+ - Customizable job class for queueing
13
+ - Index on emails table to improve performance
14
+ - Added support for SQLite and PostgreSQL
15
+
16
+ ** Changed**
17
+
18
+ - Email::compose() has changed. See UPGRADING.md
19
+ - Old email table is incompatible - new table will be created
20
+
21
+ ** Removed**
22
+
23
+ - Support for Laravel 6, 7, 8 and 9
24
+ - Email encyption
25
+
7
26
## 6.3.0 - 2023-12-30
8
27
9
28
** Added**
You can’t perform that action at this time.
0 commit comments