Version 2.0.1
January 25, 2023
Fixed
- Fix elements not having an edit link on list view
Changed
- Set redirects template to extend new craft 4 "_layouts/elementindex" layout
- Allow for query parameters to be passed through to successful redirects
- Special thanks to JoshC96
Version 2.0.0
June 24, 2022
Changed
- Make compatible with Craft 4.0
- Make compatible php 8.0
Version 1.1.1
August 6, 2020
Fixed
- Fixed plugin name in Composer to be in line with the plugin store
Version 1.1.0
August 3, 2020
Fixed
- Fixed to work properly in Craft 3.4.0
Fixed
- :void is not a return type in PHP < 7.1
Version 1.0.23
April 30, 2019
Changed
- Change the url size (source and destination url) from maximal 255 characters to maximal 1000 characters
Fixed
- :void is not a return type in PHP < 7.1
Version 1.0.22
April 26, 2019
Changed
- Cleanup and improvements in the sourcecode
Fixed
- Class 'verbb\feedme\services\Elements' not found when updating the plugin
- Use new craft\feedme namespace
Version 1.0.21
April 17, 2019
Added
- Give other plugins a chance to trigger event: beforeCatchall
- Improve and add missing German translations
Fixed
- 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
Version 1.0.20
February 5, 2019
Added
- Add Feed Me support
Fixed
- Verify static template before redirecting
- Fix typo in translations
Version 1.0.19
October 5, 2018
Added
- Added german translation file
Version 1.0.18
August 17, 2018
Fixed
- Fixed navigation to work properly in Craft 3.0.20.
Version 1.0.17
July 4, 2018
Fixed
- 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
Version 1.0.16
April 18, 2018
Fixed
- Fixed migration scripts to create all tables on first install
- Small text changes
Version 1.0.15
February 21, 2018
Fixed
- Fixed a bug causing the settings routes and section not available in with Craft CMS 3.0.0-RC11
Version 1.0.14
January 28, 2018
Added
- Ignore not existing static files like fonts, images or video files from the catch all functionality
Fixed
- 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
Version 1.0.13
January 10, 2018
Added
- 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.
Changed
- The required minimal Craft version and checked the compatibility
Version 1.0.12
January 3, 2018
Added
- Inactive redirects filter (show the redirects not visited for 60 days)
Changed
- The required minimal Craft version and checked the compatibility
- New screenshot
- Added a link to the URL rules in the edit screen
Version 1.0.11
December 12, 2017
Changed
- Changed hardcoded tablenames to accept table prefix settings
- New icon
Version 1.0.10
December 11, 2017
Fixed
- The Add new button dissapeared in Craft RC1 due to changes in the craft template. We fixed this! NOTE: RC1 is required now.
Version 1.0.9
December 7, 2017
Fixed
- Fixed a bug resulted in a query exception when using the plugin with Postgres and visiting a redirect url.
Version 1.0.8
November 6, 2017
Fixed
- validateCustomFields was removed from the last Craft version. We changed the settings controller for that.
Version 1.0.7
October 22, 2017
Fixed
- The branch was not merged correctly last build, we fixed it.
Version 1.0.6
October 19, 2017
Fixed
- The introduced fix in version 1.0.5 created an error in some other database environments.
Version 1.0.5
October 11, 2017
Fixed
- Fixed a bug resulted in a query exception when using the plugin with Postgres.
Version 1.0.4
October 4, 2017
Fixed
- Fixed a bug that resets the hitAt and hitCount in the migration process.
- Fixed the form validation process and error message.
Changed
- Added a simple url beautifier/formatter when saving the redirect.
- Cleanup some code.
Added
- Added a main selection to filter on All redirects, Permanent redirects or Temporarily redirects.
Version 1.0.3
October 3, 2017
- Multi site support.
- Searchable and sortable list.
- Small fixes.
Version 1.0.2
July 7, 2017
- Fix for non default value in hitCount column needed for some database engines.
Version 1.0.1
June 2, 2017
- Added hit count and last hit date functionality.
Version 1.0.0
June 1, 2017
- Initial release.