19 lines
641 B
Markdown
Raw Normal View History

2024-09-18 20:36:42 +02:00
+++
title = 'Version 5.13'
type = 'releasenotes'
2024-09-18 20:36:42 +02:00
weight = -13
[params]
disableToc = false
hidden = true
minHugoVersion = '0.95.0'
2024-09-18 20:36:42 +02:00
+++
2024-09-18 20:47:07 +02:00
## 5.13.0 (2023-05-17) {#5-13-0}
2024-09-18 20:36:42 +02:00
### 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).