File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,16 @@ https://documenter.getpostman.com/view/1491681/TzkyP1UC
37
37
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.
38
38
39
39
### 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
40
50
- 2.2.6 changed cart management API
41
51
- 2.2.5 product comment api - APIRoutes class
42
52
- 2.2.4 cleaning customer info - makes gender optional - adds user info to login api
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public function __construct()
23
23
{
24
24
$ this ->name = 'binshopsrest ' ;
25
25
$ this ->tab = 'others ' ;
26
- $ this ->version = '2.2.7 ' ;
26
+ $ this ->version = '2.3.0 ' ;
27
27
$ this ->author = 'Binshops ' ;
28
28
$ this ->need_instance = 0 ;
29
29
You can’t perform that action at this time.
0 commit comments