Skip to content

Commit 82caf12

Browse files
committed
Version 3.8.51
1 parent 446b88d commit 82caf12

File tree

5 files changed

+34
-108
lines changed

5 files changed

+34
-108
lines changed

.semver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
:major: 3
33
:minor: 8
4-
:patch: 50
4+
:patch: 51
55
:special: ''
66
:metadata: ''

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Version 3.8.51
2+
3+
## Known Issues
4+
5+
* 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)
6+
7+
## Bugfixes
8+
9+
* Magento 2.4.3 compatibility
10+
* Remove League\Flysystem and set deprecated exception for
11+
* LeagueFilesystemAdapter
12+
* LeagueFilesystemAdapterFactory
13+
* Third party module ramsey/uuid can use version ~4.1.0
14+
15+
## Features
16+
17+
* none
18+
119
# Version 3.8.50
220

321
## Known Issues

RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class RoboFile extends \Robo\Tasks
4646
'target.dir' => __DIR__ . '/target',
4747
'symfony.dir' => __DIR__ . '/symfony',
4848
'webapp.name' => 'import-cli-simple',
49-
'webapp.version' => '3.8.50'
49+
'webapp.version' => '3.8.51'
5050
);
5151

5252
/**

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"license": "OSL-3.0",
55
"require": {
66
"php": ">=7.1.0",
7-
"techdivision/import": "16.8.9",
7+
"techdivision/import": "16.8.11",
88
"techdivision/import-cli": "11.1.3",
9-
"techdivision/import-app-simple": "17.0.1",
9+
"techdivision/import-app-simple": "17.0.2",
1010
"techdivision/import-configuration-jms": "16.1.2",
1111
"techdivision/import-ee": "15.0.0",
1212
"techdivision/import-attribute": "21.0.1",

composer.lock

Lines changed: 12 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)