Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Fixed #PAC-243: Fixed issue of attributes that can not be updated
* Switch log level for exception stack trace for missing media directories from warning to debug
  • Loading branch information
wagnert committed Oct 2, 2020
1 parent d6662ce commit 1e66d4e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 20 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@

## Bugfixes

* PAC-239: Allow null values for for attribute 'gender' during customer import
* Fixed techdivision/import-category#69
* Fixed #PAC-243: Fixed issue of attributes that can not be updated
* Fixed #PAC-239: Allow null values for for attribute `gender` during customer import

## Features

* None
* Switch log level for exception stack trace for missing media directories from warning to debug

# Version 3.8.32

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"techdivision/import-app-simple": "17.0.0",
"techdivision/import-configuration-jms": "16.0.2",
"techdivision/import-ee": "15.0.0",
"techdivision/import-attribute": "20.1.2",
"techdivision/import-attribute": "20.1.3",
"techdivision/import-attribute-set": "15.0.0",
"techdivision/import-customer": "16.0.1",
"techdivision/import-customer-address": "16.0.1",
"techdivision/import-category": "20.0.4",
"techdivision/import-category": "20.0.5",
"techdivision/import-category-ee": "21.0.1",
"techdivision/import-product": "24.0.4",
"techdivision/import-product-msi": "19.0.0",
Expand Down
32 changes: 16 additions & 16 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e66d4e

Please sign in to comment.