Releases: ivinteractive/kirbycms-redirects
Releases · ivinteractive/kirbycms-redirects
Redirecty 1.1.0
This is a mostly cosmetic update that makes use of Kirby's extension registry. Because of this update, the plugin now requires Kirby 2.3.0+.
- Includes a blueprint and register it in the panel
- Hides the page from the pages list and makes it so it cannot be deleted from the panel
- Adds a dashboard widget with links to the panel edit page, link replacer, and downloads of the redirects list in CSV and JSON formats
- Fixes undefined variables in the link replacer
Redirecty 1.0.2
This release fixes the previously broken support for redirection on multilanguage sites:
- Gets the correct version of the page when the 'language.detect' config variable is set to true
- Uses the URL key of the non-default language page when available
- Redirects to non-default language page versions with 302 redirects, with an added config variable to change the type of redirect in this case, if desired
Redirecty 1.0.1
Changes include:
- Import hook is based on intendedTemplate() instead of template() (redirects template doesn't need to exist)
- Redirection is fixed for sites that exist in subfolders (redirecty-subfolder config option added)
- Redirects page will automatically redirect to the homepage (redirecty-self config option added for redirecting to another page or turning this functionality off)
Initial release
The first release of Redirecty:
- 301 redirects
- Link updating within content
- Redirect exports/imports
This release requires Kirby 2.1.0+.