From 3cfab4fa22c33bdc7e240cd1bd194f54487b0c5e Mon Sep 17 00:00:00 2001 From: yamlahik Date: Tue, 14 May 2024 14:37:09 +0200 Subject: [PATCH] update changelog && dependencies --- CHANGELOG.md | 12 +++++++++--- composer.json | 6 +++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7286355d..86bc7e38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,11 +11,17 @@ ## Bugfixes -* import +* **import** * Fix swiftmailer security bug * Update swiftmailer/swiftmailer with version ^6.0.0 -* Add new paramater `$clearCache` to the method `findOneBySku($sku, $clearCache = false)` to clearcache in module `techdivision/import-product` -* Add new methode `removeCache(array $params = array())` in module `techdivision/import-dbal-collection` +* **import-product:** + * Add new paramater `$clearCache` to the method `findOneBySku($sku, $clearCache = false)` to clearcache in module `techdivision/import-product` + * Add new methode `removeCache(array $params = array())` in module `techdivision/import-dbal-collection` +* **import-product, import-product-ee, import-product-tier-price:** + * Fix issue: Remove the tier price for all products that are available through the fired listener + * Define a new method `addPrimarySkuToRowPkMapping` to map the SKU with the primary SKU of the row + * Define a new method `addPrimarySkuToPkMapping` to map the SKU with the primary SKU of the row for enterprise edition + * Define new `src/Utils/PrimarySkuToPkMappingUtil` to limit the listener just to tier price SKUs and entity/Row IDs. # Version 4.2.5 diff --git a/composer.json b/composer.json index f0b217cc..a7750320 100755 --- a/composer.json +++ b/composer.json @@ -15,16 +15,16 @@ "techdivision/import-customer-address": "^17.0.6", "techdivision/import-category": "^21.0.3", "techdivision/import-category-ee": "^22.0.1", - "techdivision/import-product": "^25.3.0", + "techdivision/import-product": "^25.3.1", "techdivision/import-product-msi": "^20.1.0", - "techdivision/import-product-tier-price": "^18.0.1", + "techdivision/import-product-tier-price": "^18.1.0", "techdivision/import-product-url-rewrite": "^25.0.4", "techdivision/import-product-link": "^25.0.3", "techdivision/import-product-media": "^27.0.3", "techdivision/import-product-bundle": "^25.0.1", "techdivision/import-product-variant": "^25.0.5", "techdivision/import-product-grouped": "^19.0.0", - "techdivision/import-product-ee": "^26.1.0", + "techdivision/import-product-ee": "^26.1.1", "techdivision/import-product-link-ee": "^27.0.0", "techdivision/import-product-media-ee": "^28.0.0", "techdivision/import-product-bundle-ee": "^27.0.0",