Skip to content

Commit

Permalink
Merge pull request #152 from wagnert/master
Browse files Browse the repository at this point in the history
Merge composer.lock, add new version to CHANGELOG.md + add UPGRADE-xxx.md files for version 1.0.1 + 1.0.2
  • Loading branch information
wagnert authored Aug 31, 2018
2 parents c721def + 8d78f26 commit e7d971d
Show file tree
Hide file tree
Showing 4 changed files with 326 additions and 140 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# Version 1.0.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

* Fix composer dependency for ramsey lib and added compatibility for monolog and Magento 2.2

## Features

* None

# Version 1.0.1

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

* Removed deprecated rhumsaa library and added Magento 2.2 compatible version to composer.json

# Version 1.0.0

## Known Issues
Expand Down Expand Up @@ -1558,4 +1586,4 @@

## Features

* Refactoring + Documentation to prepare for Github release
* Refactoring + Documentation to prepare for Github release
3 changes: 3 additions & 0 deletions UPGRADE-1.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Upgrade from 1.0.0 to 1.0.1

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

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

0 comments on commit e7d971d

Please sign in to comment.