Changes between Initial Version and Version 2 of Ticket #51319
- Timestamp:
- 09/16/2020 05:19:30 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51319
- Property Keywords has-patch added
-
Ticket #51319 – Description
initial v2 1 1 As [https://wordpress.slack.com/archives/C18723MQ8/p1599065974000500 discussed on Slack] and Meta Trac, it'd be useful if it were possible for WordPress sites to opt-in to updating to RC (or beta) releases without having to install a plugin, or run on a development version. 2 2 3 The attached PR works with # 5412-metato allow the `WP_AUTO_UPDATE_CORE` constant to be set to `beta` or `rc`.3 The attached PR works with #meta5412 to allow the `WP_AUTO_UPDATE_CORE` constant to be set to `beta` or `rc`. 4 4 By opting in to Beta/RCs it would attempt auto-updates to both minor and major rc/betas. If that's not what someone wants, they should use a plugin to manage it instead I think. 5 5