Skip to content

Commit 66df775

Browse files
committed
Moved handlebars-helpers.js from core to admin sprinkle #897
1 parent 1e946fa commit 66df775

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3030
- `bake` command return error if account sprinkle is not included ([#944])
3131
- Email is case-sensitive ([#881]; [#1012])
3232
- Update vulnerable handlebars@^3.0.3 to ^4.0.12 ([#921])
33+
- Moved `handlebars-helpers.js` from `core` to `admin` sprinkle ([#897])
3334

3435
### Changed
3536
- 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.
@@ -794,6 +795,7 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x
794795
[#881]: https://github.com/userfrosting/UserFrosting/issues/881
795796
[#888]: https://github.com/userfrosting/UserFrosting/issues/888
796797
[#893]: https://github.com/userfrosting/UserFrosting/issues/893
798+
[#897]: https://github.com/userfrosting/UserFrosting/issues/897
797799
[#919]: https://github.com/userfrosting/UserFrosting/issues/919
798800
[#921]: https://github.com/userfrosting/UserFrosting/issues/921
799801
[#940]: https://github.com/userfrosting/UserFrosting/issues/940

app/sprinkles/admin/asset-bundles.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@
167167
}
168168
}
169169
}
170-
}
170+
}

app/sprinkles/core/assets/userfrosting/js/handlebars-helpers.js renamed to app/sprinkles/admin/assets/userfrosting/js/handlebars-helpers.js

File renamed without changes.

0 commit comments

Comments
 (0)