diff --git a/.github/actions/release_milestone/action.yaml b/.github/actions/release_milestone/action.yaml index ac0a2c2f4b..273e9925f1 100644 --- a/.github/actions/release_milestone/action.yaml +++ b/.github/actions/release_milestone/action.yaml @@ -108,7 +108,7 @@ runs: GITHUB_TOKEN: ${{ inputs.github_token }} GREN_GITHUB_TOKEN: ${{ inputs.github_token }} run: | - echo -e "+++\ntitle = 'Version ${{ steps.majorvers.outputs.value }}'\ntype = 'releasenotes'\nweight = -${{ steps.majorvers.outputs.value }}\n\n[params]\n disableToc = false\n hidden = true\n+++\n\n{{% pages showhidden=\"true\" showdivider=\"true\" %}}" > docs/content/introduction/releasenotes/${{ steps.majorvers.outputs.value }}/_index.en.md + echo -e "+++\ntitle = 'Version ${{ steps.majorvers.outputs.value }}'\ntype = 'releasenotes'\nweight = -${{ steps.majorvers.outputs.value }}\n\n[params]\n disableToc = false\n hidden = true\n minHugoVersion = '0.126.0'\n+++\n\n{{% pages showhidden=\"true\" showdivider=\"true\" %}}" > docs/content/introduction/releasenotes/${{ steps.majorvers.outputs.value }}/_index.en.md - name: Update releasenotes front matter uses: surahmansada/file-regex-replace@v1 @@ -127,8 +127,8 @@ runs: - name: Generate piratish releasenotes shell: bash run: | - echo -e "+++\ntitle = 'Version ${{ steps.majorvers.outputs.value }}'\ntype = 'releasenotes'\nweight = -${{ steps.majorvers.outputs.value }}\n\n[params]\n disableToc = false\n hidden = true\n+++\n{{< piratify >}}" > docs/content/introduction/releasenotes/${{ steps.majorvers.outputs.value }}/_index.pir.md - echo -e "+++\ntitle = 'Version ${{ steps.majorvers.outputs.value }}.${{ steps.minorvers.outputs.value }}'\ntype = 'releasenotes'\nweight = -${{ steps.minorvers.outputs.value }}\n\n[params]\n disableToc = false\n hidden = true\n+++\n{{< piratify >}}" > docs/content/introduction/releasenotes/${{ steps.majorvers.outputs.value }}/${{ steps.minorvers.outputs.value }}.pir.md + echo -e "+++\ntitle = 'Version ${{ steps.majorvers.outputs.value }}'\ntype = 'releasenotes'\nweight = -${{ steps.majorvers.outputs.value }}\n\n[params]\n disableToc = false\n hidden = true\n minHugoVersion = '0.126.0'\n+++\n{{< piratify >}}" > docs/content/introduction/releasenotes/${{ steps.majorvers.outputs.value }}/_index.pir.md + echo -e "+++\ntitle = 'Version ${{ steps.majorvers.outputs.value }}.${{ steps.minorvers.outputs.value }}'\ntype = 'releasenotes'\nweight = -${{ steps.minorvers.outputs.value }}\n\n[params]\n disableToc = false\n hidden = true\n minHugoVersion = '0.126.0'\n+++\n{{< piratify >}}" > docs/content/introduction/releasenotes/${{ steps.majorvers.outputs.value }}/${{ steps.minorvers.outputs.value }}.pir.md - name: Generate english changelogs shell: bash diff --git a/docs/content/introduction/releasenotes/1/0.en.md b/docs/content/introduction/releasenotes/1/0.en.md index 2cf3f175b9..984cc9adaf 100644 --- a/docs/content/introduction/releasenotes/1/0.en.md +++ b/docs/content/introduction/releasenotes/1/0.en.md @@ -6,6 +6,7 @@ weight = 0 [params] disableToc = false hidden = true + minHugoVersion = '0.65.0' +++ ## 1.0.0 (2021-07-01) {#1-0-0} diff --git a/docs/content/introduction/releasenotes/1/0.pir.md b/docs/content/introduction/releasenotes/1/0.pir.md index 60fd3c1d05..f328125e0d 100644 --- a/docs/content/introduction/releasenotes/1/0.pir.md +++ b/docs/content/introduction/releasenotes/1/0.pir.md @@ -6,5 +6,6 @@ weight = 0 [params] disableToc = false hidden = true + minHugoVersion = '0.65.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/1/1.en.md b/docs/content/introduction/releasenotes/1/1.en.md index f845edd088..dcb308e85e 100644 --- a/docs/content/introduction/releasenotes/1/1.en.md +++ b/docs/content/introduction/releasenotes/1/1.en.md @@ -6,6 +6,7 @@ weight = -1 [params] disableToc = false hidden = true + minHugoVersion = '0.65.0' +++ ## 1.1.0 (2021-07-02) {#1-1-0} diff --git a/docs/content/introduction/releasenotes/1/1.pir.md b/docs/content/introduction/releasenotes/1/1.pir.md index abb39dcb15..78ab09e034 100644 --- a/docs/content/introduction/releasenotes/1/1.pir.md +++ b/docs/content/introduction/releasenotes/1/1.pir.md @@ -6,5 +6,6 @@ weight = -1 [params] disableToc = false hidden = true + minHugoVersion = '0.65.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/1/2.en.md b/docs/content/introduction/releasenotes/1/2.en.md index c39742923d..3f725f8771 100644 --- a/docs/content/introduction/releasenotes/1/2.en.md +++ b/docs/content/introduction/releasenotes/1/2.en.md @@ -6,6 +6,7 @@ weight = -2 [params] disableToc = false hidden = true + minHugoVersion = '0.65.0' +++ ## 1.2.0 (2021-07-26) {#1-2-0} diff --git a/docs/content/introduction/releasenotes/1/2.pir.md b/docs/content/introduction/releasenotes/1/2.pir.md index f37f250b0c..8765edc460 100644 --- a/docs/content/introduction/releasenotes/1/2.pir.md +++ b/docs/content/introduction/releasenotes/1/2.pir.md @@ -6,5 +6,6 @@ weight = -2 [params] disableToc = false hidden = true + minHugoVersion = '0.65.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/1/_index.en.md b/docs/content/introduction/releasenotes/1/_index.en.md index 4981bfb69c..17c174e56b 100644 --- a/docs/content/introduction/releasenotes/1/_index.en.md +++ b/docs/content/introduction/releasenotes/1/_index.en.md @@ -5,6 +5,7 @@ weight = -1 [params] disableToc = false + minHugoVersion = '0.65.0' +++ {{% pages showhidden="true" showdivider="true" %}} diff --git a/docs/content/introduction/releasenotes/1/_index.pir.md b/docs/content/introduction/releasenotes/1/_index.pir.md index f01c6e5294..d3b06de583 100644 --- a/docs/content/introduction/releasenotes/1/_index.pir.md +++ b/docs/content/introduction/releasenotes/1/_index.pir.md @@ -5,5 +5,6 @@ weight = -1 [params] disableToc = false + minHugoVersion = '0.65.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/2/0.en.md b/docs/content/introduction/releasenotes/2/0.en.md index da4b56dafb..fbc2f335e2 100644 --- a/docs/content/introduction/releasenotes/2/0.en.md +++ b/docs/content/introduction/releasenotes/2/0.en.md @@ -6,6 +6,7 @@ weight = 0 [params] disableToc = false hidden = true + minHugoVersion = '0.65.0' +++ ## 2.0.0 (2021-08-28) {#2-0-0} diff --git a/docs/content/introduction/releasenotes/2/0.pir.md b/docs/content/introduction/releasenotes/2/0.pir.md index d99c6ccbd9..a80ef953bb 100644 --- a/docs/content/introduction/releasenotes/2/0.pir.md +++ b/docs/content/introduction/releasenotes/2/0.pir.md @@ -6,5 +6,6 @@ weight = 0 [params] disableToc = false hidden = true + minHugoVersion = '0.65.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/2/1.en.md b/docs/content/introduction/releasenotes/2/1.en.md index a7de876973..57362caf73 100644 --- a/docs/content/introduction/releasenotes/2/1.en.md +++ b/docs/content/introduction/releasenotes/2/1.en.md @@ -6,6 +6,7 @@ weight = -1 [params] disableToc = false hidden = true + minHugoVersion = '0.69.0' +++ ## 2.1.0 (2021-09-07) {#2-1-0} diff --git a/docs/content/introduction/releasenotes/2/1.pir.md b/docs/content/introduction/releasenotes/2/1.pir.md index de88748fad..f361993f05 100644 --- a/docs/content/introduction/releasenotes/2/1.pir.md +++ b/docs/content/introduction/releasenotes/2/1.pir.md @@ -6,5 +6,6 @@ weight = -1 [params] disableToc = false hidden = true + minHugoVersion = '0.69.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/2/2.en.md b/docs/content/introduction/releasenotes/2/2.en.md index f21774d15b..95ea44b555 100644 --- a/docs/content/introduction/releasenotes/2/2.en.md +++ b/docs/content/introduction/releasenotes/2/2.en.md @@ -6,6 +6,7 @@ weight = -2 [params] disableToc = false hidden = true + minHugoVersion = '0.69.0' +++ ## 2.2.0 (2021-09-09) {#2-2-0} diff --git a/docs/content/introduction/releasenotes/2/2.pir.md b/docs/content/introduction/releasenotes/2/2.pir.md index 94d14ba94d..6b02966497 100644 --- a/docs/content/introduction/releasenotes/2/2.pir.md +++ b/docs/content/introduction/releasenotes/2/2.pir.md @@ -6,5 +6,6 @@ weight = -2 [params] disableToc = false hidden = true + minHugoVersion = '0.69.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/2/3.en.md b/docs/content/introduction/releasenotes/2/3.en.md index 85465b5fdf..18c78dff37 100644 --- a/docs/content/introduction/releasenotes/2/3.en.md +++ b/docs/content/introduction/releasenotes/2/3.en.md @@ -6,6 +6,7 @@ weight = -3 [params] disableToc = false hidden = true + minHugoVersion = '0.81.0' +++ ## 2.3.0 (2021-09-13) {#2-3-0} diff --git a/docs/content/introduction/releasenotes/2/3.pir.md b/docs/content/introduction/releasenotes/2/3.pir.md index 26f7bbc128..1c860d3a25 100644 --- a/docs/content/introduction/releasenotes/2/3.pir.md +++ b/docs/content/introduction/releasenotes/2/3.pir.md @@ -6,5 +6,6 @@ weight = -3 [params] disableToc = false hidden = true + minHugoVersion = '0.81.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/2/4.en.md b/docs/content/introduction/releasenotes/2/4.en.md index 01c8ce2c07..b570e3260e 100644 --- a/docs/content/introduction/releasenotes/2/4.en.md +++ b/docs/content/introduction/releasenotes/2/4.en.md @@ -6,6 +6,7 @@ weight = -4 [params] disableToc = false hidden = true + minHugoVersion = '0.81.0' +++ ## 2.4.0 (2021-10-07) {#2-4-0} diff --git a/docs/content/introduction/releasenotes/2/4.pir.md b/docs/content/introduction/releasenotes/2/4.pir.md index 2d6ad05834..bed5020741 100644 --- a/docs/content/introduction/releasenotes/2/4.pir.md +++ b/docs/content/introduction/releasenotes/2/4.pir.md @@ -6,5 +6,6 @@ weight = -4 [params] disableToc = false hidden = true + minHugoVersion = '0.81.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/2/5.en.md b/docs/content/introduction/releasenotes/2/5.en.md index 5a85419e08..0ffa50d429 100644 --- a/docs/content/introduction/releasenotes/2/5.en.md +++ b/docs/content/introduction/releasenotes/2/5.en.md @@ -6,6 +6,7 @@ weight = -5 [params] disableToc = false hidden = true + minHugoVersion = '0.81.0' +++ ## 2.5.0 (2021-10-08) {#2-5-0} diff --git a/docs/content/introduction/releasenotes/2/5.pir.md b/docs/content/introduction/releasenotes/2/5.pir.md index 7ddb0c5809..12a14fdcd5 100644 --- a/docs/content/introduction/releasenotes/2/5.pir.md +++ b/docs/content/introduction/releasenotes/2/5.pir.md @@ -6,5 +6,6 @@ weight = -5 [params] disableToc = false hidden = true + minHugoVersion = '0.81.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/2/6.en.md b/docs/content/introduction/releasenotes/2/6.en.md index db213a4043..da49ea8d9b 100644 --- a/docs/content/introduction/releasenotes/2/6.en.md +++ b/docs/content/introduction/releasenotes/2/6.en.md @@ -6,6 +6,7 @@ weight = -6 [params] disableToc = false hidden = true + minHugoVersion = '0.81.0' +++ ## 2.6.0 (2021-10-21) {#2-6-0} diff --git a/docs/content/introduction/releasenotes/2/6.pir.md b/docs/content/introduction/releasenotes/2/6.pir.md index 2937d95a36..9d7988b47b 100644 --- a/docs/content/introduction/releasenotes/2/6.pir.md +++ b/docs/content/introduction/releasenotes/2/6.pir.md @@ -6,5 +6,6 @@ weight = -6 [params] disableToc = false hidden = true + minHugoVersion = '0.81.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/2/7.en.md b/docs/content/introduction/releasenotes/2/7.en.md index 479c49e0ac..5fe065cd5b 100644 --- a/docs/content/introduction/releasenotes/2/7.en.md +++ b/docs/content/introduction/releasenotes/2/7.en.md @@ -6,6 +6,7 @@ weight = -7 [params] disableToc = false hidden = true + minHugoVersion = '0.81.0' +++ ## 2.7.0 (2021-10-24) {#2-7-0} diff --git a/docs/content/introduction/releasenotes/2/7.pir.md b/docs/content/introduction/releasenotes/2/7.pir.md index 2a4a92a340..d0d387d55f 100644 --- a/docs/content/introduction/releasenotes/2/7.pir.md +++ b/docs/content/introduction/releasenotes/2/7.pir.md @@ -6,5 +6,6 @@ weight = -7 [params] disableToc = false hidden = true + minHugoVersion = '0.81.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/2/8.en.md b/docs/content/introduction/releasenotes/2/8.en.md index ead387ca24..cbeede0ef4 100644 --- a/docs/content/introduction/releasenotes/2/8.en.md +++ b/docs/content/introduction/releasenotes/2/8.en.md @@ -6,6 +6,7 @@ weight = -8 [params] disableToc = false hidden = true + minHugoVersion = '0.81.0' +++ ## 2.8.0 (2021-11-03) {#2-8-0} diff --git a/docs/content/introduction/releasenotes/2/8.pir.md b/docs/content/introduction/releasenotes/2/8.pir.md index cb49b3f76f..e9a9a07cb9 100644 --- a/docs/content/introduction/releasenotes/2/8.pir.md +++ b/docs/content/introduction/releasenotes/2/8.pir.md @@ -6,5 +6,6 @@ weight = -8 [params] disableToc = false hidden = true + minHugoVersion = '0.81.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/2/9.en.md b/docs/content/introduction/releasenotes/2/9.en.md index 180eb870a3..ae9dbc9ae6 100644 --- a/docs/content/introduction/releasenotes/2/9.en.md +++ b/docs/content/introduction/releasenotes/2/9.en.md @@ -6,6 +6,7 @@ weight = -9 [params] disableToc = false hidden = true + minHugoVersion = '0.81.0' +++ ## 2.9.0 (2021-11-19) {#2-9-0} diff --git a/docs/content/introduction/releasenotes/2/9.pir.md b/docs/content/introduction/releasenotes/2/9.pir.md index ede0965e56..02d2d79bc9 100644 --- a/docs/content/introduction/releasenotes/2/9.pir.md +++ b/docs/content/introduction/releasenotes/2/9.pir.md @@ -6,5 +6,6 @@ weight = -9 [params] disableToc = false hidden = true + minHugoVersion = '0.81.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/2/_index.en.md b/docs/content/introduction/releasenotes/2/_index.en.md index 97b24a6a61..10a1f9bd9f 100644 --- a/docs/content/introduction/releasenotes/2/_index.en.md +++ b/docs/content/introduction/releasenotes/2/_index.en.md @@ -5,6 +5,7 @@ weight = -2 [params] disableToc = false + minHugoVersion = '0.81.0' +++ {{% pages showhidden="true" showdivider="true" %}} diff --git a/docs/content/introduction/releasenotes/2/_index.pir.md b/docs/content/introduction/releasenotes/2/_index.pir.md index cc0899aab0..492923e7a0 100644 --- a/docs/content/introduction/releasenotes/2/_index.pir.md +++ b/docs/content/introduction/releasenotes/2/_index.pir.md @@ -5,5 +5,6 @@ weight = -2 [params] disableToc = false + minHugoVersion = '0.81.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/3/0.en.md b/docs/content/introduction/releasenotes/3/0.en.md index bd3dc27151..869003fcf5 100644 --- a/docs/content/introduction/releasenotes/3/0.en.md +++ b/docs/content/introduction/releasenotes/3/0.en.md @@ -6,6 +6,7 @@ weight = 0 [params] disableToc = false hidden = true + minHugoVersion = '0.81.0' +++ ## 3.0.0 (2022-02-22) {#3-0-0} diff --git a/docs/content/introduction/releasenotes/3/0.pir.md b/docs/content/introduction/releasenotes/3/0.pir.md index c8450b5697..09057310f5 100644 --- a/docs/content/introduction/releasenotes/3/0.pir.md +++ b/docs/content/introduction/releasenotes/3/0.pir.md @@ -6,5 +6,6 @@ weight = 0 [params] disableToc = false hidden = true + minHugoVersion = '0.81.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/3/1.en.md b/docs/content/introduction/releasenotes/3/1.en.md index 78408629e8..6772c3fd99 100644 --- a/docs/content/introduction/releasenotes/3/1.en.md +++ b/docs/content/introduction/releasenotes/3/1.en.md @@ -6,6 +6,7 @@ weight = -1 [params] disableToc = false hidden = true + minHugoVersion = '0.81.0' +++ ## 3.1.0 (2022-03-15) {#3-1-0} diff --git a/docs/content/introduction/releasenotes/3/1.pir.md b/docs/content/introduction/releasenotes/3/1.pir.md index 1d1b82cd86..062c93190a 100644 --- a/docs/content/introduction/releasenotes/3/1.pir.md +++ b/docs/content/introduction/releasenotes/3/1.pir.md @@ -6,5 +6,6 @@ weight = -1 [params] disableToc = false hidden = true + minHugoVersion = '0.81.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/3/2.en.md b/docs/content/introduction/releasenotes/3/2.en.md index 9af8ddbc96..b287360289 100644 --- a/docs/content/introduction/releasenotes/3/2.en.md +++ b/docs/content/introduction/releasenotes/3/2.en.md @@ -6,6 +6,7 @@ weight = -2 [params] disableToc = false hidden = true + minHugoVersion = '0.93.0' +++ ## 3.2.0 (2022-03-19) {#3-2-0} diff --git a/docs/content/introduction/releasenotes/3/2.pir.md b/docs/content/introduction/releasenotes/3/2.pir.md index de03dc78b3..735b999c6d 100644 --- a/docs/content/introduction/releasenotes/3/2.pir.md +++ b/docs/content/introduction/releasenotes/3/2.pir.md @@ -6,5 +6,6 @@ weight = -2 [params] disableToc = false hidden = true + minHugoVersion = '0.93.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/3/3.en.md b/docs/content/introduction/releasenotes/3/3.en.md index 1338b3ea2e..a3091573f8 100644 --- a/docs/content/introduction/releasenotes/3/3.en.md +++ b/docs/content/introduction/releasenotes/3/3.en.md @@ -6,6 +6,7 @@ weight = -3 [params] disableToc = false hidden = true + minHugoVersion = '0.93.0' +++ ## 3.3.0 (2022-03-28) {#3-3-0} diff --git a/docs/content/introduction/releasenotes/3/3.pir.md b/docs/content/introduction/releasenotes/3/3.pir.md index 669ae86691..db5a229e32 100644 --- a/docs/content/introduction/releasenotes/3/3.pir.md +++ b/docs/content/introduction/releasenotes/3/3.pir.md @@ -6,5 +6,6 @@ weight = -3 [params] disableToc = false hidden = true + minHugoVersion = '0.93.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/3/4.en.md b/docs/content/introduction/releasenotes/3/4.en.md index 53433c3548..c7d1402e53 100644 --- a/docs/content/introduction/releasenotes/3/4.en.md +++ b/docs/content/introduction/releasenotes/3/4.en.md @@ -6,6 +6,7 @@ weight = -4 [params] disableToc = false hidden = true + minHugoVersion = '0.93.0' +++ ## 3.4.0 (2022-04-03) {#3-4-0} diff --git a/docs/content/introduction/releasenotes/3/4.pir.md b/docs/content/introduction/releasenotes/3/4.pir.md index a1fe1064d5..449e23629f 100644 --- a/docs/content/introduction/releasenotes/3/4.pir.md +++ b/docs/content/introduction/releasenotes/3/4.pir.md @@ -6,5 +6,6 @@ weight = -4 [params] disableToc = false hidden = true + minHugoVersion = '0.93.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/3/_index.en.md b/docs/content/introduction/releasenotes/3/_index.en.md index 53b8257508..016eb0285d 100644 --- a/docs/content/introduction/releasenotes/3/_index.en.md +++ b/docs/content/introduction/releasenotes/3/_index.en.md @@ -5,6 +5,7 @@ weight = -3 [params] disableToc = false + minHugoVersion = '0.93.0' +++ {{% pages showhidden="true" showdivider="true" %}} diff --git a/docs/content/introduction/releasenotes/3/_index.pir.md b/docs/content/introduction/releasenotes/3/_index.pir.md index 926e2e4894..b1f789930d 100644 --- a/docs/content/introduction/releasenotes/3/_index.pir.md +++ b/docs/content/introduction/releasenotes/3/_index.pir.md @@ -5,5 +5,6 @@ weight = -3 [params] disableToc = false + minHugoVersion = '0.93.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/4/0.en.md b/docs/content/introduction/releasenotes/4/0.en.md index c93e18692a..7fb308f556 100644 --- a/docs/content/introduction/releasenotes/4/0.en.md +++ b/docs/content/introduction/releasenotes/4/0.en.md @@ -6,6 +6,7 @@ weight = 0 [params] disableToc = false hidden = true + minHugoVersion = '0.93.0' +++ ## 4.0.0 (2022-06-05) {#4-0-0} diff --git a/docs/content/introduction/releasenotes/4/0.pir.md b/docs/content/introduction/releasenotes/4/0.pir.md index 72e7318de6..72e8fbc8b9 100644 --- a/docs/content/introduction/releasenotes/4/0.pir.md +++ b/docs/content/introduction/releasenotes/4/0.pir.md @@ -6,5 +6,6 @@ weight = 0 [params] disableToc = false hidden = true + minHugoVersion = '0.93.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/4/1.en.md b/docs/content/introduction/releasenotes/4/1.en.md index 92a3a0cc98..9c6b23aa1c 100644 --- a/docs/content/introduction/releasenotes/4/1.en.md +++ b/docs/content/introduction/releasenotes/4/1.en.md @@ -6,6 +6,7 @@ weight = -1 [params] disableToc = false hidden = true + minHugoVersion = '0.93.0' +++ ## 4.1.0 (2022-06-12) {#4-1-0} diff --git a/docs/content/introduction/releasenotes/4/1.pir.md b/docs/content/introduction/releasenotes/4/1.pir.md index 708a6ec7c2..4a1e376635 100644 --- a/docs/content/introduction/releasenotes/4/1.pir.md +++ b/docs/content/introduction/releasenotes/4/1.pir.md @@ -6,5 +6,6 @@ weight = -1 [params] disableToc = false hidden = true + minHugoVersion = '0.93.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/4/2.en.md b/docs/content/introduction/releasenotes/4/2.en.md index ca382d29bb..f7bd6e868c 100644 --- a/docs/content/introduction/releasenotes/4/2.en.md +++ b/docs/content/introduction/releasenotes/4/2.en.md @@ -6,6 +6,7 @@ weight = -2 [params] disableToc = false hidden = true + minHugoVersion = '0.93.0' +++ ## 4.2.0 (2022-06-23) {#4-2-0} diff --git a/docs/content/introduction/releasenotes/4/2.pir.md b/docs/content/introduction/releasenotes/4/2.pir.md index 180d0e8024..4736f5c137 100644 --- a/docs/content/introduction/releasenotes/4/2.pir.md +++ b/docs/content/introduction/releasenotes/4/2.pir.md @@ -6,5 +6,6 @@ weight = -2 [params] disableToc = false hidden = true + minHugoVersion = '0.93.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/4/_index.en.md b/docs/content/introduction/releasenotes/4/_index.en.md index e316c2420c..d56d1ccf4c 100644 --- a/docs/content/introduction/releasenotes/4/_index.en.md +++ b/docs/content/introduction/releasenotes/4/_index.en.md @@ -5,6 +5,7 @@ weight = -4 [params] disableToc = false + minHugoVersion = '0.93.0' +++ {{% pages showhidden="true" showdivider="true" %}} diff --git a/docs/content/introduction/releasenotes/4/_index.pir.md b/docs/content/introduction/releasenotes/4/_index.pir.md index 2b311784e9..1d8bbdc293 100644 --- a/docs/content/introduction/releasenotes/4/_index.pir.md +++ b/docs/content/introduction/releasenotes/4/_index.pir.md @@ -5,5 +5,6 @@ weight = -4 [params] disableToc = false + minHugoVersion = '0.93.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/0.en.md b/docs/content/introduction/releasenotes/5/0.en.md index edc8f7071a..20d03e9d4e 100644 --- a/docs/content/introduction/releasenotes/5/0.en.md +++ b/docs/content/introduction/releasenotes/5/0.en.md @@ -6,6 +6,7 @@ weight = 0 [params] disableToc = false hidden = true + minHugoVersion = '0.93.0' +++ ## 5.0.0 (2022-07-05) {#5-0-0} diff --git a/docs/content/introduction/releasenotes/5/0.pir.md b/docs/content/introduction/releasenotes/5/0.pir.md index e9a29f8df0..38e67d57e6 100644 --- a/docs/content/introduction/releasenotes/5/0.pir.md +++ b/docs/content/introduction/releasenotes/5/0.pir.md @@ -6,5 +6,6 @@ weight = 0 [params] disableToc = false hidden = true + minHugoVersion = '0.93.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/1.en.md b/docs/content/introduction/releasenotes/5/1.en.md index 75dba4e405..2f255b3f51 100644 --- a/docs/content/introduction/releasenotes/5/1.en.md +++ b/docs/content/introduction/releasenotes/5/1.en.md @@ -6,6 +6,7 @@ weight = -1 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.1.0 (2022-07-15) {#5-1-0} diff --git a/docs/content/introduction/releasenotes/5/1.pir.md b/docs/content/introduction/releasenotes/5/1.pir.md index 798dd569f0..50d5c79fca 100644 --- a/docs/content/introduction/releasenotes/5/1.pir.md +++ b/docs/content/introduction/releasenotes/5/1.pir.md @@ -6,5 +6,6 @@ weight = -1 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/10.en.md b/docs/content/introduction/releasenotes/5/10.en.md index 23d021543b..07805f0b78 100644 --- a/docs/content/introduction/releasenotes/5/10.en.md +++ b/docs/content/introduction/releasenotes/5/10.en.md @@ -6,6 +6,7 @@ weight = -10 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.10.0 (2023-01-25) {#5-10-0} diff --git a/docs/content/introduction/releasenotes/5/10.pir.md b/docs/content/introduction/releasenotes/5/10.pir.md index 1161eb6209..f6d19c5154 100644 --- a/docs/content/introduction/releasenotes/5/10.pir.md +++ b/docs/content/introduction/releasenotes/5/10.pir.md @@ -6,5 +6,6 @@ weight = -10 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/11.en.md b/docs/content/introduction/releasenotes/5/11.en.md index fb30ffd236..472c8f05a3 100644 --- a/docs/content/introduction/releasenotes/5/11.en.md +++ b/docs/content/introduction/releasenotes/5/11.en.md @@ -6,6 +6,7 @@ weight = -11 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.11.0 (2023-02-07) {#5-11-0} diff --git a/docs/content/introduction/releasenotes/5/11.pir.md b/docs/content/introduction/releasenotes/5/11.pir.md index 50eaea1ce3..94e562208b 100644 --- a/docs/content/introduction/releasenotes/5/11.pir.md +++ b/docs/content/introduction/releasenotes/5/11.pir.md @@ -6,5 +6,6 @@ weight = -11 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/12.en.md b/docs/content/introduction/releasenotes/5/12.en.md index 12b1231118..fbfc5ed800 100644 --- a/docs/content/introduction/releasenotes/5/12.en.md +++ b/docs/content/introduction/releasenotes/5/12.en.md @@ -6,6 +6,7 @@ weight = -12 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.12.0 (2023-05-04) {#5-12-0} diff --git a/docs/content/introduction/releasenotes/5/12.pir.md b/docs/content/introduction/releasenotes/5/12.pir.md index f162984169..09eb4b1f23 100644 --- a/docs/content/introduction/releasenotes/5/12.pir.md +++ b/docs/content/introduction/releasenotes/5/12.pir.md @@ -6,5 +6,6 @@ weight = -12 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/13.en.md b/docs/content/introduction/releasenotes/5/13.en.md index d4016c4cac..0a8c3656cc 100644 --- a/docs/content/introduction/releasenotes/5/13.en.md +++ b/docs/content/introduction/releasenotes/5/13.en.md @@ -6,6 +6,7 @@ weight = -13 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.13.0 (2023-05-17) {#5-13-0} diff --git a/docs/content/introduction/releasenotes/5/13.pir.md b/docs/content/introduction/releasenotes/5/13.pir.md index 16deaab3a7..b0d00d160e 100644 --- a/docs/content/introduction/releasenotes/5/13.pir.md +++ b/docs/content/introduction/releasenotes/5/13.pir.md @@ -6,5 +6,6 @@ weight = -13 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/14.en.md b/docs/content/introduction/releasenotes/5/14.en.md index 407e239b76..e3a8407350 100644 --- a/docs/content/introduction/releasenotes/5/14.en.md +++ b/docs/content/introduction/releasenotes/5/14.en.md @@ -6,6 +6,7 @@ weight = -14 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.14.0 (2023-05-20) {#5-14-0} diff --git a/docs/content/introduction/releasenotes/5/14.pir.md b/docs/content/introduction/releasenotes/5/14.pir.md index 6568952295..56e561c067 100644 --- a/docs/content/introduction/releasenotes/5/14.pir.md +++ b/docs/content/introduction/releasenotes/5/14.pir.md @@ -6,5 +6,6 @@ weight = -14 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/15.en.md b/docs/content/introduction/releasenotes/5/15.en.md index de5e5fdfdc..afa20350bb 100644 --- a/docs/content/introduction/releasenotes/5/15.en.md +++ b/docs/content/introduction/releasenotes/5/15.en.md @@ -6,6 +6,7 @@ weight = -15 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.15.0 (2023-05-29) {#5-15-0} diff --git a/docs/content/introduction/releasenotes/5/15.pir.md b/docs/content/introduction/releasenotes/5/15.pir.md index 1af9c5b8e4..4dc2987751 100644 --- a/docs/content/introduction/releasenotes/5/15.pir.md +++ b/docs/content/introduction/releasenotes/5/15.pir.md @@ -6,5 +6,6 @@ weight = -15 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/16.en.md b/docs/content/introduction/releasenotes/5/16.en.md index f91afa29aa..5b6b674e0b 100644 --- a/docs/content/introduction/releasenotes/5/16.en.md +++ b/docs/content/introduction/releasenotes/5/16.en.md @@ -6,6 +6,7 @@ weight = -16 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.16.0 (2023-06-10) {#5-16-0} diff --git a/docs/content/introduction/releasenotes/5/16.pir.md b/docs/content/introduction/releasenotes/5/16.pir.md index 5e9d006502..922cc00cce 100644 --- a/docs/content/introduction/releasenotes/5/16.pir.md +++ b/docs/content/introduction/releasenotes/5/16.pir.md @@ -6,5 +6,6 @@ weight = -16 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/17.en.md b/docs/content/introduction/releasenotes/5/17.en.md index 27a6ae55cb..06047d8595 100644 --- a/docs/content/introduction/releasenotes/5/17.en.md +++ b/docs/content/introduction/releasenotes/5/17.en.md @@ -6,6 +6,7 @@ weight = -17 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.17.0 (2023-06-22) {#5-17-0} diff --git a/docs/content/introduction/releasenotes/5/17.pir.md b/docs/content/introduction/releasenotes/5/17.pir.md index a9e4d1ae8b..20ce19c26a 100644 --- a/docs/content/introduction/releasenotes/5/17.pir.md +++ b/docs/content/introduction/releasenotes/5/17.pir.md @@ -6,5 +6,6 @@ weight = -17 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/18.en.md b/docs/content/introduction/releasenotes/5/18.en.md index 026e91cce1..ac658a9bda 100644 --- a/docs/content/introduction/releasenotes/5/18.en.md +++ b/docs/content/introduction/releasenotes/5/18.en.md @@ -6,6 +6,7 @@ weight = -18 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.18.0 (2023-07-27) {#5-18-0} diff --git a/docs/content/introduction/releasenotes/5/18.pir.md b/docs/content/introduction/releasenotes/5/18.pir.md index 8171508781..3c084ea825 100644 --- a/docs/content/introduction/releasenotes/5/18.pir.md +++ b/docs/content/introduction/releasenotes/5/18.pir.md @@ -6,5 +6,6 @@ weight = -18 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/19.en.md b/docs/content/introduction/releasenotes/5/19.en.md index 5e19c3efec..0e72e04bb6 100644 --- a/docs/content/introduction/releasenotes/5/19.en.md +++ b/docs/content/introduction/releasenotes/5/19.en.md @@ -6,6 +6,7 @@ weight = -19 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.19.0 (2023-08-12) {#5-19-0} diff --git a/docs/content/introduction/releasenotes/5/19.pir.md b/docs/content/introduction/releasenotes/5/19.pir.md index f82fa4293a..96c3458ac1 100644 --- a/docs/content/introduction/releasenotes/5/19.pir.md +++ b/docs/content/introduction/releasenotes/5/19.pir.md @@ -6,5 +6,6 @@ weight = -19 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/2.en.md b/docs/content/introduction/releasenotes/5/2.en.md index 460cbac41a..1904314972 100644 --- a/docs/content/introduction/releasenotes/5/2.en.md +++ b/docs/content/introduction/releasenotes/5/2.en.md @@ -6,6 +6,7 @@ weight = -2 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.2.0 (2022-08-03) {#5-2-0} diff --git a/docs/content/introduction/releasenotes/5/2.pir.md b/docs/content/introduction/releasenotes/5/2.pir.md index a65c9a056e..bada7382f0 100644 --- a/docs/content/introduction/releasenotes/5/2.pir.md +++ b/docs/content/introduction/releasenotes/5/2.pir.md @@ -6,5 +6,6 @@ weight = -2 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/20.en.md b/docs/content/introduction/releasenotes/5/20.en.md index 71783c7e9a..9e12093d26 100644 --- a/docs/content/introduction/releasenotes/5/20.en.md +++ b/docs/content/introduction/releasenotes/5/20.en.md @@ -6,6 +6,7 @@ weight = -20 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.20.0 (2023-08-26) {#5-20-0} diff --git a/docs/content/introduction/releasenotes/5/20.pir.md b/docs/content/introduction/releasenotes/5/20.pir.md index e37cc06777..511fe921f2 100644 --- a/docs/content/introduction/releasenotes/5/20.pir.md +++ b/docs/content/introduction/releasenotes/5/20.pir.md @@ -6,5 +6,6 @@ weight = -20 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/21.en.md b/docs/content/introduction/releasenotes/5/21.en.md index 8ae734e826..8918e55a20 100644 --- a/docs/content/introduction/releasenotes/5/21.en.md +++ b/docs/content/introduction/releasenotes/5/21.en.md @@ -6,6 +6,7 @@ weight = -21 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.21.0 (2023-09-18) {#5-21-0} diff --git a/docs/content/introduction/releasenotes/5/21.pir.md b/docs/content/introduction/releasenotes/5/21.pir.md index b53ad83351..0a89f5e7a8 100644 --- a/docs/content/introduction/releasenotes/5/21.pir.md +++ b/docs/content/introduction/releasenotes/5/21.pir.md @@ -6,5 +6,6 @@ weight = -21 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/22.en.md b/docs/content/introduction/releasenotes/5/22.en.md index c585a801d8..f92427eb36 100644 --- a/docs/content/introduction/releasenotes/5/22.en.md +++ b/docs/content/introduction/releasenotes/5/22.en.md @@ -6,6 +6,7 @@ weight = -22 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.22.0 (2023-10-02) {#5-22-0} diff --git a/docs/content/introduction/releasenotes/5/22.pir.md b/docs/content/introduction/releasenotes/5/22.pir.md index 43c43a12e5..5532a8bd79 100644 --- a/docs/content/introduction/releasenotes/5/22.pir.md +++ b/docs/content/introduction/releasenotes/5/22.pir.md @@ -6,5 +6,6 @@ weight = -22 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/23.en.md b/docs/content/introduction/releasenotes/5/23.en.md index edeeb544ef..cf564cff9d 100644 --- a/docs/content/introduction/releasenotes/5/23.en.md +++ b/docs/content/introduction/releasenotes/5/23.en.md @@ -6,6 +6,7 @@ weight = -23 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.23.0 (2023-11-03) {#5-23-0} diff --git a/docs/content/introduction/releasenotes/5/23.pir.md b/docs/content/introduction/releasenotes/5/23.pir.md index 86dbf86484..2257d71cee 100644 --- a/docs/content/introduction/releasenotes/5/23.pir.md +++ b/docs/content/introduction/releasenotes/5/23.pir.md @@ -6,5 +6,6 @@ weight = -23 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/24.en.md b/docs/content/introduction/releasenotes/5/24.en.md index cf4c948132..c0fe869f73 100644 --- a/docs/content/introduction/releasenotes/5/24.en.md +++ b/docs/content/introduction/releasenotes/5/24.en.md @@ -6,6 +6,7 @@ weight = -24 [params] disableToc = false hidden = true + minHugoVersion = '0.112.4' +++ ## 5.24.0 (2024-02-28) {#5-24-0} diff --git a/docs/content/introduction/releasenotes/5/24.pir.md b/docs/content/introduction/releasenotes/5/24.pir.md index c260681441..aea15cc272 100644 --- a/docs/content/introduction/releasenotes/5/24.pir.md +++ b/docs/content/introduction/releasenotes/5/24.pir.md @@ -6,5 +6,6 @@ weight = -24 [params] disableToc = false hidden = true + minHugoVersion = '0.112.4' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/25.en.md b/docs/content/introduction/releasenotes/5/25.en.md index 484f6d8a7c..4c2592532f 100644 --- a/docs/content/introduction/releasenotes/5/25.en.md +++ b/docs/content/introduction/releasenotes/5/25.en.md @@ -6,6 +6,7 @@ weight = -25 [params] disableToc = false hidden = true + minHugoVersion = '0.112.4' +++ ## 5.25.0 (2024-02-29) {#5-25-0} diff --git a/docs/content/introduction/releasenotes/5/25.pir.md b/docs/content/introduction/releasenotes/5/25.pir.md index e2473dfa77..76134094de 100644 --- a/docs/content/introduction/releasenotes/5/25.pir.md +++ b/docs/content/introduction/releasenotes/5/25.pir.md @@ -6,5 +6,6 @@ weight = -25 [params] disableToc = false hidden = true + minHugoVersion = '0.112.4' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/26.en.md b/docs/content/introduction/releasenotes/5/26.en.md index 3de666396d..142eb0f780 100644 --- a/docs/content/introduction/releasenotes/5/26.en.md +++ b/docs/content/introduction/releasenotes/5/26.en.md @@ -6,6 +6,7 @@ weight = -26 [params] disableToc = false hidden = true + minHugoVersion = '0.112.4' +++ ## 5.26.0 (2024-03-18) {#5-26-0} diff --git a/docs/content/introduction/releasenotes/5/26.pir.md b/docs/content/introduction/releasenotes/5/26.pir.md index 3b27c0186f..7fd3d17ccc 100644 --- a/docs/content/introduction/releasenotes/5/26.pir.md +++ b/docs/content/introduction/releasenotes/5/26.pir.md @@ -6,5 +6,6 @@ weight = -26 [params] disableToc = false hidden = true + minHugoVersion = '0.112.4' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/27.en.md b/docs/content/introduction/releasenotes/5/27.en.md index ec99a46e49..087ca761d3 100644 --- a/docs/content/introduction/releasenotes/5/27.en.md +++ b/docs/content/introduction/releasenotes/5/27.en.md @@ -6,6 +6,7 @@ weight = -27 [params] disableToc = false hidden = true + minHugoVersion = '0.121.0' +++ ## 5.27.0 (2024-04-07) {#5-27-0} diff --git a/docs/content/introduction/releasenotes/5/27.pir.md b/docs/content/introduction/releasenotes/5/27.pir.md index 708a2c89a8..8a7f8df3cd 100644 --- a/docs/content/introduction/releasenotes/5/27.pir.md +++ b/docs/content/introduction/releasenotes/5/27.pir.md @@ -6,5 +6,6 @@ weight = -27 [params] disableToc = false hidden = true + minHugoVersion = '0.121.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/3.en.md b/docs/content/introduction/releasenotes/5/3.en.md index d9baabc3bb..b1bac0716b 100644 --- a/docs/content/introduction/releasenotes/5/3.en.md +++ b/docs/content/introduction/releasenotes/5/3.en.md @@ -6,6 +6,7 @@ weight = -3 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.3.0 (2022-10-07) {#5-3-0} diff --git a/docs/content/introduction/releasenotes/5/3.pir.md b/docs/content/introduction/releasenotes/5/3.pir.md index 2c2edcd1ce..4686b54d9c 100644 --- a/docs/content/introduction/releasenotes/5/3.pir.md +++ b/docs/content/introduction/releasenotes/5/3.pir.md @@ -6,5 +6,6 @@ weight = -3 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/4.en.md b/docs/content/introduction/releasenotes/5/4.en.md index 7b91a9c8d7..a9a2d21681 100644 --- a/docs/content/introduction/releasenotes/5/4.en.md +++ b/docs/content/introduction/releasenotes/5/4.en.md @@ -6,6 +6,7 @@ weight = -4 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.4.0 (2022-11-01) {#5-4-0} diff --git a/docs/content/introduction/releasenotes/5/4.pir.md b/docs/content/introduction/releasenotes/5/4.pir.md index 3b9b4ef4ee..3a033a6b3e 100644 --- a/docs/content/introduction/releasenotes/5/4.pir.md +++ b/docs/content/introduction/releasenotes/5/4.pir.md @@ -6,5 +6,6 @@ weight = -4 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/5.en.md b/docs/content/introduction/releasenotes/5/5.en.md index d1e366154e..69644b43e4 100644 --- a/docs/content/introduction/releasenotes/5/5.en.md +++ b/docs/content/introduction/releasenotes/5/5.en.md @@ -6,6 +6,7 @@ weight = -5 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.5.0 (2022-11-06) {#5-5-0} diff --git a/docs/content/introduction/releasenotes/5/5.pir.md b/docs/content/introduction/releasenotes/5/5.pir.md index 5cf70ce992..0a19b2656b 100644 --- a/docs/content/introduction/releasenotes/5/5.pir.md +++ b/docs/content/introduction/releasenotes/5/5.pir.md @@ -6,5 +6,6 @@ weight = -5 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/6.en.md b/docs/content/introduction/releasenotes/5/6.en.md index c53aa167a3..9dcfb6fa54 100644 --- a/docs/content/introduction/releasenotes/5/6.en.md +++ b/docs/content/introduction/releasenotes/5/6.en.md @@ -6,6 +6,7 @@ weight = -6 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.6.0 (2022-11-18) {#5-6-0} diff --git a/docs/content/introduction/releasenotes/5/6.pir.md b/docs/content/introduction/releasenotes/5/6.pir.md index 8bc05730e1..efe954c76a 100644 --- a/docs/content/introduction/releasenotes/5/6.pir.md +++ b/docs/content/introduction/releasenotes/5/6.pir.md @@ -6,5 +6,6 @@ weight = -6 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/7.en.md b/docs/content/introduction/releasenotes/5/7.en.md index e1d8517c6f..4cd12df4b2 100644 --- a/docs/content/introduction/releasenotes/5/7.en.md +++ b/docs/content/introduction/releasenotes/5/7.en.md @@ -6,6 +6,7 @@ weight = -7 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.7.0 (2022-11-29) {#5-7-0} diff --git a/docs/content/introduction/releasenotes/5/7.pir.md b/docs/content/introduction/releasenotes/5/7.pir.md index 1ad32f145b..22ba553916 100644 --- a/docs/content/introduction/releasenotes/5/7.pir.md +++ b/docs/content/introduction/releasenotes/5/7.pir.md @@ -6,5 +6,6 @@ weight = -7 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/8.en.md b/docs/content/introduction/releasenotes/5/8.en.md index 0e76040f6e..b59264940a 100644 --- a/docs/content/introduction/releasenotes/5/8.en.md +++ b/docs/content/introduction/releasenotes/5/8.en.md @@ -6,6 +6,7 @@ weight = -8 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.8.0 (2022-12-08) {#5-8-0} diff --git a/docs/content/introduction/releasenotes/5/8.pir.md b/docs/content/introduction/releasenotes/5/8.pir.md index 7a1e729315..6d481ddc1b 100644 --- a/docs/content/introduction/releasenotes/5/8.pir.md +++ b/docs/content/introduction/releasenotes/5/8.pir.md @@ -6,5 +6,6 @@ weight = -8 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/9.en.md b/docs/content/introduction/releasenotes/5/9.en.md index c88f3c33f1..4b44130e50 100644 --- a/docs/content/introduction/releasenotes/5/9.en.md +++ b/docs/content/introduction/releasenotes/5/9.en.md @@ -6,6 +6,7 @@ weight = -9 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ ## 5.9.0 (2022-12-23) {#5-9-0} diff --git a/docs/content/introduction/releasenotes/5/9.pir.md b/docs/content/introduction/releasenotes/5/9.pir.md index 8aee0c89e8..ae07a4fc82 100644 --- a/docs/content/introduction/releasenotes/5/9.pir.md +++ b/docs/content/introduction/releasenotes/5/9.pir.md @@ -6,5 +6,6 @@ weight = -9 [params] disableToc = false hidden = true + minHugoVersion = '0.95.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/5/_index.en.md b/docs/content/introduction/releasenotes/5/_index.en.md index 2787fa354c..76200a2128 100644 --- a/docs/content/introduction/releasenotes/5/_index.en.md +++ b/docs/content/introduction/releasenotes/5/_index.en.md @@ -5,6 +5,7 @@ weight = -5 [params] disableToc = false + minHugoVersion = '0.121.0' +++ {{% pages showhidden="true" showdivider="true" %}} diff --git a/docs/content/introduction/releasenotes/5/_index.pir.md b/docs/content/introduction/releasenotes/5/_index.pir.md index 0cb22446f1..040d9adc9e 100644 --- a/docs/content/introduction/releasenotes/5/_index.pir.md +++ b/docs/content/introduction/releasenotes/5/_index.pir.md @@ -5,5 +5,6 @@ weight = -5 [params] disableToc = false + minHugoVersion = '0.121.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/6/0.en.md b/docs/content/introduction/releasenotes/6/0.en.md index 65bdce8a07..c40bb3d1ce 100644 --- a/docs/content/introduction/releasenotes/6/0.en.md +++ b/docs/content/introduction/releasenotes/6/0.en.md @@ -6,6 +6,7 @@ weight = 0 [params] disableToc = false hidden = true + minHugoVersion = '0.121.0' +++ ## 6.0.0 (2024-04-27) {#6-0-0} diff --git a/docs/content/introduction/releasenotes/6/0.pir.md b/docs/content/introduction/releasenotes/6/0.pir.md index dcefa53b14..b744675f6b 100644 --- a/docs/content/introduction/releasenotes/6/0.pir.md +++ b/docs/content/introduction/releasenotes/6/0.pir.md @@ -6,5 +6,6 @@ weight = 0 [params] disableToc = false hidden = true + minHugoVersion = '0.121.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/6/1.en.md b/docs/content/introduction/releasenotes/6/1.en.md index 2a848b40f3..0af09fc9bf 100644 --- a/docs/content/introduction/releasenotes/6/1.en.md +++ b/docs/content/introduction/releasenotes/6/1.en.md @@ -6,6 +6,7 @@ weight = -1 [params] disableToc = false hidden = true + minHugoVersion = '0.121.0' +++ ## 6.1.0 (2024-08-02) {#6-1-0} diff --git a/docs/content/introduction/releasenotes/6/1.pir.md b/docs/content/introduction/releasenotes/6/1.pir.md index a5c8bca19b..d3d46b3007 100644 --- a/docs/content/introduction/releasenotes/6/1.pir.md +++ b/docs/content/introduction/releasenotes/6/1.pir.md @@ -6,5 +6,6 @@ weight = -1 [params] disableToc = false hidden = true + minHugoVersion = '0.121.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/6/2.en.md b/docs/content/introduction/releasenotes/6/2.en.md index 25015a42fc..148b98e768 100644 --- a/docs/content/introduction/releasenotes/6/2.en.md +++ b/docs/content/introduction/releasenotes/6/2.en.md @@ -6,6 +6,7 @@ weight = -2 [params] disableToc = false hidden = true + minHugoVersion = '0.121.0' +++ ## 6.2.0 (2024-08-26) {#6-2-0} diff --git a/docs/content/introduction/releasenotes/6/2.pir.md b/docs/content/introduction/releasenotes/6/2.pir.md index ee6368e0c4..c83a3f1f32 100644 --- a/docs/content/introduction/releasenotes/6/2.pir.md +++ b/docs/content/introduction/releasenotes/6/2.pir.md @@ -6,5 +6,6 @@ weight = -2 [params] disableToc = false hidden = true + minHugoVersion = '0.121.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/6/3.en.md b/docs/content/introduction/releasenotes/6/3.en.md index d7bc8673e1..507c9b5025 100644 --- a/docs/content/introduction/releasenotes/6/3.en.md +++ b/docs/content/introduction/releasenotes/6/3.en.md @@ -6,6 +6,7 @@ weight = -3 [params] disableToc = false hidden = true + minHugoVersion = '0.121.0' +++ ## 6.3.0 (2024-09-03) {#6-3-0} diff --git a/docs/content/introduction/releasenotes/6/3.pir.md b/docs/content/introduction/releasenotes/6/3.pir.md index fc1257c147..f9ddd8cb7d 100644 --- a/docs/content/introduction/releasenotes/6/3.pir.md +++ b/docs/content/introduction/releasenotes/6/3.pir.md @@ -6,5 +6,6 @@ weight = -3 [params] disableToc = false hidden = true + minHugoVersion = '0.121.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/6/4.en.md b/docs/content/introduction/releasenotes/6/4.en.md index 5e978b50ef..9daaa1ceda 100644 --- a/docs/content/introduction/releasenotes/6/4.en.md +++ b/docs/content/introduction/releasenotes/6/4.en.md @@ -6,6 +6,7 @@ weight = -4 [params] disableToc = false hidden = true + minHugoVersion = '0.121.0' +++ ## 6.4.0 (2024-10-11) {#6-4-0} diff --git a/docs/content/introduction/releasenotes/6/4.pir.md b/docs/content/introduction/releasenotes/6/4.pir.md index bb331eff36..d161c5634b 100644 --- a/docs/content/introduction/releasenotes/6/4.pir.md +++ b/docs/content/introduction/releasenotes/6/4.pir.md @@ -6,5 +6,6 @@ weight = -4 [params] disableToc = false hidden = true + minHugoVersion = '0.121.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/6/_index.en.md b/docs/content/introduction/releasenotes/6/_index.en.md index 016a0e80e1..29b7eb3f34 100644 --- a/docs/content/introduction/releasenotes/6/_index.en.md +++ b/docs/content/introduction/releasenotes/6/_index.en.md @@ -5,6 +5,7 @@ weight = -6 [params] disableToc = false + minHugoVersion = '0.121.0' +++ {{% pages showhidden="true" showdivider="true" %}} diff --git a/docs/content/introduction/releasenotes/6/_index.pir.md b/docs/content/introduction/releasenotes/6/_index.pir.md index cdc0ab14c2..9967764f46 100644 --- a/docs/content/introduction/releasenotes/6/_index.pir.md +++ b/docs/content/introduction/releasenotes/6/_index.pir.md @@ -5,5 +5,6 @@ weight = -6 [params] disableToc = false + minHugoVersion = '0.121.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/7/0.en.md b/docs/content/introduction/releasenotes/7/0.en.md index 533f855e11..d6ec0eb351 100644 --- a/docs/content/introduction/releasenotes/7/0.en.md +++ b/docs/content/introduction/releasenotes/7/0.en.md @@ -6,6 +6,7 @@ weight = 0 [params] disableToc = false hidden = true + minHugoVersion = '0.126.0' +++ ## 7.0.0 (2024-10-15) {#7-0-0} diff --git a/docs/content/introduction/releasenotes/7/0.pir.md b/docs/content/introduction/releasenotes/7/0.pir.md index e985d9837d..26225707b0 100644 --- a/docs/content/introduction/releasenotes/7/0.pir.md +++ b/docs/content/introduction/releasenotes/7/0.pir.md @@ -6,5 +6,6 @@ weight = 0 [params] disableToc = false hidden = true + minHugoVersion = '0.126.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/7/1.en.md b/docs/content/introduction/releasenotes/7/1.en.md index b71a8cf08b..af93ca4d49 100644 --- a/docs/content/introduction/releasenotes/7/1.en.md +++ b/docs/content/introduction/releasenotes/7/1.en.md @@ -6,6 +6,7 @@ weight = -1 [params] disableToc = false hidden = true + minHugoVersion = '0.126.0' +++ ## 7.1.0 (2024-10-25) {#7-1-0} diff --git a/docs/content/introduction/releasenotes/7/1.pir.md b/docs/content/introduction/releasenotes/7/1.pir.md index fe6727e779..4d66cac94c 100644 --- a/docs/content/introduction/releasenotes/7/1.pir.md +++ b/docs/content/introduction/releasenotes/7/1.pir.md @@ -6,5 +6,6 @@ weight = -1 [params] disableToc = false hidden = true + minHugoVersion = '0.126.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/7/2.en.md b/docs/content/introduction/releasenotes/7/2.en.md index 26367af4c3..1388a8ddf0 100644 --- a/docs/content/introduction/releasenotes/7/2.en.md +++ b/docs/content/introduction/releasenotes/7/2.en.md @@ -6,6 +6,7 @@ weight = -2 [params] disableToc = false hidden = true + minHugoVersion = '0.126.0' +++ ## 7.2.0 (2024-12-10) {#7-2-0} diff --git a/docs/content/introduction/releasenotes/7/2.pir.md b/docs/content/introduction/releasenotes/7/2.pir.md index 1024d0eaf1..34e7a36365 100644 --- a/docs/content/introduction/releasenotes/7/2.pir.md +++ b/docs/content/introduction/releasenotes/7/2.pir.md @@ -6,5 +6,6 @@ weight = -2 [params] disableToc = false hidden = true + minHugoVersion = '0.126.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/7/3.en.md b/docs/content/introduction/releasenotes/7/3.en.md index 741024945e..b99ce94cf6 100644 --- a/docs/content/introduction/releasenotes/7/3.en.md +++ b/docs/content/introduction/releasenotes/7/3.en.md @@ -6,6 +6,7 @@ weight = -3 [params] disableToc = false hidden = true + minHugoVersion = '0.126.0' +++ ## 7.3.0 (2025-01-26) {#7-3-0} diff --git a/docs/content/introduction/releasenotes/7/3.pir.md b/docs/content/introduction/releasenotes/7/3.pir.md index 5a9ae47bbb..336a3d0c90 100644 --- a/docs/content/introduction/releasenotes/7/3.pir.md +++ b/docs/content/introduction/releasenotes/7/3.pir.md @@ -6,5 +6,6 @@ weight = -3 [params] disableToc = false hidden = true + minHugoVersion = '0.126.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/7/4.en.md b/docs/content/introduction/releasenotes/7/4.en.md index 196c3f6176..3dd079049f 100644 --- a/docs/content/introduction/releasenotes/7/4.en.md +++ b/docs/content/introduction/releasenotes/7/4.en.md @@ -6,6 +6,7 @@ weight = -4 [params] disableToc = false hidden = true + minHugoVersion = '0.126.0' +++ ## 7.4.0 (2025-02-21) {#7-4-0} diff --git a/docs/content/introduction/releasenotes/7/4.pir.md b/docs/content/introduction/releasenotes/7/4.pir.md index 2f979b57ad..9f1ea298d0 100644 --- a/docs/content/introduction/releasenotes/7/4.pir.md +++ b/docs/content/introduction/releasenotes/7/4.pir.md @@ -6,5 +6,6 @@ weight = -4 [params] disableToc = false hidden = true + minHugoVersion = '0.126.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/7/5.en.md b/docs/content/introduction/releasenotes/7/5.en.md index 4ac85e34fa..19986b934c 100644 --- a/docs/content/introduction/releasenotes/7/5.en.md +++ b/docs/content/introduction/releasenotes/7/5.en.md @@ -6,6 +6,7 @@ weight = -5 [params] disableToc = false hidden = true + minHugoVersion = '0.126.0' +++ ## 7.5.0 (2025-03-04) {#7-5-0} diff --git a/docs/content/introduction/releasenotes/7/5.pir.md b/docs/content/introduction/releasenotes/7/5.pir.md index 85234a2bb8..f4f0067349 100644 --- a/docs/content/introduction/releasenotes/7/5.pir.md +++ b/docs/content/introduction/releasenotes/7/5.pir.md @@ -6,5 +6,6 @@ weight = -5 [params] disableToc = false hidden = true + minHugoVersion = '0.126.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/7/6.en.md b/docs/content/introduction/releasenotes/7/6.en.md index c260b34bd8..af77c24958 100644 --- a/docs/content/introduction/releasenotes/7/6.en.md +++ b/docs/content/introduction/releasenotes/7/6.en.md @@ -6,6 +6,7 @@ weight = -6 [params] disableToc = false hidden = true + minHugoVersion = '0.126.0' +++ ## 7.6.0 (2025-03-25) {#7-6-0} diff --git a/docs/content/introduction/releasenotes/7/6.pir.md b/docs/content/introduction/releasenotes/7/6.pir.md index 578e275eb4..f8caae417a 100644 --- a/docs/content/introduction/releasenotes/7/6.pir.md +++ b/docs/content/introduction/releasenotes/7/6.pir.md @@ -6,5 +6,6 @@ weight = -6 [params] disableToc = false hidden = true + minHugoVersion = '0.126.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/7/_index.en.md b/docs/content/introduction/releasenotes/7/_index.en.md index 57bc8cb444..dea74dbb7d 100644 --- a/docs/content/introduction/releasenotes/7/_index.en.md +++ b/docs/content/introduction/releasenotes/7/_index.en.md @@ -6,6 +6,7 @@ weight = -7 [params] disableToc = false hidden = true + minHugoVersion = '0.126.0' +++ {{% pages showhidden="true" showdivider="true" %}} diff --git a/docs/content/introduction/releasenotes/7/_index.pir.md b/docs/content/introduction/releasenotes/7/_index.pir.md index 8bf640b716..e1ef440939 100644 --- a/docs/content/introduction/releasenotes/7/_index.pir.md +++ b/docs/content/introduction/releasenotes/7/_index.pir.md @@ -6,5 +6,6 @@ weight = -7 [params] disableToc = false hidden = true + minHugoVersion = '0.126.0' +++ {{< piratify >}} diff --git a/docs/content/introduction/releasenotes/_index.en.md b/docs/content/introduction/releasenotes/_index.en.md index 7d422a019f..572a3d0423 100644 --- a/docs/content/introduction/releasenotes/_index.en.md +++ b/docs/content/introduction/releasenotes/_index.en.md @@ -8,6 +8,7 @@ weight = 4 [params] alwaysopen = false disableToc = false + minHugoVersion = '0.126.0' +++ {{% pages showdivider="true" showhidden="true" hidevisible="true" showtitle="true" %}} diff --git a/docs/content/introduction/releasenotes/_index.pir.md b/docs/content/introduction/releasenotes/_index.pir.md index 587dfea160..3c0f56a4ab 100644 --- a/docs/content/introduction/releasenotes/_index.pir.md +++ b/docs/content/introduction/releasenotes/_index.pir.md @@ -8,5 +8,6 @@ weight = 4 [params] alwaysopen = false disableToc = false + minHugoVersion = '0.126.0' +++ {{< piratify >}} \ No newline at end of file diff --git a/docs/content/introduction/releasenotes/legend.en.md b/docs/content/introduction/releasenotes/legend.en.md deleted file mode 100644 index 275f565e01..0000000000 --- a/docs/content/introduction/releasenotes/legend.en.md +++ /dev/null @@ -1,15 +0,0 @@ -+++ -[build] - render = 'never' - list = 'never' -+++ - -- {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.126.0{{% /badge %}} Minimum required Hugo version - -- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} Change requiring action after upgrade - -- {{% badge style="note" title=" " %}}Change{{% /badge %}} Change of behavior, may require action - -- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} New behavior, often introducing new options - ---- diff --git a/docs/content/introduction/releasenotes/legend.pir.md b/docs/content/introduction/releasenotes/legend.pir.md deleted file mode 100644 index a6ab43f2d0..0000000000 --- a/docs/content/introduction/releasenotes/legend.pir.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -[build] - render = 'never' - list = 'never' -+++ -{{< piratify >}} \ No newline at end of file diff --git a/docs/content/introduction/upgrade/_index.en.md b/docs/content/introduction/upgrade/_index.en.md index 28bff3258b..99d22e247a 100644 --- a/docs/content/introduction/upgrade/_index.en.md +++ b/docs/content/introduction/upgrade/_index.en.md @@ -41,7 +41,7 @@ Note that these [hints may be removed after a while](https://gohugo.io/troublesh Say, you are using Relearn 4.0.1 and want to upgrade your project to the latest version (say 7.2.1): -- find out the [last theme release of version 4](introduction/changelog/4) (which is 4.2.5) and the [required Hugo version](introduction/releasenotes/4) (at least 0.93.0, [taken from the releasenotes of version 3](introduction/releasenotes/3) as version 4 did not raise the Hugo version) and upgrade +- find out the [last theme release of version 4](introduction/changelog/4) (which is 4.2.5) and the [required Hugo version](introduction/releasenotes/4) (at least 0.93.0) and upgrade - run `hugo server` and fix any errors - find out the [last theme release of version 5](introduction/changelog/5) (which is 5.27.0) and the [required Hugo version](introduction/releasenotes/5) (at least 0.121.0) and upgrade - run `hugo server` and fix any errors diff --git a/docs/layouts/releasenotes/views/article.html b/docs/layouts/releasenotes/views/article.html index dd62fe2579..c2b341c395 100644 --- a/docs/layouts/releasenotes/views/article.html +++ b/docs/layouts/releasenotes/views/article.html @@ -14,7 +14,35 @@ See the {{ partial "partials/shortcodes/link.html" (dict "page" $page "url" .Pat
{{ partial "shortcodes/badge.html" (dict + "page" . + "color" "fuchsia" + "icon" "fa-fw fab fa-hackerrank" + "title" " " + "content" ($page.Params.minHugoVersion) + ) }} Minimum required Hugo version
{{ partial "shortcodes/badge.html" (dict + "page" . + "style" "warning" + "title" " " + "content" "Breaking" + ) }} Change requiring action after upgrade
{{ partial "shortcodes/badge.html" (dict + "page" . + "style" "note" + "title" " " + "content" "Change" + ) }} Change of behavior, may require action
{{ partial "shortcodes/badge.html" (dict + "page" . + "style" "info" + "icon" "plus-circle" + "title" " " + "content" "New" + ) }} New behavior, often introducing new options