Skip to content

Commit

Permalink
Merge pull request bagisto#250 from pankajChandraBhatt/v1.4.3
Browse files Browse the repository at this point in the history
Compatibility with v1.4.3
  • Loading branch information
vivek-webkul authored Feb 10, 2023
2 parents 348b58f + 042e7dd commit 2813741
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG for v1.3.x.md → CHANGELOG for v1.4.x.md
Original file line number Diff line number Diff line change
@@ -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.4.3(31th of Sept, 2022)** - *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.
Expand Down
4 changes: 2 additions & 2 deletions src/Helpers/PwaConfigurableOption.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit 2813741

Please sign in to comment.