From 0550877a8c62ecce0d6a4eb11f5cb27c23ee0439 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 9 Dec 2021 12:43:13 -0600 Subject: [PATCH] version 2.3.0 --- Readme.md | 10 ++++++++++ binshopsrest.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index ed6d58b..40caa00 100755 --- a/Readme.md +++ b/Readme.md @@ -37,6 +37,16 @@ https://documenter.getpostman.com/view/1491681/TzkyP1UC If your shop is running on 1.7.6.x version of PrestaShop, please check the 1.7.6.x branch. The stable version supports latest Ps version. ### Change Log +- ### 2.3.0 + - Adds two payment options + - Cart Management refactoring + - Returns cart items on cart update + - Returns newly created address + - Returns user info on user login + - Removes unnecessary fields from registration + - Product images refactor + - Adds attribute groups to product details + - Check permission on address delete and order details - 2.2.6 changed cart management API - 2.2.5 product comment api - APIRoutes class - 2.2.4 cleaning customer info - makes gender optional - adds user info to login api diff --git a/binshopsrest.php b/binshopsrest.php index 9b8007b..2f72829 100755 --- a/binshopsrest.php +++ b/binshopsrest.php @@ -23,7 +23,7 @@ public function __construct() { $this->name = 'binshopsrest'; $this->tab = 'others'; - $this->version = '2.2.7'; + $this->version = '2.3.0'; $this->author = 'Binshops'; $this->need_instance = 0;