Table of Contents

Warning: You are browsing the documentation for PrestaShop 1.7, which is outdated.

You might want to read an updated version of this page for the current version, PrestaShop 8. Read the updated version of this page

Learn how to upgrade to the latest version.

Version pill

When highlighting a new feature, you may want to highlight the version on which that feature was added. You can add a version pill using minver:

Everything's better on {{< minver v="1.7.4" >}}

Which renders to:

Everything’s better on 1.7.4

To align a pill with a title, use the parameter title="true":

#### Example title
{{< minver v="1.7.4" title="true">}}

Which is rendered like this:

Example title