From 4aed37890182db2f02029b28db56677f26351797 Mon Sep 17 00:00:00 2001 From: Tim Wagner Date: Wed, 26 Sep 2018 17:01:23 +0200 Subject: [PATCH] Inject NULL instead of dummy delete action when creating ProductWebsiteAction instance --- CHANGELOG.md | 14 ++++++++++++++ UPGRADE-1.0.3.md | 3 +++ composer.lock | 20 ++++++++++---------- 3 files changed, 27 insertions(+), 10 deletions(-) create mode 100644 UPGRADE-1.0.3.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eb1ac21..89eb87f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# Version 1.0.3 + +## 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 + +* Inject NULL instead of dummy delete action when creating ProductWebsiteAction instance + +## Features + +* None + # Version 1.0.2 ## Known Issues diff --git a/UPGRADE-1.0.3.md b/UPGRADE-1.0.3.md new file mode 100644 index 00000000..05a6eeeb --- /dev/null +++ b/UPGRADE-1.0.3.md @@ -0,0 +1,3 @@ +# Upgrade from 1.0.2 to 1.0.3 + +Updating from 1.0.2 to 1.0.3 doesn't have any impacts. Please read the apropriate UPGRADE-1.x.x files for updates lower as [1.0.2](UPGRADE-1.0.2.md) to this version. \ No newline at end of file diff --git a/composer.lock b/composer.lock index acb09820..07a3f458 100644 --- a/composer.lock +++ b/composer.lock @@ -2456,16 +2456,16 @@ }, { "name": "techdivision/import-product", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/techdivision/import-product.git", - "reference": "9aaf4274ae134c733035561563387c08776fe93b" + "reference": "b41805ca9dc08aab6b723bad0652657580bfae22" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product/zipball/9aaf4274ae134c733035561563387c08776fe93b", - "reference": "9aaf4274ae134c733035561563387c08776fe93b", + "url": "https://api.github.com/repos/techdivision/import-product/zipball/b41805ca9dc08aab6b723bad0652657580bfae22", + "reference": "b41805ca9dc08aab6b723bad0652657580bfae22", "shasum": "" }, "require": { @@ -2506,7 +2506,7 @@ } ], "description": "M2IF library providing basic Magento 2 product import functionality", - "time": "2018-03-24T15:06:23+00:00" + "time": "2018-09-26T11:31:05+00:00" }, { "name": "techdivision/import-product-bundle", @@ -3166,16 +3166,16 @@ "packages-dev": [ { "name": "consolidation/annotated-command", - "version": "2.8.5", + "version": "2.9.1", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "1e8ff512072422b850b44aa721b5b303e4a5ebb3" + "reference": "4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/1e8ff512072422b850b44aa721b5b303e4a5ebb3", - "reference": "1e8ff512072422b850b44aa721b5b303e4a5ebb3", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac", + "reference": "4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac", "shasum": "" }, "require": { @@ -3214,7 +3214,7 @@ } ], "description": "Initialize Symfony Console commands from annotated command class methods.", - "time": "2018-08-18T23:51:49+00:00" + "time": "2018-09-19T17:47:18+00:00" }, { "name": "consolidation/config",