Skip to content

Commit e1a9454

Browse files
committed
prepare for release
1 parent cd494fa commit e1a9454

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

CHANGELOG_de-DE.md

+4
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@
4040

4141
* Show formatted date in logs
4242
* Correct empty Console body for newer Elasticsearch version
43+
44+
# 0.1.7
45+
46+
* Fixed theme compile button in Administration

CHANGELOG_en-GB.md

+4
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@
4040

4141
* Show formatted date in logs
4242
* Correct empty Console body for newer Elasticsearch version
43+
44+
# 0.1.7
45+
46+
* Fixed theme compile button in Administration

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frosh/tools",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Provides some basic things for managing the Shopware Installation",
55
"type": "shopware-platform-plugin",
66
"license": "MIT",

src/Resources/app/administration/src/module/frosh-tools/component/frosh-tools-tab-cache/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Component.register('frosh-tools-tab-cache', {
9494
for (let salesChannel of salesChannels) {
9595
const theme = salesChannel.extensions.themes.first();
9696

97-
if (theme.id) {
97+
if (theme) {
9898
await this.themeService.assignTheme(theme.id, salesChannel.id);
9999
this.createNotificationSuccess({
100100
message: `${salesChannel.translated.name}` + ': ' + this.$tc('frosh-tools.themeCompiled')

src/Resources/public/administration/js/frosh-tools.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)