Skip to content

Commit ff0d042

Browse files
committed
readme update
1 parent 02afa73 commit ff0d042

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
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.7](https://www.binshops.com/prestashop-api)
8+
## [Official Supported Version 4.0.0](https://addons.prestashop.com/en/website-performance/52062-rest-api-pro-version-with-fast-api-caching.html)
9+
10+
## [Free version v2.4](https://www.binshops.com/prestashop-api)
911

1012
## The products that use this REST API
1113
<table>

views/templates/admin/configure.tpl

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@
77
*}
88

99
<div class="panel">
10-
<h3><i class="icon icon-credit-card"></i> {l s='PrestaShop REST API' mod='binshopsrest'}</h3>
10+
<h3><i class="icon icon-credit-card"></i> {l s='PrestaShop REST API Free version' mod='binshopsrest'}</h3>
1111
<p>
1212
<strong>{l s='Your endpoints are ready!' mod='binshopsrest'}</strong><br/>
1313
{l s='There is no configuration required for this module out of the box. Your endpoint: https://example.com/rest/{endpoint}' mod='binshopsrest'}
1414
</p>
15-
<br/>
15+
16+
<a href="https://addons.prestashop.com/en/website-performance/52062-rest-api-pro-version-with-fast-api-caching.html" target="_blank"><h2>{l s='Official Supported Version' mod='binshopsrest'}</h2></a>
17+
<p class="font-size-100">
18+
Get the latest supported version including the amazing features from <a href="https://addons.prestashop.com/en/website-performance/52062-rest-api-pro-version-with-fast-api-caching.html" target="_blank">Official PrestaShop Addons</a>. Let's take a look at the list of benefits.
19+
</p>
1620
</div>
1721

1822
<div class="panel">
@@ -80,5 +84,7 @@
8084
</ul>
8185
</li>
8286
</ul>
87+
88+
<a href="https://addons.prestashop.com/en/website-performance/52062-rest-api-pro-version-with-fast-api-caching.html" target="_blank">More endpoints on Pro version</a>
8389
</p>
8490
</div>

0 commit comments

Comments
 (0)