From f6ea4b1ca7b35b5ca25de0a7a61b8037a7571601 Mon Sep 17 00:00:00 2001 From: Cybr Date: Fri, 29 May 2015 01:28:40 +0000 Subject: [PATCH] Initial upload git-svn-id: https://plugins.svn.wordpress.org/w3tc-auto-pilot/trunk@1169753 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- readme.txt | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 readme.txt diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..ac4975c --- /dev/null +++ b/readme.txt @@ -0,0 +1,59 @@ +=== W3TC Auto Pilot === +Contributors: cybr +Tags: cache, control, w3, total +Requires at least: 3.6.0 +Tested up to: 4.2.2 +Stable tag: 4.2.2 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + +Put W3 Total Cache on auto pilot. This plugin allows you to control W3 Total Cache without doing a anything. So your cache is always up to date. + +== Description == + +This plugin puts your W3 Total Cache configuration on auto pilot. + +It's especially handy when you have users that don't have access to W3 Total Cache control but still need to purge the cache. +It's also brilliant when you have created a blog for a customer, this way they won't even know it's there: All cache is purged automatically. + +It's also great on MultiSite installations, especially when you allow untrusted users to create a blog. + +**What this plugin does:** + +**If not admin (single)/super admin (network):** +* No more purge from cache button on pages and posts edit screens +* No more admin menu in the admin bar +* No more admin menu in the dashboard + +**On the front end:** +* No more W3 Total Cache comments in the HTML output + +**Behind the screens (pun not intended):** +* Purge cache each time a post is updated +* Purge cache each time the user changes a theme +* Purge cache each time a widget is updated +* Purge cache each time a sidebar is updated +* Purge cache each time the user finishes editing the theme in: +* * Customizer +* * Switch theme + +== Installation == + +1. Install Advanced W3TC either via the WordPress.org plugin directory, or by uploading the files to your server. +1. Activate this plugin either through Network Activation or per site. +1. That's it! There are currently no options available. + +== Frequently Asked Questions == + +== Screenshots == + +== Changelog == + += 1.0.0 = +* Initial Release + +== Upgrade Notice == + +== Arbitrary section == + +If you wish to edit this plugin, all you need to do is uncomment stuff in function wap_w3tc_init(), every line is documented there.