Skip to content

Commit

Permalink
Fixed invalid comparision for Magento Edition + Version in SimpleConf…
Browse files Browse the repository at this point in the history
…igurationLoader
  • Loading branch information
wagnert committed Jul 26, 2019
1 parent 5b08108 commit 9bfee0c
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: 2
:patch: 3
: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.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

* Fixed invalid comparision for Magento Edition + Version in SimpleConfigurationLoader

## Features

* None

# Version 3.6.2

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

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

Updating from 3.6.2 to 3.6.3 doesn't have any impacts. Please read the apropriate UPGRADE-3.6.x files for updates lower as [3.6.2](UPGRADE-3.6.2.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 9bfee0c

Please sign in to comment.