Skip to content

Commit 23452a9

Browse files
committed
Release 1.2.1
1 parent d6c7364 commit 23452a9

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG_de-DE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.2.1
2+
- Plugin-Name als Namespace für eigene Templates verwenden: es gibt Fehler auf 6.4.5.0 für nicht auffindbare Templates
3+
- Zeige niemals eine Bewertung an, wenn die Bewertung im Shop deaktiviert ist
4+
- Sammle alle möglichen propertyGroups jedes Produkts zum Vergleich: wir haben einige verschiedene Eigenschaften. Der Kunde sollte immer alle Eigenschaften der zu vergleichenden Produkte sehen
5+
16
# 1.2.0
27
- [Issue-20] (https://github.com/FriendsOfShopware/FroshProductCompare/issues/20) Fixes Cross-Sellings-Vergleich funktioniert nicht mit Produktvarianten
38
- [Issue-19] (https://github.com/FriendsOfShopware/FroshProductCompare/issues/19) Neue Plugin-Konfiguration hinzugefügt, um Attribute auszublenden (Beschreibung/Preis/Bewertung/Hersteller oder den ganzen Abschnitt)

CHANGELOG_en-GB.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.2.1
2+
- Use plugin name as namespace for own templates: there are errors thrown on 6.4.5.0 for not findable template
3+
- Never show rating if review is disabled in shop
4+
- Collect all possible propertyGroups of each product for comparison: we are having some different properties. The customer should always see all properties related to compared products
5+
16
# 1.2.0
27
- [Issue-20] (https://github.com/FriendsOfShopware/FroshProductCompare/issues/20) Fixes cross-sellings compare does not work with product variants
38
- [Issue-19] (https://github.com/FriendsOfShopware/FroshProductCompare/issues/19) Added a new plugin's config to hide attributes (description/price/rating/manufacturer or the whole section)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ http://shopware.thuong.lv/
1919

2020
## Requirements
2121

22-
| Version | Requirements |
23-
|--------- |---------------------------- |
24-
| 1.2.0 | Shopware 6.4 >= |
22+
| Version | Requirements |
23+
|------------|---------------------------- |
24+
| 1.2.1 | Shopware 6.4 >= |
2525

2626
## License
2727

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frosh/product-compare",
33
"description": "A Simple Product Compare plugin for Shopware 6",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"type": "shopware-platform-plugin",
66
"license": "MIT",
77
"authors": [

src/Resources/views/storefront/component/compare/section/specification.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<tr class="property">
99
<th class="capitalize">{{ property.translated.name|e }}</th>
1010
{% sw_include '@Storefront/storefront/component/compare/partial/properties.html.twig' with {
11+
property: property,
1112
linePropertyId: property.id,
1213
} %}
1314
</tr>

0 commit comments

Comments
 (0)