Skip to content

Commit

Permalink
fix: add new patch version 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pk-nexigroup committed Aug 21, 2024
1 parent 40fff33 commit c46f7b2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@
|Author | `Nets eCom`
|Prefix | `EASY-SW6`
|Shop Version | `6.4.x`, `6.5.x`
|Version | `1.4.8`
|Version | `1.4.9`
|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.8 - Released 2024-08-07
### Version 1.4.9 - Released 2024-08-07

fix: use exception class instead of helper

### Version 1.4.8 - Released 2024-08-21

fix: check amount mismatch on finalize

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.8`
|Version | `1.4.9`
|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.8 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.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


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

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

0 comments on commit c46f7b2

Please sign in to comment.