From fa894715e154074f0757bc3b0cbe58c2c355ed57 Mon Sep 17 00:00:00 2001 From: John Conneely Date: Thu, 10 Sep 2020 16:58:39 +0100 Subject: [PATCH] Updating changelog for releases 3.0.1 - 3.0.3 --- CHANGELOG.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e55412..3f180bf 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ -## 2.1.6 (February 23, 2017) -Initial release of Simplify Commerce payment gateway for Magento 2 +## 3.0.3 (September 10, 2020) +Changing terminology for payment actions to Authorization and Payment +Fix the loading with production mode + +## 3.0.2 (June 2, 2020) +This release has multiple bugfixes and adds some optimizations. + +Optimizations +JS component loading in checkout +Composer metadata + +Fixes +PHP autoloader issue when package not installed via composer (classmap missing) +Private content not correctly invalidated when checkout success page is requested + +## 3.0.1 (November 6, 2019) +Fixing broken links in the plugin ## 3.0.0 (September 10, 2019) This release makes the module compatible with Magento 2.2 and 2.3, we also added tokenization (Vault) support. + +## 2.1.6 (February 23, 2017) +Initial release of Simplify Commerce payment gateway for Magento 2 + +