From 30577c35b65933dfc518eb3dc063bff5c4054464 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 12 Jun 2024 22:28:28 -0700 Subject: [PATCH] chore: Version 5.0.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a6b345..90d72152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Retour Changelog ## 5.0.1 - UNRELESED +### Added +* Added better inline preview support via `getPreviewHtml()` +* Support inline editing by implementing `InlineEditableFieldInterface` + +### Changed +* Removed the now deprecated `getTableAttributeHtml` method in the Short Links field + ### Fixed * Fixed an issue where the "File Not Found URL" link could be wrong when clicked on in some multi-site setups ([#290](https://github.com/nystudio107/craft-retour/issues/290))