Skip to content

Commit

Permalink
Add check if version specific configuration file really exists or not to
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnert committed Jul 26, 2019
1 parent f24a1c0 commit 5b08108
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 7 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: 6
:patch: 1
:patch: 2
: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.6.2

## 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 check if version specific configuration file really exists or not to

## Features

* None

# Version 3.6.1

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

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

Updating from 3.6.1 to 3.6.2 doesn't have any impacts. Please read the apropriate UPGRADE-3.6.x files for updates lower as [3.6.1](UPGRADE-3.6.1.md) to this version.

10 changes: 5 additions & 5 deletions composer.lock

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

0 comments on commit 5b08108

Please sign in to comment.