You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
10
### Changed Requirements
11
11
- Changed minimum PHP Version to 7.1
12
12
13
+
### Changed Dependencies
14
+
- Updated Laravel Illuminate packages to 5.8
15
+
- Updated Twig to 2.11
16
+
- Updated PHPUnit to 7.5
17
+
- Updated Mockery to 1.2
18
+
- Updated nikic/php-parser to 4.2.2
19
+
- Updated PHPMailer/PHPMailer to 6.0.7
20
+
- Updated league/csv to 9.2.1
21
+
- Updated symfony/console to 4.3
22
+
- Updated vlucas/phpdotenv to 3.4.0
23
+
13
24
### Added
14
25
- Separated `BakeCommand` class into multiple methods to make it easier for sprinkle to add custom command to the `bake` command.
15
26
16
27
### Fix
17
28
-`bake` command return error if account sprinkle is not included ([#944])
29
+
- Email is case-sensitive ([#881]; [#1012])
18
30
19
31
### Changed
20
32
- Account sprinkle now extend the Core `BakeCommand` class to add the `create-admin` to the general bake command. Any sprinkle already extending the Core `BakeCommand` might need adjustments.
@@ -26,12 +38,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
26
38
## [v4.2.3]
27
39
28
40
### Added
29
-
- Config to set Domain of RememberMe Cookie ([#990];[#991]; Thanks @xrobau!)
41
+
- Config to set Domain of RememberMe Cookie ([#990],[#991]; Thanks @xrobau!)
30
42
- Config settings for password min/max length ([#993])
31
43
32
44
### Fixed
33
-
-[PHPMailer] Turn off opportunistic TLS when disabled ([#986]; [#987])
34
-
- Migrator now ignore files that don't end in `.php` ([#965]; Temporary fix for [#998])
45
+
-[PHPMailer] Turn off opportunistic TLS when disabled ([#986], [#987])
46
+
- Migrator now ignore files that don't end in `.php` ([#965], [#998])
0 commit comments