From af25223af5583c4f626b1e8469f732a7772e1b96 Mon Sep 17 00:00:00 2001 From: PaylineGitHub Date: Mon, 12 Nov 2018 15:09:16 +0100 Subject: [PATCH] 2.2.4 --- CHANGELOG.md | 7 +++++++ README.md | 10 +++++++--- payline.php | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d105a6..15a6a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +2.2.4 +=== +

released on 2018-11-12

+ + 2.2.3 ===

released on 2018-10-05

diff --git a/README.md b/README.md index 34e9abd..384c0ed 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,12 @@ Feel free to request or suggest new features !

Installation

- + + +

Documentation

+Check documentation here diff --git a/payline.php b/payline.php index 3158c29..b4652d3 100644 --- a/payline.php +++ b/payline.php @@ -90,7 +90,7 @@ public function __construct() $this->name = 'payline'; $this->tab = 'payments_gateways'; $this->module_key = ''; - $this->version = '2.2.3'; + $this->version = '2.2.4'; $this->author = 'Monext'; $this->need_instance = true;