[wp-trac] [WordPress Trac] #51681: WordPress Alpha Version Automatically Installed When I am Not Opted In

WordPress Trac noreply at wordpress.org
Fri Oct 30 16:19:16 UTC 2020


#51681: WordPress Alpha Version Automatically Installed When I am Not Opted In
-----------------------------+-----------------------------
 Reporter:  guyhaines        |      Owner:  (none)
     Type:  defect (bug)     |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  Upgrade/Install  |    Version:  5.5.2
 Severity:  major            |   Keywords:  needs-patch
  Focuses:                   |
-----------------------------+-----------------------------
 I just got notifications from two sites (so far) which "updated
 automatically to WordPress 5.5.3-alpha-49449" .. I went in and re-
 installed 5.2, but I do not have any directive to install automatically
 any development release.

 Many of my functions files across many sites have


 {{{
 add_filter( 'allow_minor_auto_core_updates', '__return_true' );

 }}}

 Which has opted me into minor releases, but not development releases...
 for several years.

 I just added


 {{{
 add_filter( 'allow_dev_auto_core_updates', '__return_false' );

 }}}

 Which I hope protects me from development releases here on out on those
 sites. But I worry I will have to spend my day tracking down all sites to
 manually re-install 5.5.2

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/51681>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list