Skip to content

Commit

Permalink
Established the compatibility with Shopware from version 6.6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sschreier committed Mar 27, 2024
1 parent cead170 commit 3b03a39
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sschreier/sschreierbadgenavigationproductdetailpage",
"description": "badges for the navigation and the product detail page",
"version": "1.1.0",
"version": "1.2.0",
"type": "shopware-platform-plugin",
"license": "proprietary",
"authors": [
Expand All @@ -11,8 +11,8 @@
}
],
"require": {
"shopware/core": "~6.5.0",
"shopware/storefront": "~6.5.0"
"shopware/core": "~6.6.0",
"shopware/storefront": "~6.6.0"
},
"extra": {
"shopware-plugin-class": "Sschreier\\BadgeNavigationProductDetailPage\\SschreierBadgeNavigationProductDetailPage",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
line-height: 32px;
font-weight: 700;
color: #fff;
border-radius: $border-radius;
border-radius: 0 3px 3px 0;
border-color: transparent;
font-size: 18px;
letter-spacing: 0;
Expand Down
20 changes: 10 additions & 10 deletions src/Resources/config/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
<name>BadgeBackgroundColorConfiguration</name>
<label>background color of the badge</label>
<label lang="de-DE">Hintergrundfarbe des Badges</label>
<defaultValue>#008490</defaultValue>
<placeholder>#008490</placeholder>
<defaultValue>#0b539b</defaultValue>
<placeholder>#0b539b</placeholder>
</input-field>

<input-field type="colorpicker">
Expand Down Expand Up @@ -172,8 +172,8 @@
<name>Badge2BackgroundColorConfiguration</name>
<label>background color of the badge</label>
<label lang="de-DE">Hintergrundfarbe des Badges</label>
<defaultValue>#008490</defaultValue>
<placeholder>#008490</placeholder>
<defaultValue>#0b539b</defaultValue>
<placeholder>#0b539b</placeholder>
</input-field>

<input-field type="colorpicker">
Expand Down Expand Up @@ -214,8 +214,8 @@
<name>Badge3BackgroundColorConfiguration</name>
<label>background color of the badge</label>
<label lang="de-DE">Hintergrundfarbe des Badges</label>
<defaultValue>#008490</defaultValue>
<placeholder>#008490</placeholder>
<defaultValue>#0b539b</defaultValue>
<placeholder>#0b539b</placeholder>
</input-field>

<input-field type="colorpicker">
Expand Down Expand Up @@ -256,8 +256,8 @@
<name>Badge4BackgroundColorConfiguration</name>
<label>background color of the badge</label>
<label lang="de-DE">Hintergrundfarbe des Badges</label>
<defaultValue>#008490</defaultValue>
<placeholder>#008490</placeholder>
<defaultValue>#0b539b</defaultValue>
<placeholder>#0b539b</placeholder>
</input-field>

<input-field type="colorpicker">
Expand Down Expand Up @@ -298,8 +298,8 @@
<name>Badge5BackgroundColorConfiguration</name>
<label>background color of the badge</label>
<label lang="de-DE">Hintergrundfarbe des Badges</label>
<defaultValue>#008490</defaultValue>
<placeholder>#008490</placeholder>
<defaultValue>#0b539b</defaultValue>
<placeholder>#0b539b</placeholder>
</input-field>

<input-field type="colorpicker">
Expand Down

0 comments on commit 3b03a39

Please sign in to comment.