Releases: wpscholar-wp-plugins/simple-website-redirect
Releases · wpscholar-wp-plugins/simple-website-redirect
1.3.1
1.3.0
- Fix issue where query params weren't properly being checked.
- Allow all REST API calls to work without being redirected (allows WP editor and other page builders to work in the admin area).
Full Changelog: 1.2.9...1.3.0
1.2.9
What's Changed
- Fix redirect queryParams - Ensure query parameters are preserved by @alexookah in #26
New Contributors
- @alexookah made their first contribution in #26
Full Changelog: 1.2.8...1.2.9
Version 1.2.8
Fix issue where redirects were preventing WP-CLI commands from running properly.
Version 1.2.7
- Allow saving any redirect URL value, but provide a warning to the user if redirecting to the same domain.
- Fix issue where a trailing slash was being added to URLs when it shouldn't be.
Version 1.2.6
- Fix issue where some URLs shouldn't have a trailing slash, such as in the case of URLs with file extensions on the end.
- Add
WordPress-Redirect-By
header and set the value toSimple Website Redirect
so that debugging issues externally is easier. - Update WordPress compatibility tag to
5.6
.
Version 1.2.5
Fix issue where vendor directory wasn't generated for WordPress deployments.
Version 1.2.4
- Don't redirect the REST API
- Bugfix to allow the use of the customizer without redirecting its contents
- Bugfix to allow the use of Elementor without redirecting key assets
Version 1.2.3
Bug fix to handle issues when saving without setting a redirect URL.
Version 1.2.2
Fixes for handling redirects for a subdirectory install.