We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbda07 commit 674cc6bCopy full SHA for 674cc6b
wp-rocket.php
@@ -3,7 +3,7 @@
3
Plugin Name: WP Rocket
4
Plugin URI: http://www.wp-rocket.me
5
Description: The best WordPress performance plugin.
6
-Version: 2.8.9
+Version: 2.8.10
7
Code Name: Ilum
8
Author: WP Rocket
9
Contributors: Jonathan Buttigieg, Julio Potier, Remy Perona
@@ -19,7 +19,7 @@
19
defined( 'ABSPATH' ) or die( 'Cheatin’ uh?' );
20
21
// Rocket defines
22
-define( 'WP_ROCKET_VERSION' , '2.8.9' );
+define( 'WP_ROCKET_VERSION' , '2.8.10' );
23
define( 'WP_ROCKET_PRIVATE_KEY' , false );
24
define( 'WP_ROCKET_SLUG' , 'wp_rocket_settings' );
25
define( 'WP_ROCKET_WEB_MAIN' , 'http://support.wp-rocket.me/' );
0 commit comments