Skip to content

Commit

Permalink
Merge branch 'fa5' into update-fa5
Browse files Browse the repository at this point in the history
  • Loading branch information
amosfolz committed Jul 14, 2019
2 parents 007e9cb + 706caa4 commit 1e07b98
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Updated league/csv to 9.2.1
- Updated symfony/console to 4.3
- Updated vlucas/phpdotenv to 3.4.0
- [Frontend] Updated handlebar from 3.0.x to 4.1.2

### Added
- Separated `BakeCommand` class into multiple methods to make it easier for sprinkle to add custom command to the `bake` command.
Expand All @@ -28,6 +29,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fix
- `bake` command return error if account sprinkle is not included ([#944])
- Email is case-sensitive ([#881]; [#1012])
- Update vulnerable handlebars@^3.0.3 to ^4.0.12 ([#921])
- Moved `handlebars-helpers.js` from `core` to `admin` sprinkle ([#897])

### Changed
- 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.
Expand Down Expand Up @@ -792,7 +795,9 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x
[#881]: https://github.com/userfrosting/UserFrosting/issues/881
[#888]: https://github.com/userfrosting/UserFrosting/issues/888
[#893]: https://github.com/userfrosting/UserFrosting/issues/893
[#897]: https://github.com/userfrosting/UserFrosting/issues/897
[#919]: https://github.com/userfrosting/UserFrosting/issues/919
[#921]: https://github.com/userfrosting/UserFrosting/issues/921
[#940]: https://github.com/userfrosting/UserFrosting/issues/940
[#950]: https://github.com/userfrosting/UserFrosting/issues/950
[#951]: https://github.com/userfrosting/UserFrosting/issues/951
Expand Down
2 changes: 1 addition & 1 deletion app/sprinkles/admin/asset-bundles.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion app/sprinkles/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bootstrap": "^3.3.6",
"clipboard": "^1.5.16",
"fastclick": "^1.0.6",
"handlebars": "^3.0.3",
"handlebars": "^4.1.2",
"icheck": "^1.0.1",
"ionicons": "^2.0.1",
"jquery": "^3.2.1",
Expand Down

0 comments on commit 1e07b98

Please sign in to comment.