@@ -268,33 +268,14 @@ Your theme is probably responsive which means it resizes the page to suit whatev
268268
269269
270270== Changelog ==
271- ### 1.12.0 - 2024-03-11
272- #### Added
273- - Setup: Detect Jetpack Boost cache and suggest troubleshooting steps
274- - WP Super Cache: added WPSC_PRELOAD_POST_INTERVAL and WPSC_PRELOAD_LOOP_INTERVAL to modify preload timings
275-
271+ ### 1.12.1 - 2024-05-09
276272#### Changed
277- - Code Modernization: Replace usage of strpos() with str_contains()
278- - Code Modernization: Replace usage of strpos() with str_starts_with().
279- - Code Modernization: Replace usage of substr() with str_starts_with() and str_ends_with().
280- - Fix blurry Automattic logo.
281- - General: avoid deprecation warnings when trying to get URLs in PHP 8.2
282- - General: indicate compatibility with the upcoming version of WordPress, 6.5.
283- - General: updated PHP requirement to PHP 7.0+
284- - General: update WordPress version requirements to WordPress 6.3.
285- - WP Super Cache: check for Boost Cache when creating advanced-cache.php
286- - WP Super Cache: fixed labels on advanced settings page
287- - WP Super Cache: remove notifications that preload started working again.
273+ - General: update WordPress version requirements to WordPress 6.4.
274+ - General: use wp_admin_notice function introduced in WP 6.4 to display notices.
288275
289276#### Fixed
290- - Supercache: add "days" to "Next preload scheduled" message.
291- - Super Cache: with rebuild enabled, apply that to subdirectories instead of deleting them.
292- - WP Super Cache - fix the wp_super_cache_clear_post_cache filter so the homepage cache isn't deleted too.
293- - WP Super Cache: bail if the request uri isn't set. It means the plugin isn't configured yet.
294- - WP Super Cache: don't create an output buffer if there's already one active
295- - WP Super Cache: fixed serving a cached page on POST with late init enabled.
296- - WP Super Cache: fix the output buffer check, and make debug logs pre-formatted.
297- - WP Super Cache: if the preload number of posts is not in the list, then add it
277+ - Fix the CDN functionality when cache is disabled
278+ - Do not define DONOTCACHEPAGE if it is already defined
298279
299280--------
300281
0 commit comments