=== Disable URL Autocorrect Guessing ===
Contributors: haukep
Tags: redirect, autocorrect, url, canonical
Requires at least: 2.3
Tested up to: 5.4.1
Stable tag: 1.1d
License: Public Domain

Disables WordPress' URL autocorrection guessing feature.

== Description ==

This plugin disables WordPress' URL autocorrection guessing feature.
If you for example enter the URL `http://www.myblog.com/proj` you won't be redirected
to `http://www.myblog.com/project-2013` anymore.

This plugin is based on a comment of nacin here: https://core.trac.wordpress.org/ticket/16557

== Installation ==

1. Upload `disable-url-autocorrect-guessing.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress

== Changelog ==

= 1.1 =
Added check for `$_GET['p']` to allow `rel=shortlink` according to comment of user esemlabel:
https://core.trac.wordpress.org/ticket/16557#comment:28

= 1.0 =
First (and possibly last) version.
