[wp-trac] [WordPress Trac] #58281: Rollback Auto-Update (Rollback part 3)
WordPress Trac
noreply at wordpress.org
Tue Jun 18 14:38:12 UTC 2024
#58281: Rollback Auto-Update (Rollback part 3)
-------------------------------------------------+-------------------------
Reporter: afragen | Owner:
| johnbillion
Type: enhancement | Status: closed
Priority: normal | Milestone: 6.6
Component: Upgrade/Install | Version: 6.3
Severity: normal | Resolution: fixed
Keywords: has-patch dev-feedback needs- | Focuses:
testing has-testing-info early commit |
-------------------------------------------------+-------------------------
Comment (by costdev):
In [changeset:"58435" 58435]:
{{{
#!CommitTicketReference repository="" revision="58435"
Upgrade/Install: Delay automatic updates after installation.
After installation, the user is directed to the `Log In` page. This
triggers the `wp_schedule_update_checks()` function which is hooked to
`init` and schedules updates to run immediately if no other events exist.
As a result of more robust use of maintenance mode for automatic updates
added in [58128], the user may be presented with a maintenance mode screen
just after installing WordPress.
To improve the user experience, this schedules core updates for 1 hour,
plugin updates for 1.5 hours, and theme updates for 2 hours after
installation.
Follow-up to [58128], [58139], [58308], [58309].
Props afragen, hellofromTonya, peterwilsoncc, nithi22, dd32.
Fixes #61457. See #58281, #61391.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58281#comment:60>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list