Skip to content

Commit

Permalink
* Add entity type code CATALOG_PRODUCT_URL to EntityTypeCodes list
Browse files Browse the repository at this point in the history
* Add missing mapping EntityTypeCodes::CATALOG_PRODUCT_URL => EntityTypeCodes::CATALOG_PRODUCT to AbstractSubject
* Add missing observer to pre-load entity + row ID for replace operation in delta update mode for techdivision/import-product-link + techdivision/import-product-link-ee
* Extract the import.configuration.manager DI configuration to techdivision/import-cli to make it overwritable
  • Loading branch information
wagnert committed Mar 21, 2020
1 parent defa2ef commit 70f5e8f
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 27 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: 10
:patch: 11
:special: ''
:metadata: ''
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.11

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

* Add entity type code CATALOG_PRODUCT_URL to EntityTypeCodes list
* Add missing mapping EntityTypeCodes::CATALOG_PRODUCT_URL => EntityTypeCodes::CATALOG_PRODUCT to AbstractSubject
* Add missing observer to pre-load entity + row ID for replace operation in delta update mode for techdivision/import-product-link + techdivision/import-product-link-ee

## Features

* Extract the import.configuration.manager DI configuration to techdivision/import-cli to make it overwritable

# Version 3.8.10

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

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

Updating from 3.8.9 to 3.8.10 doesn't have any impacts. Please read the apropriate UPGRADE-3.8.x files for updates lower as [3.8.9](UPGRADE-3.8.9.md) to this version.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "OSL-3.0",
"require": {
"php": ">=7.1.0",
"techdivision/import": "15.2.0",
"techdivision/import-cli": "9.0.3",
"techdivision/import": "15.2.1",
"techdivision/import-cli": "9.0.4",
"techdivision/import-app-simple": "16.0.1",
"techdivision/import-configuration-jms": "15.0.4",
"techdivision/import-ee": "14.0.1",
Expand All @@ -19,13 +19,13 @@
"techdivision/import-product-msi": "14.0.1",
"techdivision/import-product-tier-price": "12.0.1",
"techdivision/import-product-url-rewrite": "19.0.1",
"techdivision/import-product-link": "19.0.2",
"techdivision/import-product-link": "19.0.3",
"techdivision/import-product-media": "19.0.1",
"techdivision/import-product-bundle": "19.0.1",
"techdivision/import-product-variant": "19.0.1",
"techdivision/import-product-grouped": "13.0.2",
"techdivision/import-product-ee": "19.0.3",
"techdivision/import-product-link-ee": "20.0.1",
"techdivision/import-product-link-ee": "20.0.2",
"techdivision/import-product-media-ee": "19.0.1",
"techdivision/import-product-bundle-ee": "20.0.1",
"techdivision/import-product-variant-ee": "20.0.1",
Expand Down
42 changes: 21 additions & 21 deletions composer.lock

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

0 comments on commit 70f5e8f

Please sign in to comment.