We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef4556 commit 144ed10Copy full SHA for 144ed10
Readme.md
@@ -5,7 +5,7 @@
5
# PrestaShop REST API Module
6
Easily expose REST API endpoints for your Prestashop website. No configuration needed, just install and use it.
7
8
-## [Download the Latest version v2.4.3](https://www.binshops.com/prestashop-api)
+## [Download the Latest version v2.4.4](https://www.binshops.com/prestashop-api)
9
10
## The products that use this REST API
11
<table>
binshopsrest.php
@@ -23,7 +23,7 @@ public function __construct()
23
{
24
$this->name = 'binshopsrest';
25
$this->tab = 'others';
26
- $this->version = '2.4.3';
+ $this->version = '2.4.4';
27
$this->author = 'Binshops';
28
$this->need_instance = 0;
29
0 commit comments