From 856c93e84303965e927df117ae044374a78d3f85 Mon Sep 17 00:00:00 2001 From: Ola Date: Thu, 1 Sep 2022 19:18:06 +0200 Subject: [PATCH 1/2] Fix broken template --- Magento_Msrp/web/template/product/price/price_box.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Magento_Msrp/web/template/product/price/price_box.html b/Magento_Msrp/web/template/product/price/price_box.html index 7a4a6a4c4..30d2102c1 100644 --- a/Magento_Msrp/web/template/product/price/price_box.html +++ b/Magento_Msrp/web/template/product/price/price_box.html @@ -19,7 +19,7 @@ class="price-wrapper" data-price-amount="" data-price-type="" - html="getMsrpPriceUnsanitizedHtml($row()) + html="getMsrpPriceUnsanitizedHtml($row())" > From eea3818d97887a1cab23d1a0c2b9d40ca158bcd0 Mon Sep 17 00:00:00 2001 From: Ola Date: Thu, 1 Sep 2022 19:19:36 +0200 Subject: [PATCH 2/2] bump ver 2.28.1 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b0d66c3f..ced2bd48d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ USE GITHUB ISSUE/PULL REQUEST NUMBERS, NOT INTERNAL ONE ### Updated ## [Released] +## [2.28.1] - 2022-09-01 +### Fixed +- broken `Magento_Msrp/web/template/product/price/price_box.html` template (add missing quote) ## [2.28.0] - 2022-08-23 ### Added - some component variables (#567)