From 29d691632528ce9ad8cd625b3d0164bbd73c0644 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 24 Oct 2024 22:14:28 +0000 Subject: [PATCH] Ship tag 7.1.0 --- CHANGELOG.md | 14 ++++++++++++++ .../content/introduction/changelog/7/1/000.en.md | 11 +++++++++++ .../content/introduction/changelog/7/1/000.pir.md | 3 +++ .../introduction/changelog/7/1/_index.en.md | 9 +++++++++ .../introduction/changelog/7/1/_index.pir.md | 8 ++++++++ .../content/introduction/releasenotes/7/1.en.md | 2 +- .../content/introduction/releasenotes/7/1.pir.md | 8 ++++++++ layouts/partials/version.txt | 2 +- 8 files changed, 55 insertions(+), 2 deletions(-) create mode 100644 exampleSite/content/introduction/changelog/7/1/000.en.md create mode 100644 exampleSite/content/introduction/changelog/7/1/000.pir.md create mode 100644 exampleSite/content/introduction/changelog/7/1/_index.en.md create mode 100644 exampleSite/content/introduction/changelog/7/1/_index.pir.md create mode 100644 exampleSite/content/introduction/releasenotes/7/1.pir.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 20895628b0..1c0e2a622d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 7.1.0 (2024-10-24) + +### Enhancements + +- [**feature**][**change**] children: use LinkTitle instead of Title [#939](https://github.com/McShelby/hugo-theme-relearn/issues/939) +- [**feature**][**change**] menu: support nested Hugo menus [#423](https://github.com/McShelby/hugo-theme-relearn/issues/423) +- [**feature**] menu: support for external links [#148](https://github.com/McShelby/hugo-theme-relearn/issues/148) + +### Fixes + +- [**bug**] search: wrong searchindex URL with multilang per server config [#940](https://github.com/McShelby/hugo-theme-relearn/issues/940) + +--- + ## 7.0.1 (2024-10-15) ### Fixes diff --git a/exampleSite/content/introduction/changelog/7/1/000.en.md b/exampleSite/content/introduction/changelog/7/1/000.en.md new file mode 100644 index 0000000000..9059b35d32 --- /dev/null +++ b/exampleSite/content/introduction/changelog/7/1/000.en.md @@ -0,0 +1,11 @@ +## 7.1.0 (2024-10-24) + +### Enhancements + +- [**feature**][**change**] children: use LinkTitle instead of Title [#939](https://github.com/McShelby/hugo-theme-relearn/issues/939) +- [**feature**][**change**] menu: support nested Hugo menus [#423](https://github.com/McShelby/hugo-theme-relearn/issues/423) +- [**feature**] menu: support for external links [#148](https://github.com/McShelby/hugo-theme-relearn/issues/148) + +### Fixes + +- [**bug**] search: wrong searchindex URL with multilang per server config [#940](https://github.com/McShelby/hugo-theme-relearn/issues/940) diff --git a/exampleSite/content/introduction/changelog/7/1/000.pir.md b/exampleSite/content/introduction/changelog/7/1/000.pir.md new file mode 100644 index 0000000000..564d5aa4a6 --- /dev/null +++ b/exampleSite/content/introduction/changelog/7/1/000.pir.md @@ -0,0 +1,3 @@ ++++ ++++ +{{< piratify >}} diff --git a/exampleSite/content/introduction/changelog/7/1/_index.en.md b/exampleSite/content/introduction/changelog/7/1/_index.en.md new file mode 100644 index 0000000000..67b1dbf69c --- /dev/null +++ b/exampleSite/content/introduction/changelog/7/1/_index.en.md @@ -0,0 +1,9 @@ ++++ +disableToc = false +hidden = true +title = "Version 7.1" +type = "changelog" +weight = -1 ++++ + +{{% pages showhidden="true" showdivider="true" reverse="true" %}} diff --git a/exampleSite/content/introduction/changelog/7/1/_index.pir.md b/exampleSite/content/introduction/changelog/7/1/_index.pir.md new file mode 100644 index 0000000000..9c7efecfb6 --- /dev/null +++ b/exampleSite/content/introduction/changelog/7/1/_index.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 7.1" +type = "changelog" +weight = -1 ++++ +{{< piratify >}} diff --git a/exampleSite/content/introduction/releasenotes/7/1.en.md b/exampleSite/content/introduction/releasenotes/7/1.en.md index ce631aef7e..3fba1895f5 100644 --- a/exampleSite/content/introduction/releasenotes/7/1.en.md +++ b/exampleSite/content/introduction/releasenotes/7/1.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -1 +++ -## 7.1.0 (xxxx-xx-xx) {#7-1-0} +## 7.1.0 (2024-10-24) {#7-1-0} ### Change diff --git a/exampleSite/content/introduction/releasenotes/7/1.pir.md b/exampleSite/content/introduction/releasenotes/7/1.pir.md new file mode 100644 index 0000000000..f12280a43a --- /dev/null +++ b/exampleSite/content/introduction/releasenotes/7/1.pir.md @@ -0,0 +1,8 @@ ++++ +disableToc = false +hidden = true +title = "Version 7.1" +type = "releasenotes" +weight = -1 ++++ +{{< piratify >}} diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 56785c8305..3769235d3e 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.0.1+41a1e95d1eb3169d1238a078b0f2f0cf2f6246d6 \ No newline at end of file +7.1.0 \ No newline at end of file