Skip to content

Commit

Permalink
Merge pull request #9 from daanstokhof/master
Browse files Browse the repository at this point in the history
Increase version to 4.2.7
  • Loading branch information
daan-pay authored Dec 30, 2019
2 parents f85e5cc + 52bd573 commit 3c67e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paynlpaymentmethods/paynlpaymentmethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function __construct()
{
$this->name = 'paynlpaymentmethods';
$this->tab = 'payments_gateways';
$this->version = '4.2.6';
$this->version = '4.2.7';

$this->ps_versions_compliancy = array('min' => '1.7', 'max' => _PS_VERSION_);
$this->author = 'Pay.nl';
Expand Down Expand Up @@ -956,7 +956,7 @@ public function renderAccountSettingsForm()
$fields_form = array(
'form' => array(
'legend' => array(
'title' => $this->l('Pay.nl Account Settings. Plugin version 4.2.6'),
'title' => $this->l('Pay.nl Account Settings. Plugin version ' . $this->version),
'icon' => 'icon-envelope'
),
'input' => array(
Expand Down

0 comments on commit 3c67e12

Please sign in to comment.