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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
20
20
- Updated league/csv to 9.2.1
21
21
- Updated symfony/console to 4.3
22
22
- Updated vlucas/phpdotenv to 3.4.0
23
+
-[Frontend] Updated handlebar from 3.0.x to 4.1.2
23
24
24
25
### Added
25
26
- Separated `BakeCommand` class into multiple methods to make it easier for sprinkle to add custom command to the `bake` command.
@@ -28,6 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
28
29
### Fix
29
30
-`bake` command return error if account sprinkle is not included ([#944])
30
31
- Email is case-sensitive ([#881]; [#1012])
32
+
- Update vulnerable handlebars@^3.0.3 to ^4.0.12 ([#921])
31
33
32
34
### Changed
33
35
- 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.
@@ -793,6 +795,7 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x
0 commit comments