Skip to content

Releases: nystudio107/craft-retour

3.2.18

25 Jun 14:43
Compare
Choose a tag to compare

Fixed

  • Fix a ParseError exception that is thrown by older versions of PHP that do not support types for class properties (#307)

5.0.2

24 Jun 19:51
Compare
Choose a tag to compare

Added

  • Separate out the plugin settings into General, Statistics, and Advanced tabs
  • Added a Set No-Cache Headers setting (defaulting to on) to set no-cache headers on the redirect response to prevent client-side caching (#306)

Changed

  • When saving a redirect, Retour no longer deletes redirects that have the redirectDestUrl of the redirect being saved as their redirectSrcUrl (#303)

4.1.18

24 Jun 19:50
Compare
Choose a tag to compare

Added

  • Separate out the plugin settings into General, Statistics, and Advanced tabs
  • Added a Set No-Cache Headers setting (defaulting to on) to set no-cache headers on the redirect response to prevent client-side caching (#306)

Changed

  • When saving a redirect, Retour no longer deletes redirects that have the redirectDestUrl of the redirect being saved as their redirectSrcUrl (#303)

3.2.17

24 Jun 19:50
Compare
Choose a tag to compare

Added

  • Separate out the plugin settings into General, Statistics, and Advanced tabs
  • Added a Set No-Cache Headers setting (defaulting to on) to set no-cache headers on the redirect response to prevent client-side caching (#306)

Changed

  • When saving a redirect, Retour no longer deletes redirects that have the redirectDestUrl of the redirect being saved as their redirectSrcUrl (#303)

5.0.1

19 Jun 18:09
Compare
Choose a tag to compare

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)
  • Fixed an issue where Short Links wouldn't work properly if they were added to Asset elements (#300)
  • Fixed an issue where a "Integrity constraint violation" error could occurr if malformed redirectSrcUrls was introduced into the statistics table (#305)

4.1.17

19 Jun 18:08
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where the down and up arrows were reversed for sorting purposes (#299)
  • Fixed an issue where the "File Not Found URL" link could be wrong when clicked on in some multi-site setups (#290)
  • Fixed an issue where the Short Link wouldn't display properly in the element index view (#301)
  • Fixed an issue where Short Links wouldn't work properly if they were added to Asset elements (#300)
  • Fixed an issue where a "Integrity constraint violation" error could occurr if malformed redirectSrcUrls was introduced into the statistics table (#305)

3.2.16

19 Jun 18:08
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where the "File Not Found URL" link could be wrong when clicked on in some multi-site setups (#290)
  • Fixed an issue where the Short Link wouldn't display properly in the element index view (#301)
  • Fixed an issue where Short Links wouldn't work properly if they were added to Asset elements (#300)
  • Fixed an issue where a "Integrity constraint violation" error could occurr if malformed redirectSrcUrls was introduced into the statistics table (#305)

3.2.15

30 May 13:44
Compare
Choose a tag to compare
Version 3.2.15

5.0.0

15 Apr 19:57
Compare
Choose a tag to compare

Added

  • Stable release for Craft CMS 5

Fixed

  • Fixed an issue where the down and up arrows were reversed for sorting purposes (#299)

5.0.0-beta.5

25 Mar 13:55
Compare
Choose a tag to compare
5.0.0-beta.5 Pre-release
Pre-release

Fixed

  • Fixed an issue with impropertly text-encoded characters in URLs potentially causing a db exception (#291)
  • Fixed an issue where an empty redirect in the excludePatterns list could cause redirects to stop functioning, add logging when a redirect is excluded (#297)