Skip to content

Commit

Permalink
Ship tag 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Oct 24, 2024
1 parent 8da8ed8 commit 29d6916
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 11 additions & 0 deletions exampleSite/content/introduction/changelog/7/1/000.en.md
Original file line number Diff line number Diff line change
@@ -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)
3 changes: 3 additions & 0 deletions exampleSite/content/introduction/changelog/7/1/000.pir.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
+++
+++
{{< piratify >}}
9 changes: 9 additions & 0 deletions exampleSite/content/introduction/changelog/7/1/_index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 7.1"
type = "changelog"
weight = -1
+++

{{% pages showhidden="true" showdivider="true" reverse="true" %}}
8 changes: 8 additions & 0 deletions exampleSite/content/introduction/changelog/7/1/_index.pir.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 7.1"
type = "changelog"
weight = -1
+++
{{< piratify >}}
2 changes: 1 addition & 1 deletion exampleSite/content/introduction/releasenotes/7/1.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 8 additions & 0 deletions exampleSite/content/introduction/releasenotes/7/1.pir.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 7.1"
type = "releasenotes"
weight = -1
+++
{{< piratify >}}
2 changes: 1 addition & 1 deletion layouts/partials/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.1+41a1e95d1eb3169d1238a078b0f2f0cf2f6246d6
7.1.0

0 comments on commit 29d6916

Please sign in to comment.