Skip to content

Commit

Permalink
Merge branch 'trunk' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
engahmeds3ed committed Jul 19, 2023
2 parents ecbcba2 + 2b5e204 commit 9bdfa2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions inc/admin/ui/notices.php
Expand Up @@ -149,8 +149,6 @@ function rocket_plugins_to_deactivate() {
'page-optimize' => 'page-optimize/page-optimize.php',
'psn-pagespeed-ninja' => 'psn-pagespeed-ninja/pagespeedninja.php',
'wp-optimize' => 'wp-optimize/wp-optimize.php',
'wp-asset-clean-up' => 'wp-asset-clean-up/wpacu.php',
'wp-asset-clean-up-pro' => 'wp-asset-clean-up-pro/wpacu.php',
];

if ( get_rocket_option( 'lazyload' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions wp-rocket.php
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Rocket
* Plugin URI: https://wp-rocket.me
* Description: The best WordPress performance plugin.
* Version: 3.14.2
* Version: 3.14.2.1
* Requires at least: 5.8
* Requires PHP: 7.3
* Code Name: Iego
Expand All @@ -20,7 +20,7 @@
defined( 'ABSPATH' ) || exit;

// Rocket defines.
define( 'WP_ROCKET_VERSION', '3.14.2' );
define( 'WP_ROCKET_VERSION', '3.14.2.1' );
define( 'WP_ROCKET_WP_VERSION', '5.8' );
define( 'WP_ROCKET_WP_VERSION_TESTED', '5.9' );
define( 'WP_ROCKET_PHP_VERSION', '7.3' );
Expand Down

0 comments on commit 9bdfa2f

Please sign in to comment.