Skip to content

Commit

Permalink
chore: add new patch version 1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pk-nexigroup committed Aug 29, 2024
1 parent 4091740 commit 5a37364
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.4.x`, `6.5.x`
|Version | `1.4.9`
|Version | `1.4.10`
|Guide | https://developers.nets.eu/nets-easy/en-EU/docs/nets-easy-for-shopware/nets-easy-for-shopware-shopware-6/
|Github | https://github.com/Nets-eCom/shopware6-easy-checkout

## CHANGELOG

### Version 1.4.10 - Released 2024-08-29

fix: prevent order transition if marked as failed

### Version 1.4.9 - Released 2024-08-21

fix: use exception class instead of helper
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.4.x`, `6.5.x`
|Version | `1.4.9`
|Version | `1.4.10`
|Guide | https://developers.nets.eu/nets-easy/en-EU/docs/nets-easy-for-shopware/nets-easy-for-shopware-shopware-6/
|Github | https://github.com/Nets-eCom/shopware6-easy-checkout


### Note: This version 1.4.9 of Nets Easy Module is supported for shopware 6.4+ version, if you want to get this module installed for other shopware version i.e. 6.3 or lower, please go for Nets Checkout Module released version 1.1.4
### Note: This version 1.4.10 of Nets Easy Module is supported for shopware 6.4+ version, if you want to get this module installed for other shopware version i.e. 6.3 or lower, please go for Nets Checkout Module released version 1.1.4


## 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.4.9",
"version" : "1.4.10",
"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.4.9';
const PLUGIN_VERSION = '1.4.10';

public function install(InstallContext $context): void
{
Expand Down

0 comments on commit 5a37364

Please sign in to comment.