=== Plugin Name ===
Contributors: shaneeckert
Tags: cache, caching
Requires at least: 4.8
Tested up to: 5.2.2
Requires PHP: 5.2.4
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

== Description ==
 
A plugin by Shane Eckert.  Created during the Automattic Grand Meetup 2017.

Plugin checks for caching in three ways.
1. Plugin checks the site's HTTP headers for caching directives, load balancers, proxies and proxy services like CloudFlare.
2. Plugin also checks active plugins for any that have the word cache in them.
3. Plugin checks the `/wp-content/` directory for directories with the name cache in it.

== Changelog ==

= 1.0 =
* Initial Release

= 1.2 =
* Added check for Vary header. Vary: X-Forwarded-Proto

= 1.2.1 =
* Added check for Pressable Load Balancer. P-LB.

= 1.2.2 =
* Added styles to the admin section

= 1.2.3 =
* WordPress 5.0 Stability
