We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d17846 commit 16363bcCopy full SHA for 16363bc
wp-rocket.php
@@ -3,7 +3,7 @@
3
Plugin Name: WP Rocket
4
Plugin URI: https://wp-rocket.me
5
Description: The best WordPress performance plugin.
6
-Version: 2.9.8
+Version: 2.9.8.1
7
Code Name: Iridonia
8
Author: WP Media
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.9.8' );
+define( 'WP_ROCKET_VERSION' , '2.9.8.1' );
23
define( 'WP_ROCKET_PRIVATE_KEY' , false );
24
define( 'WP_ROCKET_SLUG' , 'wp_rocket_settings' );
25
define( 'WP_ROCKET_WEB_MAIN' , false );
0 commit comments