Skip to content

Releases: nystudio107/craft-retour

5.0.4

14 Dec 17:56
Compare
Choose a tag to compare

Changed

  • Retour now strips site path prefixes from incoming 404 URL paths, such that redirects will work as expected (any Site sub-path prefix is ignored) (#288)
  • Don't create automatic redirects for elements that are not enabled

Fixed

  • Fixed an issue where 410 Gone redirects returned a generic browser error rather than a custom-defined Craft template (#11)
  • Fixed an issue where an exception could be thrown if a Site had no baseUrl defined
  • Normalize the incoming url and path so that mergUrlWithPath() handles edge-cases properly (#1512)
  • Fixed an issue where deprecation errors would occur when an element does not have a uri (#317)

4.1.20

14 Dec 17:56
Compare
Choose a tag to compare

Changed

  • Retour now strips site path prefixes from incoming 404 URL paths, such that redirects will work as expected (any Site sub-path prefix is ignored) (#288)
  • Don't create automatic redirects for elements that are not enabled

Fixed

  • Fixed an issue where 410 Gone redirects returned a generic browser error rather than a custom-defined Craft template (#11)
  • Fixed an issue where an exception could be thrown if a Site had no baseUrl defined
  • Normalize the incoming url and path so that mergUrlWithPath() handles edge-cases properly (#1512)
  • Fixed an issue where deprecation errors would occur when an element does not have a uri (#317)

3.2.20

14 Dec 17:55
Compare
Choose a tag to compare

Changed

  • Retour now strips site path prefixes from incoming 404 URL paths, such that redirects will work as expected (any Site sub-path prefix is ignored) (#288)
  • Don't create automatic redirects for elements that are not enabled

Fixed

  • Fixed an issue where 410 Gone redirects returned a generic browser error rather than a custom-defined Craft template (#11)
  • Fixed an issue where an exception could be thrown if a Site had no baseUrl defined
  • Normalize the incoming url and path so that mergUrlWithPath() handles edge-cases properly (#1512)
  • Fixed an issue where deprecation errors would occur when an element does not have a uri (#317)

5.0.3

19 Aug 19:15
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 (#310)

4.1.19

19 Aug 19:15
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 (#310)

3.2.19

19 Aug 19:14
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 (#310)

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)