From ac241897c9f14f98decdaf8c7415d98c660ee4b0 Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Wed, 23 Oct 2024 18:12:29 +0200 Subject: [PATCH] chore: release v1.4.9 --- build/package.json | 2 +- monei.php | 2 +- src/Monei/MoneiClient.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/package.json b/build/package.json index 8ae549b..1cf6c37 100644 --- a/build/package.json +++ b/build/package.json @@ -1,6 +1,6 @@ { "name": "monei-prestashop", - "version": "1.4.8", + "version": "1.4.9", "main": "index.js", "repository": "git@github.com:MONEI/MONEI-PrestaShop.git", "author": "MONEI ", diff --git a/monei.php b/monei.php index a930a2b..743cedd 100644 --- a/monei.php +++ b/monei.php @@ -44,7 +44,7 @@ public function __construct() $this->displayName = 'MONEI Payments'; $this->name = 'monei'; $this->tab = 'payments_gateways'; - $this->version = '1.4.8'; + $this->version = '1.4.9'; $this->author = 'MONEI'; $this->need_instance = 0; $this->ps_versions_compliancy = ['min' => '1.7', 'max' => _PS_VERSION_]; diff --git a/src/Monei/MoneiClient.php b/src/Monei/MoneiClient.php index ed25fdf..bf62559 100644 --- a/src/Monei/MoneiClient.php +++ b/src/Monei/MoneiClient.php @@ -9,7 +9,7 @@ class MoneiClient { - public const VERSION = '1.4.8'; + public const VERSION = '1.4.9'; /** * @var PaymentsApi */