Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnert committed Oct 20, 2020
1 parent 34950d8 commit f6d9ba4
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 11 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: 33
:patch: 34
: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.34

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

* None

## Features

* Add techdivision/import#191

# Version 3.8.33

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

/**
Expand Down
4 changes: 2 additions & 2 deletions UPGRADE-3.8.33.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Upgrade from 3.8.32 to 3.9.0
# Upgrade from 3.8.32 to 3.8.33

Updating from 3.8.32 to 3.9.0 doesn't have any impacts. Please read the apropriate UPGRADE-3.8.x files for updates lower as [3.8.32](UPGRADE-3.8.32.md) to this version.
Updating from 3.8.32 to 3.8.33 doesn't have any impacts. Please read the apropriate UPGRADE-3.8.x files for updates lower as [3.8.32](UPGRADE-3.8.32.md) to this version.
3 changes: 3 additions & 0 deletions UPGRADE-3.8.34.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Upgrade from 3.8.33 to 3.8.34

Updating from 3.8.33 to 3.8.34 doesn't have any impacts. Please read the apropriate UPGRADE-3.8.x files for updates lower as [3.8.33](UPGRADE-3.8.33.md) to this version.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "OSL-3.0",
"require": {
"php": ">=7.1.0",
"techdivision/import": "16.5.5",
"techdivision/import": "16.6.0",
"techdivision/import-cli": "11.0.2",
"techdivision/import-app-simple": "17.0.0",
"techdivision/import-configuration-jms": "16.0.2",
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 f6d9ba4

Please sign in to comment.