=== WP Swift Edit === Contributors: scottlee Tags: editor, edit, developer Requires at least: 3.0 Tested up to: 6.5 Stable tag: 6.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Swiftly navigate to the edit screen of any post, page, etc. by appending `?se` to the URL. == Description == For all those times when you need to quickly, nay, *swiftly* edit the post or page you're viewing. Also helpful for sites that have the Admin bar hidden when signed in. Features: - If you are already signed in, you'll be taken to the edit screen of the post or page. - If you are **not** signed in, you'll be taken to the login screen and then forwarded to the edit screen upon successful login. Usage: 1. Install and activate the plugin as normal. 2. Append `?se` to any post or page URL to be taken the the edit screen. == Installation == Install this plugin as described in the [Codex](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins) == Changelog == = 1.1 = * Test with WordPress 4.9.8 * Update `README.md` and plugin description. * Sync up the version number differences. = 1.0.0 = * Initial Release