From f22d6838e02b163c7ca73c32f3fe74ec19b276ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Perona?= Date: Sat, 17 Sep 2016 09:23:29 +0200 Subject: [PATCH] Update plugin version --- wp-rocket.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-rocket.php b/wp-rocket.php index d6acc167e3..6a05637031 100755 --- a/wp-rocket.php +++ b/wp-rocket.php @@ -3,7 +3,7 @@ Plugin Name: WP Rocket Plugin URI: https://wp-rocket.me Description: The best WordPress performance plugin. -Version: 2.8.13 +Version: 2.8.14 Code Name: Ilum Author: WP Media Contributors: Jonathan Buttigieg, Julio Potier, Remy Perona @@ -19,7 +19,7 @@ defined( 'ABSPATH' ) or die( 'Cheatin’ uh?' ); // Rocket defines -define( 'WP_ROCKET_VERSION' , '2.8.13' ); +define( 'WP_ROCKET_VERSION' , '2.8.14' ); define( 'WP_ROCKET_PRIVATE_KEY' , false ); define( 'WP_ROCKET_SLUG' , 'wp_rocket_settings' ); define( 'WP_ROCKET_WEB_MAIN' , 'http://support.wp-rocket.me/' );