Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #51319


Ignore:
Timestamp:
09/16/2020 05:19:30 AM (6 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51319

    • Property Keywords has-patch added
  • Ticket #51319 – Description

    initial v2  
    11As [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.
    22
    3 The attached PR works with #5412-meta to allow the `WP_AUTO_UPDATE_CORE` constant to be set to `beta` or `rc`.
     3The attached PR works with #meta5412 to allow the `WP_AUTO_UPDATE_CORE` constant to be set to `beta` or `rc`.
    44By 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.
    55