=== Showcache Plugin === Contributors: Nicholas Tod Donate link: Tags: License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html Requires at least: 4.0 Tested up to: 4.8 Stable tag: 0.1 == Description == Connect your WordPress blog with the showcache.io API for embedding channels and assets directly into your website. == Installation == Create an API Key at https://console.showcache.io/api-keys/new == Upgrade == UPDATE wp_postmeta SET meta_key = REPLACE(meta_key, 'container-', 'project-'); UPDATE wp_postmeta SET meta_value = REPLACE(meta_value, 'display=containers', 'display=projects'); UPDATE wp_postmeta SET meta_value = REPLACE(meta_value, '-container', '-project'); UPDATE wp_postmeta SET meta_value = REPLACE(meta_value, '-CONTAINER', '-CONTAINER'); UPDATE wp_posts SET post_content = REPLACE(post_content, '-container', '-project'); UPDATE wp_posts SET post_content = REPLACE(post_content, '-CONTAINER', '-CONTAINER'); UPDATE wp_posts SET post_content = REPLACE(post_content, 'display=containers', 'display=projects'); == Changelog == = 0.3 = - Changed "Containers" to "Projects" = 0.2 = - Added Channel Support - Added Transient Caching of API Results - Increased Default Cache Duration to 3600 Seconds = 0.1 = - Initial Revision