diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e828c7..f6f044f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,16 @@ |Author | `Nets eCom` |Prefix | `EASY-SW6` |Shop Version | `6.6+` -|Version | `1.5.1` +|Version | `1.5.2` |Guide | https://developer.nexigroup.com/nexi-checkout/en-EU/docs/checkout-for-shopware-shopware-6/ |Github | https://github.com/Nets-eCom/shopware6-easy-checkout ## CHANGELOG +### Version 1.5.2 - Released 2024-05-28 + +Fix: pass sales channel context on update payment reference + ### Version 1.5.1 - Released 2024-05-20 Update: support Klarna in with embedded flow diff --git a/README.md b/README.md index 91ba1d3..4d544a9 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ |Author | `Nets eCom` |Prefix | `EASY-SW6` |Shop Version | `6.6.x` -|Version | `1.5.1` +|Version | `1.5.2` |Guide | https://developer.nexigroup.com/nexi-checkout/en-EU/docs/checkout-for-shopware-shopware-6/ |Github | https://github.com/Nets-eCom/shopware6-easy-checkout -### Note: This version 1.5.1 of Nets Easy Module is supported for shopware 6.6+ version, if you want to get this module installed for other shopware version i.e. 6.5, 6.4 or lower, please go for Nets Checkout Module released version 1.4.x +### Note: This version 1.5.2 of Nets Easy Module is supported for shopware 6.6+ version, if you want to get this module installed for other shopware version i.e. 6.5, 6.4 or lower, please go for Nets Checkout Module released version 1.4.x ## INSTALLATION diff --git a/composer.json b/composer.json index ec4f35c..258855f 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name" : "netseu/checkout", "description" : "Nets Payment Plugin", "type" : "shopware-platform-plugin", - "version" : "1.5.1", + "version" : "1.5.2", "license" : "MIT", "authors" : [{ "name" : "Nets" diff --git a/src/NetsCheckout.php b/src/NetsCheckout.php index 1a20239..8b369c6 100644 --- a/src/NetsCheckout.php +++ b/src/NetsCheckout.php @@ -21,7 +21,7 @@ class NetsCheckout extends Plugin { - const PLUGIN_VERSION = '1.5.1'; + const PLUGIN_VERSION = '1.5.2'; public function install(InstallContext $context): void {