File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 5
5
# PrestaShop REST API Module
6
6
Easily expose REST API endpoints for your Prestashop website. No configuration needed, just install and use it.
7
7
8
- ## [ Download the Latest version v2.4.2 ] ( https://www.binshops.com/prestashop-api )
8
+ ## [ Download the Latest version v2.4.3 ] ( https://www.binshops.com/prestashop-api )
9
9
10
10
## The products that use this REST API
11
11
<table >
@@ -55,6 +55,10 @@ You can request your custom API implementation on Binshops panel - [Your Assista
55
55
56
56
### Change Log
57
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 )
58
62
- 2.4.2
59
63
- Added attributes array in cart
60
64
- 2.4.1
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.4.2 ' ;
26
+ $ this ->version = '2.4.3 ' ;
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