diff --git a/layouts/shortcodes/new-in.html b/layouts/shortcodes/new-in.html index f45b3194a..e22a91f3d 100644 --- a/layouts/shortcodes/new-in.html +++ b/layouts/shortcodes/new-in.html @@ -2,7 +2,7 @@ Renders a "new in" button indicating the version in which a feature was added. When comparing the current version to the specified version, the "new in" -button will be hidden if: +button will be hidden if any of the following conditions is true: - The major version difference exceeds the majorVersionDiffThreshold - The minor version difference exceeds the minorVersionDiffThreshold