From d5838d9e1a88b29dec8677d969f346a3382c053a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Perona?= Date: Tue, 11 Oct 2016 21:45:58 -0400 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 07fa7bd1fc..fa448bba95 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.17 +Version: 2.8.18 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.17' ); +define( 'WP_ROCKET_VERSION' , '2.8.18' ); define( 'WP_ROCKET_PRIVATE_KEY' , false ); define( 'WP_ROCKET_SLUG' , 'wp_rocket_settings' ); define( 'WP_ROCKET_WEB_MAIN' , 'http://support.wp-rocket.me/' );