Skip to content

Commit 02afa73

Browse files
committed
bump version 2.4.7
1 parent a02ddea commit 02afa73

File tree

2 files changed

+3
-41
lines changed

2 files changed

+3
-41
lines changed

Readme.md

Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# PrestaShop REST API Module
66
Easily expose REST API endpoints for your Prestashop website. No configuration needed, just install and use it.
77

8-
## [Download the Latest version v2.4.6](https://www.binshops.com/prestashop-api)
8+
## [Download the Latest version v2.4.7](https://www.binshops.com/prestashop-api)
99

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

54-
You can request your custom API implementation on Binshops panel - [Your Assistant - Create a Ticket](https://www.binshops.com/panel)
55-
56-
### Change Log
57-
- ### 2.4.x Latest Version
58-
- 2.4.3
59-
- Code refactor
60-
- Messages Translation [#21](https://github.com/binshops/prestashop-rest/issues/21)
61-
- Currencies format in cart [#17](https://github.com/binshops/prestashop-rest/issues/17)
62-
- 2.4.2
63-
- Added attributes array in cart
64-
- 2.4.1
65-
- Added email subscription
66-
- 2.4.0
67-
- Added Wishlist endpoints
68-
- Added Zipcode validation
69-
- Added currencies to bootstrap/lightbootstrap API
70-
- Added languages to bootstrap/lightbootstrap API
71-
- Added the logo url to bootstrap/lightbootstrap API
72-
- Added float price to combinations
73-
- Fix support for countries without state in address creation
74-
- Improved error handling in profile edit
75-
- 2.3.0
76-
- Adds two payment options
77-
- Cart Management refactoring
78-
- Returns cart items on cart update
79-
- Returns newly created address
80-
- Returns user info on user login
81-
- Removes unnecessary fields from registration
82-
- Product images refactor
83-
- Adds attribute groups to product details
84-
- Check permission on address delete and order details
85-
- 2.2.6 changed cart management API
86-
- 2.2.5 product comment api - APIRoutes class
87-
- 2.2.4 cleaning customer info - makes gender optional - adds user info to login api
88-
- 2.2.3 adds groups to product details - featured products api refactor
89-
- 2.2.2. adds light bootstrap endpoint
90-
- 2.2.1 some response cleaning - ability to load menu item images
91-
- 2.2.0 improves bootstrap api - adds id and slug to menu items
92-
- 2.x The latest stable version which includes all endpoints.
54+
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)

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.4.6';
26+
$this->version = '2.4.7';
2727
$this->author = 'Binshops';
2828
$this->need_instance = 0;
2929

0 commit comments

Comments
 (0)