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 6, 2024
1 parent 4dc78c8 commit 3084608
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* 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`

# Version 4.2.5

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"techdivision/import-customer-address": "^17.0.6",
"techdivision/import-category": "^21.0.3",
"techdivision/import-category-ee": "^22.0.1",
"techdivision/import-product": "^25.2.3",
"techdivision/import-product": "^25.3.0",
"techdivision/import-product-msi": "^20.1.0",
"techdivision/import-product-tier-price": "^18.0.1",
"techdivision/import-product-url-rewrite": "^25.0.4",
Expand All @@ -39,7 +39,7 @@
"techdivision/import-converter-product-attribute": "^10.0.1",
"techdivision/import-converter-customer-attribute": "^3.0.0",
"techdivision/import-serializer-csv": "^1.0.2",
"techdivision/import-dbal-collection": "^1.1.4",
"techdivision/import-dbal-collection": "^1.2.0",
"techdivision/import-cache-collection": "^1.0.0",
"techdivision/import-configuration": "^5.2.1",
"egulias/email-validator": "^3.2"
Expand Down

0 comments on commit 3084608

Please sign in to comment.