Make WordPress Core

Opened 7 years ago

Last modified 6 years ago

#49407 new enhancement

Do not propose users to skip a minor upgrade (take 2)

Reported by: SergeyBiryukov Owned by:
Priority: normal Milestone: Future Release
Component: Upgrade/Install Version:
Severity: normal Keywords:
Cc: Focuses: ui

Description

Background: #43242

[47061] removed the suggestion for users to skip a minor update to keep their current translation. With the introduction of asynchronous translation updates in WordPress 3.7+, the suggestion is no longer relevant.

There's still some functionality to dismiss a core update, including:

  • "Hide this update" button on WordPress Updates screen.
  • dismissed option in get_core_updates().
  • Some functions:
    • dismissed_updates()
    • dismiss_core_update()
    • undismiss_core_update()

We should re-evaluate whether this functionality should be deprecated, as it goes against the project goals of keeping as many sites up-to-date as possible.

Change History (12)

This ticket was mentioned in Slack in #core-auto-updates by pbiron. View the logs.


6 years ago

This ticket was mentioned in Slack in #core by sergey. View the logs.


6 years ago

#3 @afragen
6 years ago

#51808 was marked as a duplicate.

#4 @afragen
6 years ago

  • Milestone Awaiting Review5.7

As this seems very outdated and should be deprecated, would the deprecation simply be a code removal or does some deprecated notice need to be issued.

#5 @audrasjb
6 years ago

  • Focuses ui added

Hi,

I think we should simply deprecate the function using _deprecated_function, remove "Hide this update" button on WordPress Updates screen and remove the dismissed option in get_core_updates() :)

This ticket was mentioned in Slack in #core-auto-updates by audrasjb. View the logs.


6 years ago

This ticket was mentioned in Slack in #core-auto-updates by pbiron. View the logs.


6 years ago

#8 @ocean90
6 years ago

I want to note that’s ok to skip/ignore a localized update package if you already have installed the default package. That’s why this functionality exists and probably needs to remain for while.
This also only affects 2-3 locales which still have "complex" packages, meaning the package also contains locale specific plugins/files.

Version 0, edited 6 years ago by ocean90 (next)

This ticket was mentioned in Slack in #core-auto-updates by audrasjb. View the logs.


6 years ago

This ticket was mentioned in Slack in #core-auto-updates by audrasjb. View the logs.


6 years ago

This ticket was mentioned in Slack in #core by hellofromtonya. View the logs.


6 years ago

#12 @SergeyBiryukov
6 years ago

  • Milestone 5.7Future Release
Note: See TracTickets for help on using tickets.