Retour Versions Save

DEPRECATED Retour allows you to intelligently redirect legacy URLs, so that you don't lose SEO value when rebuilding & restructuring a website.

1.0.22

6 years ago

Changed

  • Fixed an issue in the Retour_StatsModel
  • Exact matches are now checked before RegEx matches for static redirects
  • Fixed the documentation that was incorrect about being able to add multiple FieldTypes to a single entry
  • Replace 4-byte UTF-8 characters in Retour_Statistics before saving them, to avoid db errors

1.0.21

6 years ago
  • Fixed a hardcoded table name in the referrerUrl migration

1.0.20

6 years ago

Added

  • Retour will automatically trim the retour_stats table to the last 10,000 redirects, sorted by date (configurable via statsStoredLimit in config.php)
  • Add the URL to the stats title attribute, for cases where the display is truncated
  • Respect addTrailingSlashesToUrls in the URLs returned from getLocalizedrUls()
  • Updated README.md to note that importing .htaccess ignores RewriteRule
  • Added a alwaysStripQueryString setting to config.php (defaults to false)
  • Added a stripQueryStringFromStats setting to config.php (defaults to true)

Changed

  • Refactored and cleaned up the code
  • Fixed some deprecated meta information in RetourPlugin.php
  • The referrerUrl has a maximum length of 2000 now
  • Fixed some typos in README.md

1.0.19

7 years ago
  • [Added] Added a referrer column in the Stats table
  • [Added] Added additional logging in devMode
  • [Improved] No more default value for redirectSrcUrl column (could cause SQL exceptions in newer versions of MySQL)
  • [Improved] Updated CHANGELOG.md

1.0.18

7 years ago
  • [Fixed] The addTrailingSlashesToUrls is now respected for dynamic entry redirects
  • [Improved] Merged pull request 'Fix retourMatch hook'
  • [Added] Added a statsDisplayLimit setting to config.php to control how many stats should be displayed in the AdminCP
  • [Improved] Merged pull request 'Limit returned results to template'
  • [Improved] Merged pull request 'Allow handling of 404s from { exit } tags encountered while rendering templates'
  • [Added] Added a config.php setting createUriChangeRedirects so that the URI-change redirects can be disabled on a per-environment basis
  • [Improved] Don't redirect to the welcome page if we're being installed via Console command
  • [Improved] Moved the changelog to CHANGELOG.md

1.0.17

7 years ago
  • [Improved] Query strings are now stripped from the incoming URI before redirect detection is done
  • [Improved] Updated the README.md

1.0.16

7 years ago
  • [Fixed] FieldTypes in multi-locale setups that are not translatable are now handled properly
  • [Fixed] Fixed missing locale prefix for localized entries in the FieldType
  • [Fixed] Fixed an issue where FieldType redirects had an errant / prepended to them
  • [Improved] Better importing of .htaccess files
  • [Improved] Better error handling when importing malformed .htaccess files
  • [Fixed] Trailing /'s are no longer stripped from URLs added via the + icon from the Statistics page
  • [Fixed] Fixed an issue that would prevent RegEx's from matching as they should in FieldTypes
  • [Improved] Updated the README.md

1.0.15

7 years ago
  • [Added] Added the ability to import the redirects from a .htaccess file into Retour
  • [Fixed] Fixed a statics db error with empty referrers
  • [Improved] Updated the README.md

1.0.14

7 years ago
  • [Added] The Statistics and Redirects tables are now dynamically searchable and sortable
  • [Fixed] Fixed an issue that caused redirects created via the + from Statistics page to not save
  • [Improved] Updated the README.md

1.0.13

7 years ago
  • [Added] Adds support for locales in the automatic redirect that is created when a slug is changed for an entry
  • [Improved] Retour will no longer let you save a static redirect with an empty destinationURL
  • [Fixed] Fixed a typo in the Retour_StatsModel
  • [Improved] Added a rant about .htaccess to the docs
  • [Improved] Updated the README.md