Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
samberrry committed Apr 26, 2022
1 parent 1393050 commit d276a04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion 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.2](https://www.binshops.com/prestashop-api)
## [Download the Latest version v2.4.3](https://www.binshops.com/prestashop-api)

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

### 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
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.4.2';
$this->version = '2.4.3';
$this->author = 'Binshops';
$this->need_instance = 0;

Expand Down

0 comments on commit d276a04

Please sign in to comment.