diff --git a/CHANGELOG.md b/CHANGELOG.md index cae706c..a9e82c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Version 26.1.4 + +## Bugfixes + +* remove from the validation for catalog_product entity the callback + * `"import.callback.store.in.website.validator"` + +## Features + +* None + # Version 26.1.3 ## Bugfixes diff --git a/etc/configuration/operations.json b/etc/configuration/operations.json index 94e3e88..56ee219 100644 --- a/etc/configuration/operations.json +++ b/etc/configuration/operations.json @@ -104,7 +104,6 @@ "sku": [ "import.callback.custom.regex.validator" ], "store_view_code": [ "import.callback.store.view.code.validator", - "import.callback.store.in.website.validator" ], "attribute_set_code": [ "import.callback.attribute.set.name.validator" ], "product_type": [ "import_product.callback.validator.product_type" ],