Skip to content

Commit

Permalink
Release version 5.2.4
Browse files Browse the repository at this point in the history
CS-6280
  • Loading branch information
MarijaIv committed Nov 28, 2024
1 parent 27bc2b7 commit aa844c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/adyenofficial.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function __construct()
{
$this->name = 'adyenofficial';
$this->tab = 'payments_gateways';
$this->version = '5.2.3';
$this->version = '5.2.4';

$this->author = $this->l('Adyen');
$this->need_instance = 0;
Expand Down
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"php": "^7.2|^7.4|^8.0",
"ext-json": "*",
"ext-zip": "*",
"adyen/integration-core": "dev-dev",
"adyen/integration-core": "1.2.1",
"ext-simplexml": "*",
"ext-openssl": "*"
},
Expand Down
16 changes: 7 additions & 9 deletions src/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa844c6

Please sign in to comment.