Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnert committed Jun 9, 2020
1 parent 55badcf commit 05e885d
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Version 3.8.21

## 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

* Fixed techdivision/import#185

## Features

* None

# Version 3.8.20

## 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.20'
'webapp.version' => '3.8.21'
);

/**
Expand Down
3 changes: 3 additions & 0 deletions UPGRADE-3.8.21.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Upgrade from 3.8.20 to 3.8.21

Updating from 3.8.20 to 3.8.21 doesn't have any impacts. Please read the apropriate UPGRADE-3.8.x files for updates lower as [3.8.20](UPGRADE-3.8.20.md) to this version.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"techdivision/import-product": "22.0.1",
"techdivision/import-product-msi": "17.0.0",
"techdivision/import-product-tier-price": "15.0.1",
"techdivision/import-product-url-rewrite": "22.0.1",
"techdivision/import-product-url-rewrite": "22.0.2",
"techdivision/import-product-link": "22.0.0",
"techdivision/import-product-media": "23.0.0",
"techdivision/import-product-bundle": "22.0.0",
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 05e885d

Please sign in to comment.