diff --git a/CHANGELOG.md b/CHANGELOG.md index f6f044f..3a14637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,16 @@ |Author | `Nets eCom` |Prefix | `EASY-SW6` |Shop Version | `6.6+` -|Version | `1.5.2` +|Version | `1.5.3` |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.3 - Released 2024-05-29 + +Fix: invoke get payment with sales channel context + ### Version 1.5.2 - Released 2024-05-28 Fix: pass sales channel context on update payment reference diff --git a/README.md b/README.md index 4d544a9..671b3ff 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.2` +|Version | `1.5.3` |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.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 +### Note: This version 1.5.3 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 258855f..2bce75c 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.2", + "version" : "1.5.3", "license" : "MIT", "authors" : [{ "name" : "Nets" diff --git a/src/NetsCheckout.php b/src/NetsCheckout.php index 8b369c6..a8de75f 100644 --- a/src/NetsCheckout.php +++ b/src/NetsCheckout.php @@ -21,7 +21,7 @@ class NetsCheckout extends Plugin { - const PLUGIN_VERSION = '1.5.2'; + const PLUGIN_VERSION = '1.5.3'; public function install(InstallContext $context): void {