From 2270e9e6fafee82b73ba4ae94336a8c295c019e1 Mon Sep 17 00:00:00 2001 From: Erick Hitter <ehitter@gmail.com> Date: Tue, 25 Feb 2014 23:02:44 -0800 Subject: [PATCH] Update plugin headers --- wp-redis-cache/wp-redis-cache.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wp-redis-cache/wp-redis-cache.php b/wp-redis-cache/wp-redis-cache.php index 861051a..6ad529e 100644 --- a/wp-redis-cache/wp-redis-cache.php +++ b/wp-redis-cache/wp-redis-cache.php @@ -2,8 +2,9 @@ /* Plugin Name: WP Redis Cache Plugin URI: https://github.com/BenjaminAdams/wp-redis-cache -Version: 1.0 -Author: Benjamin Adams +Version: 1.1 +Description: Manage settings for full-page caching powered by Redis. +Author: Benjamin Adams & Erick Hitter Author URI: http://dudelol.com Cache WordPress using Redis, the fastest way to date to cache WordPress. -- GitLab