From d276a04131519e1da7f6c5ceb3dfe2199ff87b35 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 26 Apr 2022 19:17:27 -0400 Subject: [PATCH] version update --- Readme.md | 6 +++++- binshopsrest.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 968799c..299b3e1 100755 --- a/Readme.md +++ b/Readme.md @@ -5,7 +5,7 @@ # PrestaShop REST API Module Easily expose REST API endpoints for your Prestashop website. No configuration needed, just install and use it. -## [Download the Latest version v2.4.2](https://www.binshops.com/prestashop-api) +## [Download the Latest version v2.4.3](https://www.binshops.com/prestashop-api) ## The products that use this REST API @@ -55,6 +55,10 @@ You can request your custom API implementation on Binshops panel - [Your Assista ### Change Log - ### 2.4.x Latest Version +- 2.4.3 + - Code refactor + - Messages Translation [#21](https://github.com/binshops/prestashop-rest/issues/21) + - Currencies format in cart [#17](https://github.com/binshops/prestashop-rest/issues/17) - 2.4.2 - Added attributes array in cart - 2.4.1 diff --git a/binshopsrest.php b/binshopsrest.php index a38a684..47cce85 100755 --- a/binshopsrest.php +++ b/binshopsrest.php @@ -23,7 +23,7 @@ public function __construct() { $this->name = 'binshopsrest'; $this->tab = 'others'; - $this->version = '2.4.2'; + $this->version = '2.4.3'; $this->author = 'Binshops'; $this->need_instance = 0;