Skip to content

Commit

Permalink
Merge pull request #88 from paynl/feature/updateversions
Browse files Browse the repository at this point in the history
Updated versions
  • Loading branch information
woutse authored Sep 17, 2020
2 parents 8225655 + f45ed02 commit f455f80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function __construct(

public function getVersion()
{
return '1.6.3';
return '1.6.4';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Bank Transfer | Cartasi | GivaCard | SprayPay | Przelewy24 |
# Requirements

PHP 7.2 or higher
Tested up to Magento 2.3.5b
Tested up to Magento 2.4.0


# 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": "paynl/magento2-plugin",
"description": "PAY. Magento2 Payment methods",
"type": "magento2-module",
"version": "1.6.3",
"version": "1.6.4",
"require": {
"magento/module-sales": "100 - 103",
"magento/module-payment": "100 - 103",
Expand Down

0 comments on commit f455f80

Please sign in to comment.