Skip to content

Commit

Permalink
Merge branch 'release/5.0.1' into v5
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jun 19, 2024
2 parents 76f8874 + 95c6e05 commit 23bb38a
Show file tree
Hide file tree
Showing 78 changed files with 1,627 additions and 1,112 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Retour Changelog

## 5.0.1 - 2024.06.19
### 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))
* Fixed an issue where Short Links wouldn't work properly if they were added to Asset elements ([#300](https://github.com/nystudio107/craft-retour/issues/300))
* Fixed an issue where a "Integrity constraint violation" error could occurr if malformed `redirectSrcUrl`s was introduced into the statistics table ([#305](https://github.com/nystudio107/craft-retour/issues/305))

## 5.0.0 - 2024.04.15
### Added
* Stable release for Craft CMS 5
Expand Down
Loading

0 comments on commit 23bb38a

Please sign in to comment.