Added option for all types to specify if redirects should happen as 301 permanent redirects
Implemented advanced reporting framework with the ability to specify SQL query to build report from.
Added new report Referrer Count that returns the number of redirects for each distinct referrer
5/19/2011
1.8.2Added redirects based on date time, time of day and day of week.
Added redirects based on either the role is before effective date, expired, or is in effect
Added redirects based on user IP address
Refactored manage screen so now there' a checkbox next to each rule with the ability to perform actions at the bottom
Added ability to clone rules
Upgraded jQuery and jQuery UI components to fix IE9 compatibility issues
Other minor fixes and optimizations
4/6/2011
1.8.1Added ability to send notificaiton emails on redirects
Added browser redirect based on browser language (3 properties: language against dropdown list, language name and language code)
Added additional action to prefer browser language (so if a matching locale exists then that is enforced)
Added redirects based on either ads are blocked or not (works starting with second visit - first visit runs the check on client side and saves result in cookies)
Added redirects based on view counts saved in browser cookies (so it works for non-logged in users as well)
Refactored additional actions so they open nicely in accordion
Fixed text operators not being available to Redirect By Request Parameters
2/4/2011
1.8.0added redirect based on IP Geo Location using geobytes.com
added ability to add and remove roles before executing the redirect
added two variants for all text operators: case sensitive and case insensitive
added general settings screen that for now contains the fields to input geobytes.com account info (email and password)
ability to add custom redirect types (conditions have been refactored and decoupled)
ability to add custom operators (operators have been refactored and decoupled)
ability to add custom additional actions (actions have been refactored and decoupled)
12/21/2010
1.7.0added possibility to redirect by POST to target URL
added General section with Title and Priority on AddEditRedirect form
added possibility to order redirects with drag&drop as an alternative to up/down arrows
fixed focus and persistence issues for Parameter based redirects
replaced My Tokens method with Thread Safe version available on doc2.avatar-soft.ro
9/17/2010
1.6.2Random Redirects - Ability to redirect percentage of users
Redirects based on view count (view count is maintained per rule, it represents the number of times the rule was evaluated)
Full Logging capabilities - logs are saved in DB, they provide info such as browser information, IPs, time when redirection happened, etc
Ability to save arbitrary data similar to save referrer except any data can be saved (especially with My Tokens integration)
Tool to see Browser Capabilities - helps build more accurate redirects
Enhanced mobile device detection (also Regex file to detect additional mobile devices)
8/5/2010
1.6.1Added Redirects by Browser - target specific browsers, browser versions, mobile devices, browser capabilities (such as JavaScript or Cookies support), Operating System and so on.
Added Redirects by Host - redirect based on current URL (either domain or full URL).
Fixed issue when installing Redirect Toolkit in a virtual directory IIS app.
Added option to specify when the cookie for saving the referrer should expire.
5/27/2010
1.6.0Initial version based on features from Dnn Redirect but more organized and flexible.