Make WordPress Core


Ignore:
Timestamp:
11/12/2020 08:19:46 PM (4 years ago)
Author:
helen
Message:

Upgrade/Install: Enable all core autoupdates for new installs.

Likely needs more work for multisite installs.

Reference: https://make.wordpress.org/core/2020/11/10/wp5-6-auto-update-implementation-change/

Props audrasjb, azaozz.
See #51743.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/schema.php

    r48991 r49581  
    536536        'comment_previously_approved'     => 1,
    537537        'auto_plugin_theme_update_emails' => array(),
     538
     539        // 5.6.0
     540        'auto_update_core_dev'            => 'enabled',
     541        'auto_update_core_minor'          => 'enabled',
     542        // Default to enabled for new installs.
     543        // See https://core.trac.wordpress.org/ticket/51742.
     544        'auto_update_core_major'          => 'enabled',
    538545    );
    539546
Note: See TracChangeset for help on using the changeset viewer.