Skip to content

Commit

Permalink
Update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
pk-nexigroup committed May 29, 2024
1 parent b2edc7f commit 1aae762
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/NetsCheckout.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 1aae762

Please sign in to comment.