Skip to content

Commit

Permalink
composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Mardl committed May 5, 2023
1 parent 36f3bc6 commit 8052975
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 91 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

## Bugfixes

* Start fix php8.2 deprecated warnings

* import-product:
* unset update_at from attribute by update statement to avoid old data
* UrlKeyObserver: Optimize url_key function to extend/overwrite in own calculation
Expand All @@ -51,6 +53,9 @@
* import-app-simple:
* PHP 8.x third party library compatibility
* Fix smyfony/console version 5 compatibility

* import-attributes:
* Fix EntityLoader initialization of default values

# Version 4.2.3

Expand Down
1 change: 1 addition & 0 deletions RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ public function runCpd()
$this->properties['vendor.dir'].'/techdivision/import-attribute/src/Utils/MemberNames.php',
$this->properties['vendor.dir'].'/techdivision/import-attribute/src/Subjects/OptionSubject.php',
$this->properties['vendor.dir'].'/techdivision/import-attribute/src/Loaders/RawEntityLoader.php',
$this->properties['vendor.dir'].'/techdivision/import-attribute-set/src/Loaders/RawEntityLoader.php',
$this->properties['vendor.dir'].'/techdivision/import-category/src/Loaders/RawEntityLoader.php',
$this->properties['vendor.dir'].'/techdivision/import-category/src/Services/CategoryBunchProcessor.php',
$this->properties['vendor.dir'].'/techdivision/import-product/src/Loaders/RawEntityLoader.php',
Expand Down
Loading

0 comments on commit 8052975

Please sign in to comment.