Clarify comment in the new-in shortcode

This commit is contained in:
Sid 2023-11-29 07:56:50 +05:30 committed by GitHub
parent 870c8d35c3
commit 3191e35b43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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