From 3191e35b431919cf9da7ec6bd3bfe7f7bb6195ab Mon Sep 17 00:00:00 2001 From: Sid <122173059+hugo-sid@users.noreply.github.com> Date: Wed, 29 Nov 2023 07:56:50 +0530 Subject: [PATCH] Clarify comment in the new-in shortcode --- layouts/shortcodes/new-in.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/new-in.html b/layouts/shortcodes/new-in.html index f45b3194a1..e22a91f3d9 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