From a889dd7d589a39f68f027362452050118b88b879 Mon Sep 17 00:00:00 2001 From: "pankajchandra.bhatt130" Date: Wed, 27 Jul 2022 12:27:20 +0530 Subject: [PATCH 1/2] Compatibility with v1.4.3 --- CHANGELOG for v1.3.x.md => CHANGELOG for v1.4.x.md | 9 +++++++++ src/Helpers/PwaConfigurableOption.php | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) rename CHANGELOG for v1.3.x.md => CHANGELOG for v1.4.x.md (75%) diff --git a/CHANGELOG for v1.3.x.md b/CHANGELOG for v1.4.x.md similarity index 75% rename from CHANGELOG for v1.3.x.md rename to CHANGELOG for v1.4.x.md index 10be52143..2b36b14cc 100644 --- a/CHANGELOG for v1.3.x.md +++ b/CHANGELOG for v1.4.x.md @@ -1,3 +1,12 @@ +# CHANGELOG for v1.4.x + +#### This changelog consists the bug & security fixes and new features being included in the releases listed below. + +## **v1.3.3(31th of Nov, 2021)** - *Release* + +* [feature] Compatible With bagisto v1.4.3 + + # CHANGELOG for v1.3.x #### This changelog consists the bug & security fixes and new features being included in the releases listed below. diff --git a/src/Helpers/PwaConfigurableOption.php b/src/Helpers/PwaConfigurableOption.php index 8ce018780..dd2761d49 100644 --- a/src/Helpers/PwaConfigurableOption.php +++ b/src/Helpers/PwaConfigurableOption.php @@ -3,7 +3,7 @@ namespace Webkul\PWA\Helpers; use Webkul\Attribute\Repositories\AttributeOptionRepository as AttributeOption; -use Webkul\Product\Helpers\ProductImage; +use Webkul\Product\Models\ProductImage; use Webkul\PWA\Helpers\Price; use Webkul\Product\Models\Product; use Webkul\Product\Helpers\ConfigurableOption; @@ -35,7 +35,7 @@ class PwaConfigurableOption extends ConfigurableOption * Create a new controller instance. * * @param Webkul\Attribute\Repositories\AttributeOptionRepository $attributeOption - * @param Webkul\Product\Helpers\ProductImage $productImage + * @param Webkul\Product\Models $productImage * @param Webkul\Product\Helpers\Price $price * @return void */ From 042e7dd5c0a47c4f627934efbea4096b25b08388 Mon Sep 17 00:00:00 2001 From: pankaj bhatt <110082982+pankajChandraBhatt@users.noreply.github.com> Date: Tue, 23 Aug 2022 11:02:13 +0530 Subject: [PATCH 2/2] Update CHANGELOG for v1.4.x.md --- CHANGELOG for v1.4.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG for v1.4.x.md b/CHANGELOG for v1.4.x.md index 2b36b14cc..63f4ce730 100644 --- a/CHANGELOG for v1.4.x.md +++ b/CHANGELOG for v1.4.x.md @@ -2,7 +2,7 @@ #### This changelog consists the bug & security fixes and new features being included in the releases listed below. -## **v1.3.3(31th of Nov, 2021)** - *Release* +## **v1.4.3(31th of Sept, 2022)** - *Release* * [feature] Compatible With bagisto v1.4.3