Skip to content

Commit

Permalink
Merge develop into transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
wordpressfan authored Jan 6, 2025
2 parents 8f558eb + 43153b0 commit b2b3de0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion inc/Engine/Optimization/DynamicLists/Subscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function get_subscribed_events() {
'rocket_lrc_exclusions' => 'add_lrc_exclusions',
'wp_rocket_upgrade' => 'update_lists_from_files',
'rocket_before_rollback' => 'maybe_update_lists',
'rocket_media_fonts_exclusions' => 'add_media_fonts_exclusions',
'rocket_exclude_locally_host_fonts' => 'add_media_fonts_exclusions',
];
}

Expand Down
6 changes: 3 additions & 3 deletions wp-rocket.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Rocket
* Plugin URI: https://wp-rocket.me
* Description: The best WordPress performance plugin.
* Version: 3.18-alpha4
* Version: 3.18-beta1
* 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.18-alpha4' );
define( 'WP_ROCKET_VERSION', '3.18-beta1' );
define( 'WP_ROCKET_WP_VERSION', '5.8' );
define( 'WP_ROCKET_WP_VERSION_TESTED', '6.3.1' );
define( 'WP_ROCKET_PHP_VERSION', '7.3' );
Expand Down Expand Up @@ -82,7 +82,7 @@
define( 'CHMOD_WP_ROCKET_CACHE_DIRS', 0755 ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals
}
if ( ! defined( 'WP_ROCKET_LASTVERSION' ) ) {
define( 'WP_ROCKET_LASTVERSION', '3.17.3.1' );
define( 'WP_ROCKET_LASTVERSION', '3.17.4' );
}

/**
Expand Down

0 comments on commit b2b3de0

Please sign in to comment.