Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnert committed Jul 18, 2020
1 parent 7e17006 commit 7abbc5e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Version 25.0.1

## Bugfixes

* Fixed techdivision/import-product#156

## Features

* None

# Version 25.0.0

## Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion etc/configuration/operations.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"sku": [ "import.callback.custom.regex.validator" ],
"store_view_code": [ "import.callback.store.view.code.validator" ],
"attribute_set_code": [ "import.callback.attribute.set.name.validator" ],
"product_type": [ "import.callback.custom.array.validator" ],
"product_type": [ "import_product.callback.validator.product_type" ],
"tax_class_id": [ "import_product.callback.validator.tax.class" ],
"product_websites": [ "import.callback.store.website.validator" ],
"visibility": [ "import.callback.visibility.validator" ],
Expand Down

0 comments on commit 7abbc5e

Please sign in to comment.