Fix “_load_textdomain_just_in_time was called incorrectly” notice by loading translations on the init hook (required since WP 6.7).
1.3.9 2026-06-25
Compatibility
Added support for WordPress 7.0.0.
1.3.8 2024-11-18
Bugfixes
Fix UI rendering bugs.
1.3.7 2024-11-02
Bugfixes
Fix interval scheduling issue.
1.3.6 2024-10-21
Enhancements
Add WP-CLI support.
1.3.5 2024-10-20
Bugfixes
Fix fatal error on plugin update.
1.3.4 2024-10-19
Enhancements
Add support for WP CLI.
Bugfixes
Fix scheduled intervals.
1.3.3 2024-10-05
Enhancements
Instead for checking for intervals in constructors on every page load, check for them only once on plugin activation. Add a button and other interval (which is scheduled in constructor) to fix any missing intervals.
1.3.2 2024-09-29
Bugfixes
Warming start bug fix.
1.3.1 2024-09-29
Enhancements
Add support for external warmer – simply for each page visit, and with the intervals.
Added functionality to start / stop the warming from code (or with WP CLI with “wp eval”).
Bugfixes
Fix the warming interval stuck bug.
1.3.0 2024-06-24
Enhancements
Speed up warmings (optimization).
Bugfixes
Fix stuck object cache bug.
1.2.5 2024-06-23
Bugfixes
Fix stuck object cache bug.
1.2.4 2024-06-23
Changes
Do not schedule notifications fetch action.
1.2.3 2024-06-05
Bugfixes
Fix Action Scheduler bug.
1.2.2 2024-05-26
Bugfixes
Fix Fatal Error with explode on Windows by using DIRECTORY_SEPARATOR constant.
1.2.1 2024-05-02
Enhancements
Use standard Action Scheduler interval.
Update WP-Plugins-Core.
1.2.0 2024-04-23
Bugfixes
Fix the unscheduled warming with empty data (which results in PHP Warnings).
1.1.9 2024-03-12
Bugfixes
Fix the “depth” setting.
1.1.8 2024-03-11
Bugfixes
Fix the sitemaps parsing (didn’t visit them at all previously).
Fix ID for “external warmer” setting fields.
Fix “speed limit” bug.
1.1.7 2024-02-28
Bugfixes
Fix settings import button color.
Fix a bug when the scheduling time is drifting.
Fix the wrong warming “Duration”.
Fix “speed limit” bug.
Enhancements
Warm sitemaps and posts first (with prio), and only then entry points.
1.1.6 2024-01-14
Bugfixes
Fix “Request: DOMDocument::loadHTML(): Argument #1 ($source) must not be empty”.
1.1.5 2024-01-13
Enhancements
Update default User-Agent to the newer version of Chrome.
Increase URL params limit from 5 to 50.
Add a setting to specify custom request headers.
Add a setting to visit pages second time without custom cookies (when they are set).
Improve canonicals logic, to add a log icon with the canonical to the warm-up log; and if ‘skip pages with warmed canonical’ setting is off, then also warm the canonical page immediately.
Bugfixes
Fix table cells style (overflow: auto for all).
Logs in the site’s timezone.
Fix a bug when resetting settings does not change posts warming enqueue.
Fix user-agent table width when no values are set.
1.1.4 2023-09-23
Bugfixes
Fix canonicals logic.
Do not untrailingslash all URLs, but keep them as they are.
Allow to specify “localhost” as entry points.
Fix URL column style (overflow: auto).
1.1.2 2023-09-16
Enhancements
Add an option to specify several User-Agents.
Dynamically escape regex characters when enabling regex. And de-escape on uncheck.
For headers-based requests classification, do not show 0, but instead show nothing; so that people could not misinterpret it as another request.
Add a setting to skip the pages with the warmed canonical.
Add optional “Comment” column to the warm log.
Change number of pages in batch size from 10 to 1 to increase the robustness.
Add a setting for logs retention time.
New menu layout.
Bugfixes
Make “Rewrite to HTTPS” to work for the “URL to warm” on page edit block, and for entry points pages exclusion.
Fix update_failed_to_retrieve_links() and update_retrieved_links() added links check, to not add duplicates.
Improve RegExes robustness by using “lazy” quantifiers, instead of the greedy ones.
1.0.54 2023-07-18
Enhancements
Use wp_options table instead of cache for the lock of migrations.
Set min PHP version to 7.4.
1.0.51 2023-07-16
Enhancements
Cleans up Action Scheduler log after itself (older than 30 days for failed actions, and older than 2 days for completed actions).
Added index to the table to make the post edit page open faster.
Entry points limit lifted.
Can specify homepage relative paths as entry points.
Add support for “html” files warming.
Add a notice when the plugin is being updated instead of blocking the whole logic.