Skip to content

Commit

Permalink
Version 3.8.54
Browse files Browse the repository at this point in the history
  • Loading branch information
Mardl committed Mar 11, 2022
1 parent 6cc3a57 commit 73ea437
Show file tree
Hide file tree
Showing 6 changed files with 828 additions and 410 deletions.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
:major: 3
:minor: 8
:patch: 53
:patch: 54
:special: ''
:metadata: ''
7 changes: 7 additions & 0 deletions .valet-sh.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
services:
composer:
version: 1
node:
version: 14
php:
version: 7.1
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Version 3.8.54

## Known Issues

* Up from Magento 2 EE 2.1.10 using the single transaction mode has a massive performance impact (can only be used **WITHOUT** single transaction)

## Bugfixes

* import: Extend prepareRow() method remove not found entities.
* import-customer: Default date fields initialized with null instead 'now'
* import-customer-address: Update adresse with increment_id for unique identifier

## Features

* none

# Version 3.8.53

## Known Issues
Expand Down
2 changes: 1 addition & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class RoboFile extends \Robo\Tasks
'target.dir' => __DIR__ . '/target',
'symfony.dir' => __DIR__ . '/symfony',
'webapp.name' => 'import-cli-simple',
'webapp.version' => '3.8.53'
'webapp.version' => '3.8.54'
);

/**
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"license": "OSL-3.0",
"require": {
"php": ">=7.1.0",
"techdivision/import": "16.8.11",
"techdivision/import": "16.8.12",
"techdivision/import-cli": "11.1.3",
"techdivision/import-app-simple": "17.0.2",
"techdivision/import-configuration-jms": "16.1.2",
"techdivision/import-ee": "15.0.0",
"techdivision/import-attribute": "21.0.1",
"techdivision/import-attribute-set": "16.0.3",
"techdivision/import-customer": "16.0.3",
"techdivision/import-customer-address": "16.0.2",
"techdivision/import-customer": "16.0.4",
"techdivision/import-customer-address": "16.0.3",
"techdivision/import-category": "20.0.14",
"techdivision/import-category-ee": "21.0.4",
"techdivision/import-product": "24.0.13",
Expand Down
Loading

0 comments on commit 73ea437

Please sign in to comment.