diff --git a/CHANGELOG.md b/CHANGELOG.md index 97448f8b..5743c263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -478,3 +478,6 @@ ### Version 104.3.4 : * PGTO-419: Add possibility to use InnoDB as temporary table format + +### Version 104.3.5 : +* Fix undefined method diff --git a/Job/Product.php b/Job/Product.php index bf2837a7..44611240 100644 --- a/Job/Product.php +++ b/Job/Product.php @@ -4483,7 +4483,7 @@ protected function getModelCompletenessFilter(string $scope) public function getFamiliesToImport(): array { if (!$this->akeneoClient) { - $this->akeneoClient = $this->getAkeneoClient(); + $this->akeneoClient = $this->jobExecutor->getAkeneoClient(); if (!$this->akeneoClient) { return []; } diff --git a/composer.json b/composer.json index f2507fc1..520bdcfc 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "nyholm/psr7": "^1.5" }, "type": "magento2-module", - "version": "104.3.4", + "version": "104.3.5", "license": [ "OSL-3.0", "AFL-3.0"