Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijaIv committed Apr 1, 2024
2 parents 8088e92 + cbe4e81 commit 4a39dc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adyenofficial.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ public function __construct()
{
$this->name = 'adyenofficial';
$this->tab = 'payments_gateways';
$this->version = '5.1.12';
$this->version = '5.1.13';

$this->author = $this->l('Adyen');
$this->need_instance = 0;
$this->ps_versions_compliancy = ['min' => '1.7.5.0', 'max' => '8.1.3'];
$this->ps_versions_compliancy = ['min' => '1.7.5.0', 'max' => '8.1.5'];
$this->bootstrap = true;

parent::__construct();
Expand Down

0 comments on commit 4a39dc7

Please sign in to comment.