From 71cc5b84c4ab34d267894497f31f1ba5432afb7d Mon Sep 17 00:00:00 2001 From: magentix Date: Thu, 24 Oct 2024 14:58:20 +0200 Subject: [PATCH] Bump to 104.3.15 --- CHANGELOG.md | 9 +++++++++ composer.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eec538cf..b236280c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -514,3 +514,12 @@ * PGTO-340: Fix job executor date format * PGTO-462: Set attribute code to lowercase for options * Fix non-scopable localizable attribute import + +### Version 104.3.15 : +* PGTO-398: Do not create an empty value for visual swatch in stores +* PGTO-463: Fix empty option label error for table attributes +* PGTO-472: Empty product model option label if not exist for local +* PGTO-479: Fix UUID error when product models have no variant +* PGTO-480: Fix request to match existing options +* Set default product name to empty instead of null +* Update UUID according sku configured column diff --git a/composer.json b/composer.json index 41173aaf..8bf69715 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "nyholm/psr7": "^1.5" }, "type": "magento2-module", - "version": "104.3.14", + "version": "104.3.15", "license": [ "OSL-3.0", "AFL-3.0"