Skip to content

Commit d276a04

Browse files
committed
version update
1 parent 1393050 commit d276a04

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Readme.md

Lines changed: 5 additions & 1 deletion
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.2](https://www.binshops.com/prestashop-api)
8+
## [Download the Latest version v2.4.3](https://www.binshops.com/prestashop-api)
99

1010
## The products that use this REST API
1111
<table>
@@ -55,6 +55,10 @@ You can request your custom API implementation on Binshops panel - [Your Assista
5555

5656
### Change Log
5757
- ### 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)
5862
- 2.4.2
5963
- Added attributes array in cart
6064
- 2.4.1

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

0 commit comments

Comments
 (0)