This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
Releases: nystudio107/retour
Releases · nystudio107/retour
Version 1.0.22
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
Version 1.0.21
- Fixed a hardcoded table name in the referrerUrl migration
Version 1.0.20
Added
- Retour will automatically trim the
retour_stats
table to the last 10,000 redirects, sorted by date (configurable viastatsStoredLimit
inconfig.php
) - Add the URL to the stats title attribute, for cases where the display is truncated
- Respect
addTrailingSlashesToUrls
in the URLs returned fromgetLocalizedrUls()
- Updated README.md to note that importing
.htaccess
ignoresRewriteRule
- Added a
alwaysStripQueryString
setting toconfig.php
(defaults tofalse
) - Added a
stripQueryStringFromStats
setting toconfig.php
(defaults totrue
)
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
Version 1.0.19
- [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
Version 1.0.18
- [Fixed] The
addTrailingSlashesToUrls
is now respected for dynamic entry redirects - [Improved] Merged pull request 'Fix retourMatch hook'
- [Added] Added a
statsDisplayLimit
setting toconfig.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
Version 1.0.16
- [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
Version 1.0.15
- [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
Version 1.0.14
- [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
Version 1.0.13
- [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