Skip to content

Commit

Permalink
Merge pull request #256 from akeneo/release/100.4.13
Browse files Browse the repository at this point in the history
Release/100.4.13
  • Loading branch information
Dnd-Gimix authored Aug 12, 2020
2 parents 5f67685 + 3fc0723 commit e9a7db6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions Console/Command/AkeneoConnectorImportCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e9a7db6

Please sign in to comment.