=== JS Redirect === Contributors: jamesdlow Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=K6VKWB3HZB2T2&item_name=Donation%20to%20jameslow%2ecom¤cy_code=USD&bn=PP%2dDonationsBF&charset=UTF%2d8 Tags: js, redirect, javascript Requires at least: 4.0.1 Tested up to: 4.8.2 Stable tag: 1.0.7 License: MIT License License URI: https://opensource.org/licenses/MIT Add JavaScript redirects from one page to another == Description == JS Redirect allows you to setup redirects from one page to another. They are client side so that they are not cached by browsers like Chrome which can be a bit to agressive with 3XX redirects. This will also preserve utm_source and other analytics tracking even if there is a server cache that caches the processed html/php. == Installation == 1. Upload the plugin files to the `/wp-content/plugins/js-redirect` directory, or install the plugin through the WordPress plugins screen directly. 2. Select a page to edit. 3. Select a page to redirect to. == Frequently Asked Questions == == Screenshots == == Changelog == = 1.0.7 = * Fix another assumed constant warning = 1.0.6 = * Fix "should not be called statically" = 1.0.5 = * Fix for assumed constant warning = 1.0.0 = * Initial version of the plugin