Skip to content

Commit

Permalink
version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samberrry committed Dec 9, 2021
1 parent ab40d42 commit 0550877
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion binshopsrest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0550877

Please sign in to comment.