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 90f89d8 commit 2db3628Copy full SHA for 2db3628
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.5](https://www.binshops.com/prestashop-api)
+## [Download the Latest version v2.4.6](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.5';
+ $this->version = '2.4.6';
27
$this->author = 'Binshops';
28
$this->need_instance = 0;
29
0 commit comments