diff --git a/CHANGELOG.md b/CHANGELOG.md index f8daa070..1b14ce9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -131,3 +131,6 @@ * Add security to prevent import of attributes starting with numbers (https://help.akeneo.com/magento2-connector/v100/articles/what-data.html#attributes) * Add column filtering for job status in the admin connector log grid * Fix custom options deletion after each product import + +### Version 100.4.13 : +* Fix command constructor inverted comments causing compilation issue diff --git a/Console/Command/AkeneoConnectorImportCommand.php b/Console/Command/AkeneoConnectorImportCommand.php index d67c3481..b203824b 100755 --- a/Console/Command/AkeneoConnectorImportCommand.php +++ b/Console/Command/AkeneoConnectorImportCommand.php @@ -59,12 +59,12 @@ class AkeneoConnectorImportCommand extends Command protected $configHelper; /** - * AkeneoConnectorImportCommand constructor. + * AkeneoConnectorImportCommand constructor * * @param ImportRepositoryInterface $importRepository * @param State $appState - * @param null $name * @param ConfigHelper $configHelper + * @param null $name */ public function __construct( ImportRepositoryInterface $importRepository, diff --git a/composer.json b/composer.json index 5fc6f94f..8695dae4 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "php-http/guzzle6-adapter": "^1.1" }, "type": "magento2-module", - "version": "100.4.12", + "version": "100.4.13", "license": [ "OSL-3.0", "AFL-3.0"