- Change the url size (source and destination url) from maximal 255 characters to maximal 1000 characters
- :void is not a return type in PHP < 7.1
- Cleanup and improvements in the sourcecode
- Class 'verbb\feedme\services\Elements' not found when updating the plugin
- Use new craft\feedme namespace
- Give other plugins a chance to trigger event: beforeCatchall
- Improve and add missing German translations
- Source url to work with numbers only eg rederect /12 to /number=12
- Source url to work with # numbers, note: the # part is ignored on server side
- Small improvements in namespacig and remove undefined variable
- Add Feed Me support
- Verify static template before redirecting
- Fix typo in translations
- Added german translation file
- Fixed navigation to work properly in Craft 3.0.20.
- Fixed icon not shown in newer Craft CMS 3 release
- Fixed an index not found error if you enable Catch-all in the settings on some systems
- Fixed migration scripts to create all tables on first install
- Small text changes
- Fixed a bug causing the settings routes and section not available in with Craft CMS 3.0.0-RC11
- Ignore not existing static files like fonts, images or video files from the catch all functionality
- Fixed the error "Cannot use craft\base\Object because 'Object' is a special class name" in some environments
- Fixed a not working back link in the plugin
- Added settings screen to enable / disable all the redirects with one click
- Added a catch all setting to catch all the other url's (404) and define a twig template to enable you to create a good stylish 404 page with the correct http code
- Register the catched (not existing) url's in the database and show the last 100 in an interface. The plugin let you create new redirect rules directly from this overview by simply clicking on it.
- The required minimal Craft version and checked the compatibility
- Inactive redirects filter (show the redirects not visited for 60 days)
- The required minimal Craft version and checked the compatibility
- New screenshot
- Added a link to the URL rules in the edit screen
- Changed hardcoded tablenames to accept table prefix settings
- New icon
- The Add new button dissapeared in Craft RC1 due to changes in the craft template. We fixed this! NOTE: RC1 is required now.
- Fixed a bug resulted in a query exception when using the plugin with Postgres and visiting a redirect url.
- validateCustomFields was removed from the last Craft version. We changed the settings controller for that.
- The branch was not merged correctly last build, we fixed it.
- The introduced fix in version 1.0.5 created an error in some other database environments.
- Fixed a bug resulted in a query exception when using the plugin with Postgres.
- Fixed a bug that resets the hitAt and hitCount in the migration process.
- Fixed the form validation process and error message.
- Added a simple url beautifier/formatter when saving the redirect.
- Cleanup some code.
- Added a main selection to filter on All redirects, Permanent redirects or Temporarily redirects.
- Multi site support.
- Searchable and sortable list.
- Small fixes.
- Fix for non default value in hitCount column needed for some database engines.
- Added hit count and last hit date functionality.
- Initial release.