Skip to content

Commit

Permalink
Fix dynamic fonts exclusions (#7214)
Browse files Browse the repository at this point in the history
  • Loading branch information
wordpressfan authored Jan 6, 2025
1 parent a892383 commit 188feaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion wp-rocket.php
Original file line number Diff line number Diff line change
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 188feaf

Please sign in to comment.