Skip to content

Commit

Permalink
update changelog && dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kenza-ya committed May 14, 2024
1 parent 3084608 commit 3cfab4f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3cfab4f

Please sign in to comment.