From a4c30db791adeded5c700cf7a6e7c246e643db1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verri=C3=A8re?= Date: Mon, 25 Jul 2022 11:24:34 +0200 Subject: [PATCH] v103.0.4: Add version 103.0.4 changelog and bump composer.json version --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb2ef972..6c4036b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/composer.json b/composer.json index d156f8dd..4ea8e037 100644 --- a/composer.json +++ b/composer.json @@ -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"