mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 17:48:47 +08:00
16 lines
597 B
Markdown
16 lines
597 B
Markdown
|
+++
|
||
|
disableToc = false
|
||
|
hidden = true
|
||
|
title = "Version 5.13"
|
||
|
type = "releasenotes"
|
||
|
weight = -13
|
||
|
+++
|
||
|
|
||
|
## 5.13.0 (2023-05-17) {#5130}
|
||
|
|
||
|
### Change
|
||
|
|
||
|
- {{% badge style="note" title=" " %}}Change{{% /badge %}} The `swagger` shortcode was deprecated in favor for the [`openapi` shortcode](shortcodes/openapi). You don't need to change anything yet as the old name will be used as a fallback. It is planned to remove the `swagger` shortcode in the next major release.
|
||
|
|
||
|
Additionally, the implemantion of this shortcode was switched from RapiDoc to [SwaggerUI](https://github.com/swagger-api/swagger-ui).
|