Skip to content

Commit

Permalink
Update to composer libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnert committed Apr 7, 2020
1 parent 70f5e8f commit 1ebbb34
Show file tree
Hide file tree
Showing 6 changed files with 378 additions and 275 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: 11
:patch: 12
:special: ''
:metadata: ''
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.12

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

* TBD

## Features

* TBD

# Version 3.8.11

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

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

Updating from 3.8.11 to 3.8.12 doesn't have any impacts. Please read the apropriate UPGRADE-3.8.x files for updates lower as [3.8.11](UPGRADE-3.8.11.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,10 +4,10 @@
"license": "OSL-3.0",
"require": {
"php": ">=7.1.0",
"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": "16.x-dev as 15.2.1",
"techdivision/import-cli": "10.x-dev as 9.0.4",
"techdivision/import-app-simple": "17.x-dev as 16.0.1",
"techdivision/import-configuration-jms": "16.x-dev as 15.0.4",
"techdivision/import-ee": "14.0.1",
"techdivision/import-attribute": "17.0.3",
"techdivision/import-attribute-set": "12.0.1",
Expand Down
Loading

0 comments on commit 1ebbb34

Please sign in to comment.