Skip to content

Commit 653a19d

Browse files
committed
Add entry for bundled images
1 parent 18dc6ca commit 653a19d

5 files changed

Lines changed: 14 additions & 1 deletion

File tree

.vscode/tasks.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
"command": "vendor/bin/phpstan analyse",
3232
"problemMatcher": []
3333
},
34+
{
35+
"label": "Bake",
36+
"type": "shell",
37+
"options": {},
38+
"command": "php bakery bake",
39+
"problemMatcher": [],
40+
},
3441
{
3542
"label": "Serve",
3643
"type": "shell",

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [5.1.1](https://github.com/userfrosting/theme-adminlte/compare/5.1.0...5.1.1)
8+
- Add entry for bundled images
9+
710
## [5.1.0](https://github.com/userfrosting/theme-adminlte/compare/5.0.1...5.1.0)
811
- Drop PHP 8.1 support, add PHP 8.3 support
912
- Update to Laravel 10

app/assets/cupcake.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// ------ Export images ------
2+
require('./userfrosting/images/cupcake.png');
3+
require('./userfrosting/images/cupcake.svg');
File renamed without changes.

app/templates/pages/register.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<p>
8888
{{translate('TOS_AGREEMENT', {
8989
'site_title' : site.title,
90-
'link_attributes' : 'class="js-show-tos" href="#" data-toggle="modal"'
90+
'link_attributes' : 'class="js-show-tos" data-toggle="modal"'
9191
}) | raw}}
9292
</p>
9393
</div>

0 commit comments

Comments
 (0)