Skip to content

Commit

Permalink
bump version 2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
samberrry committed Oct 26, 2022
1 parent a02ddea commit 02afa73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 41 deletions.
42 changes: 2 additions & 40 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6](https://www.binshops.com/prestashop-api)
## [Download the Latest version v2.4.7](https://www.binshops.com/prestashop-api)

## The products that use this REST API
<table>
Expand Down Expand Up @@ -51,42 +51,4 @@ These native modules, which are already included in PrestaShop out of the box, a
- ps_checkpayment (Native Ps Pay by Check module)
- blockwishlist (Native Ps Wishlist module)

You can request your custom API implementation on Binshops panel - [Your Assistant - Create a Ticket](https://www.binshops.com/panel)

### 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
- Added email subscription
- 2.4.0
- Added Wishlist endpoints
- Added Zipcode validation
- Added currencies to bootstrap/lightbootstrap API
- Added languages to bootstrap/lightbootstrap API
- Added the logo url to bootstrap/lightbootstrap API
- Added float price to combinations
- Fix support for countries without state in address creation
- Improved error handling in profile edit
- 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
- 2.2.3 adds groups to product details - featured products api refactor
- 2.2.2. adds light bootstrap endpoint
- 2.2.1 some response cleaning - ability to load menu item images
- 2.2.0 improves bootstrap api - adds id and slug to menu items
- 2.x The latest stable version which includes all endpoints.
If you need custom APIs or you want to have APIs for a third-party module, you can send your request for custom API implementation on Binshops website - [Request Form](https://www.binshops.com/prestashop-api#request-custom-api)
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.4.6';
$this->version = '2.4.7';
$this->author = 'Binshops';
$this->need_instance = 0;

Expand Down

0 comments on commit 02afa73

Please sign in to comment.