Skip to content

Commit 49c0426

Browse files
committed
Version 3.8.43
1 parent 6d5729d commit 49c0426

File tree

5 files changed

+313
-390
lines changed

5 files changed

+313
-390
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: 42
4+
:patch: 43
55
:special: ''
66
:metadata: ''

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 3.8.43 coming soon
1+
# Version 3.8.43
22

33
## Known Issues
44

@@ -7,6 +7,7 @@
77
## Bugfixes
88

99
* Fixes bug to add more listener when event name has already some listener
10+
* Fix bug on clean up gallery images on multi store import
1011

1112
## Features
1213

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.42'
49+
'webapp.version' => '3.8.43'
5050
);
5151

5252
/**

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"techdivision/import-product-tier-price": "17.0.0",
2121
"techdivision/import-product-url-rewrite": "24.1.3",
2222
"techdivision/import-product-link": "24.0.0",
23-
"techdivision/import-product-media": "26.0.1",
23+
"techdivision/import-product-media": "26.0.2",
2424
"techdivision/import-product-bundle": "24.0.0",
2525
"techdivision/import-product-variant": "24.0.0",
2626
"techdivision/import-product-grouped": "18.0.0",

0 commit comments

Comments
 (0)