Skip to content

Commit

Permalink
Merge branch 'release/104.3.9' into 'develop'
Browse files Browse the repository at this point in the history
Release/104.3.9

See merge request agence-dnd/marketplace/magento-2/external/magento2-connector-community!140
  • Loading branch information
magentix committed Jun 26, 2024
2 parents ee896f7 + d771a9a commit 7027353
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,3 +490,9 @@

### Version 104.3.8 :
* PGTO-433: Product default name logic

### Version 104.3.9 :
* Adds a config option to disable InnoDB Strict Mode in the session
* Only remove products from categories managed in Akeneo
* Optimize media import
* Only fill completeness when we have products
4 changes: 2 additions & 2 deletions Job/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -2953,7 +2953,7 @@ public function setWebsites()
'product_id' => '_entity_id',
'website_id' => new Expr($id),
]
)->limit(1);
);

$connection->query(
$connection->insertFromSelect(
Expand Down Expand Up @@ -3996,7 +3996,7 @@ public function importMedia(): void
$dataToImport = [];
/** @var bool $valueFound */
$valueFound = false;

/** @var array $columns */
$columns = $this->configHelper->getMediaImportImagesColumns();

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"nyholm/psr7": "^1.5"
},
"type": "magento2-module",
"version": "104.3.8",
"version": "104.3.9",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down

0 comments on commit 7027353

Please sign in to comment.