
=== WP Disable Attachment Pages ===
 Contributors: msicknick
 Tags: disable,attachments,redirect,security
 Donate link: https://paypal.me/MSicknick
 Requires at least: 4.0
 Tested up to: 5.1.0
 Stable tag: trunk
 Requires PHP: 5.6
 License: GPLv2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html

Redirects attachment pages to the parent post, or home page if no parent post exists. 

== Description ==
* Redirects attachment pages to the parent post, or home page if no parent post exists. 
* Hides permalinks when editing/uploading attachments. 
* Disables 'Link to' option when inserting media to a post/page.

== Installation ==
  Upload the WP Disable Attachment Pages plugin to your blog and Activate it.
  That's it!

== Changelog ==

 = Version 1.1.0 (12/19/2018) =
 * Removed 'View attachment page' link when viewing Attachment Details
 * Updated WordPress version compatibility

 = Version 1.1.0 (06/01/2018) =
 * Added function to hide permalink from the Edit Media screen
 * Removed 'Link to' option when inserting media to a post/page

 = Version 1.0.0 (05/18/2018) =
 * Initial release