Skip to content

Commit 0550877

Browse files
committed
version 2.3.0
1 parent ab40d42 commit 0550877

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ https://documenter.getpostman.com/view/1491681/TzkyP1UC
3737
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.
3838

3939
### Change Log
40+
- ### 2.3.0
41+
- Adds two payment options
42+
- Cart Management refactoring
43+
- Returns cart items on cart update
44+
- Returns newly created address
45+
- Returns user info on user login
46+
- Removes unnecessary fields from registration
47+
- Product images refactor
48+
- Adds attribute groups to product details
49+
- Check permission on address delete and order details
4050
- 2.2.6 changed cart management API
4151
- 2.2.5 product comment api - APIRoutes class
4252
- 2.2.4 cleaning customer info - makes gender optional - adds user info to login api

binshopsrest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function __construct()
2323
{
2424
$this->name = 'binshopsrest';
2525
$this->tab = 'others';
26-
$this->version = '2.2.7';
26+
$this->version = '2.3.0';
2727
$this->author = 'Binshops';
2828
$this->need_instance = 0;
2929

0 commit comments

Comments
 (0)