<metaname="description"content="5.15.0 (2023-05-29) Change Change Restored compatibility with Hugo 0.112.0 or higher. This does not change the minimum required Hugo version.">
<metaname="twitter:title"content="Version 5.15 :: Hugo Relearn Theme">
<metaname="twitter:description"content="5.15.0 (2023-05-29) Change Change Restored compatibility with Hugo 0.112.0 or higher. This does not change the minimum required Hugo version.">
<metaproperty="og:title"content="Version 5.15 :: Hugo Relearn Theme">
<metaproperty="og:description"content="5.15.0 (2023-05-29) Change Change Restored compatibility with Hugo 0.112.0 or higher. This does not change the minimum required Hugo version.">
<metaitemprop="name"content="Version 5.15 :: Hugo Relearn Theme">
<metaitemprop="description"content="5.15.0 (2023-05-29) Change Change Restored compatibility with Hugo 0.112.0 or higher. This does not change the minimum required Hugo version.">
<p><spanclass="badge cstyle note badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-exclamation-circle"></i></span><spanclass="badge-content">Change</span></span> Change of behavior, may require action</p>
</li>
<li>
<p><spanclass="badge cstyle info badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-plus-circle"></i></span><spanclass="badge-content">New</span></span> New behavior, often introducing new options</p>
</li>
</ul>
<hr>
<h2id="5-15-0">5.15.0 (2023-05-29)</h2>
<h3id="change">Change</h3>
<ul>
<li>
<p><spanclass="badge cstyle note badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-exclamation-circle"></i></span><spanclass="badge-content">Change</span></span> Restored compatibility with Hugo <spanclass="badge cstyle default badge-with-title"><spanclass="badge-title"><iclass="fa-fw fab fa-hackerrank"></i></span><spanclass="badge-content"style="background-color: fuchsia;">0.112.0</span></span> or higher. This does not change the minimum required Hugo version.</p>
<p>The <ahref="/hugo-theme-relearn/shortcodes/attachments/index.html"><code>attachments</code> shortcode</a> has compatibility issues with newer Hugo versions. You must switch to leaf bundles or are locked to Hugo <<code>0.112.0</code> for now.</p>
<p>It is <ahref="https://github.com/McShelby/hugo-theme-relearn/issues/22"rel="external"target="_self">planned to refactor</a> the <code>attchments</code> shortcode in the future. This will make it possible to use the shortcode in branch bundles again but not in simple pages anymore. This will most likely come with a breaking change.</p>
</li>
<li>
<p><spanclass="badge cstyle note badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-exclamation-circle"></i></span><spanclass="badge-content">Change</span></span> The <ahref="/hugo-theme-relearn/shortcodes/tabs/index.html"><code>tabs</code> shortcode</a> has changed behavior if you haven’t set the <code>groupid</code> parameter.</p>
<p>Formerly all tab views without a <code>groupid</code> were treated as so they belong to the same group. Now, each tab view is treated as it was given a unique id.</p>
</li>
</ul>
<h3id="new">New</h3>
<ul>
<li>
<p><spanclass="badge cstyle info badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-plus-circle"></i></span><spanclass="badge-content">New</span></span> The already known <code>tabs</code>has a new friend the <ahref="/hugo-theme-relearn/shortcodes/tab/index.html"><code>tab</code> shortcode</a> to make it easier to create a tab view in case you only need one single tab. Really handy if you want to flag your code examples with a language identifier.</p>
<p>Additionally for such a use case, the whitespace between a tab outline and the code is removed if only a single code block is contained.</p>
</li>
<li>
<p><spanclass="badge cstyle info badge-with-title"><spanclass="badge-title"><iclass="fa-fw fas fa-plus-circle"></i></span><spanclass="badge-content">New</span></span> Besides the <em>tag</em><ahref="/hugo-theme-relearn/configuration/customization/taxonomy/index.html">taxonomy</a> the theme now also provides the <em>category</em> taxonomy out of the box and shows them in the content footer of each page.</p>