# Changelog - redirect plugin for OXID 5 and OXID 6 ## 1.11.1 Released 2019-01-28 * Fixed handling of regexp urls * Fixed admin search to find either deep-redirects and regexp-redirects * Added option for setting regexp delimiter ## 1.11.0 Released 2018-05-18 * Refactored module code and structure * Added support for oxid 6 * Dropped support for oxid versions prior 4.7/5.0 * Dropped install.sql for automatic handling while activating/deactivating * Avoiding persistent save of last id ## 1.10.1 Released 2017-12-15 * Adjusted unique index ## 1.10.0 Released 2017-06-16. * Changed internal handling of urls by using urlencoded links. * Added FC Icon. ## 1.9.6 Released 2016-12-16. * Fixed security mechanism that double checks delivered call uri from db against called uri. It caused false positives. ## 1.9.5 Released 2017-01-03. * Made calls case insensitive. ## 1.9.4 Released 2016-10-20. * Fixed missing recorrection on CSV uploads which may lead to failing duplicate check. ## 1.9.3 Released 2016-09-05. * Added compatibility to oxid 4.10/5.3. ## 1.9.2 Released 2016-03-21. * Fixed utf8 handling. ## 1.9.1 Released 2015-12-17. * Fixed regexp handling for importing redirects. ## 1.9.0 Released 2015-12-15. * Added new case sensitive Wildcard-Option. ## 1.8.2 Released 2015-05-11. * Bugfix oxSession-Call. ## 1.8.1 * Added FATCHIP Supportkey Field to Module Settings. * Added installation and update guide. ## 1.8.0 Released 2014-11-19. * Added CSV export functionality. * Fixed PE-Edition-Check for older shop versions. ## 1.7.0 Released 2014-10-22. * Added compatibility to oxid 4.9/5.2. * Changed structure for oxid5 package to handle everything inside modules folder. ## 1.6.3 Released 2014-07-02. * Fixed handling for redirecting german umlauts. ## 1.6.2 Released 2014-01-08. * Removed zend components from build script. ## 1.6.1 Released 2013-12-09. * Fixed enumeration count of importing csvs to be able to import fcregexp flag. ## 1.6.0 Released 2013-11-20. * Added button for deleting all redirects of current (sub-)shop. * Fixed checkbox handling for regexp flag. ## 1.5.1 Released 2013-09-30. * Fixed bug that avoided to have more than one regexp redirect. ## 1.5.0 Released 2013-09-27. * Added option to allow wildcards. * Removed confusing duplicate templates. * Fixed mysql case insensitivy on certain collations. ## 1.4.0 Released 2013-07-22. * Added config option to set whole shop url instead of only the uri. * fixed admin list navigation. ## 1.3.0 Released 2013-03-28. * Addded possibility to choose alternative delimiters for CSV upload. ## 1.2.2 Released 2013-03-19. * Fixed build script PHP5.3 oxid5 installations. ## 1.2.1 Released 2013-03-14. * Fixed install.sql and update111_to_120.sql. ## 1.2.0 Released 2013-03-12. * Added possibility to add an own redirect code. * Added possibility to add an own redirect message. ## 1.1.1 Released 2012-12-07. * Fixed automatic naming and versioning in metadata.php. ## 1.1.0 Released 2012-12-07. * Added batch processing of CSV files. * Added error-checkings. ## 1.0.0 Released 2012-12-05. * Initial release of module.