Skip to content

Commit

Permalink
v103.0.4: Add version 103.0.4 changelog and bump composer.json version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Verrière committed Jul 25, 2022
1 parent f946dd9 commit a4c30db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,3 +355,9 @@

### Version 103.0.3 :
* Fix simple product association with configurable product when a variation from a two-level family variant is imported without the product model

### Version 103.0.4 :
* Fix "setRelated" temporary table name to unique value
* Fix product model variant change in `catalog_product_super_attribute` table
* Fix `Too few arguments to function Laminas\Diactoros\ResponseFactory::__construct()` issue by adding `nyholm/psr7` dependency
* Fix missing "$edition" variable in `Job/Product.php`
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"nyholm/psr7": "^1.5"
},
"type": "magento2-module",
"version": "103.0.3",
"version": "103.0.4",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down

0 comments on commit a4c30db

Please sign in to comment.