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
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ 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
13
+
### Changed Composer Dependencies
14
14
- Updated Laravel Illuminate packages to 5.8
15
15
- Updated Twig to 2.11
16
16
- Updated PHPUnit to 7.5
@@ -21,21 +21,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
21
21
- Updated symfony/console to 4.3
22
22
- Updated vlucas/phpdotenv to 3.4.0
23
23
24
+
### Changed Frontend Dependencies
25
+
- Updated handlebar from 3.0.x to 4.1.2
26
+
- Updated AdminLTE theme to 2.4.15 ([#994; #1014; #1015])
27
+
- Updated Font Awesome to 5.9 ([#957]; [#870])
28
+
24
29
### Added
25
30
- Separated `BakeCommand` class into multiple methods to make it easier for sprinkle to add custom command to the `bake` command.
26
31
- Allow null group assignment for users ([#867]; [#964])
27
32
28
33
### Fix
29
34
-`bake` command return error if account sprinkle is not included ([#944])
30
35
- Email is case-sensitive ([#881]; [#1012])
36
+
- Update vulnerable handlebars@^3.0.3 to ^4.0.12 ([#921])
37
+
- Moved `handlebars-helpers.js` from `core` to `admin` sprinkle ([#897])
38
+
- Remove `Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead` message ([#1016])
31
39
32
40
### Changed
33
41
- 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.
34
42
- Updated custom Eloquent relations (`belongsToManyThrough`, `morphToManyUnique`, `belongsToManyUnique`, `morphToManyUnique`, etc.) to support Laravel 5.8. See [The `belongsToMany` Method](https://laravel.com/docs/5.5/upgrade#upgrade-5.5.0).
35
-
- Update to AdminLTE 2.3.11 ([#1014])
36
43
37
44
### Removed
38
45
- Removed `belongsToManyConstrained` (deprecated in 4.1.6)
46
+
- Remove `league/flysystem-aws-s3-v3` and `league/flysystem-rackspace` as core dependencies ([#1018])
39
47
40
48
## [v4.2.3]
41
49
@@ -788,16 +796,20 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x
0 commit comments