Skip to content

Commit

Permalink
Add entry for bundled images
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Apr 28, 2024
1 parent 18dc6ca commit 653a19d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"command": "vendor/bin/phpstan analyse",
"problemMatcher": []
},
{
"label": "Bake",
"type": "shell",
"options": {},
"command": "php bakery bake",
"problemMatcher": [],
},
{
"label": "Serve",
"type": "shell",
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.

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).

## [5.1.1](https://github.com/userfrosting/theme-adminlte/compare/5.1.0...5.1.1)
- Add entry for bundled images

## [5.1.0](https://github.com/userfrosting/theme-adminlte/compare/5.0.1...5.1.0)
- Drop PHP 8.1 support, add PHP 8.3 support
- Update to Laravel 10
Expand Down
3 changes: 3 additions & 0 deletions app/assets/cupcake.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// ------ Export images ------
require('./userfrosting/images/cupcake.png');
require('./userfrosting/images/cupcake.svg');
File renamed without changes
2 changes: 1 addition & 1 deletion app/templates/pages/register.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<p>
{{translate('TOS_AGREEMENT', {
'site_title' : site.title,
'link_attributes' : 'class="js-show-tos" href="#" data-toggle="modal"'
'link_attributes' : 'class="js-show-tos" data-toggle="modal"'
}) | raw}}
</p>
</div>
Expand Down

0 comments on commit 653a19d

Please sign in to comment.