Make WordPress Core

Opened 10 months ago

Last modified 8 months ago

#59631 new defect (bug)

Despite using Update URI Plugin header, WP still tries to fetch the Update notes from WP org

Reported by: bedas's profile bedas Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 5.8
Component: Plugins Keywords: 2nd-opinion
Focuses: administration Cc:

Description (last modified by alexstine)

Despite setting a Plugin Header Update URI directive WP still will try to fetch the Update information (changelog) from a WP Org plugin.

And when filtering the url with update_plugins_{hostname} , it will simply load an instance of the "Add new plugin" screen in the ThickBox loaded when clicking "View version vx.x.x details"

I am quite sure I do not miss anything, as I read through all the (undocumented) new feature announcements.

This is a minimal approach you need to replicate the issue:

  • Update plugin header directive to use Update URI: https://domain.tld
  • Either hook into update_plugins_{hostname} and pass a version higher than your currently installed one, or
  • Hook into pre_set_site_transient_update_plugins and pass a new new_version higher than your currently installed one

Of course make sure you do actually have a remote update to be shown.
==> You could also just edit the database entry of _site_transient_update_plugins to trigger the "has update" alert in the plugins list...

All this makes the Update URI pretty much dysfunctional (in the sense that it is not really useful at all) and the developer still needs to manually filter the ThickBox content for the "View update details" or even for the "Plugin details".
And the documentation about all this is either inexistent or very limited (opened a separate issue about that here

IMO, passing a custom Update URI should completely unhook all Callisto the WP Org Api and either not allow to "view details" at all, or at least provide some ways to populate that window with custom details (or at least read from the plugin data, which it does not: it reads from remote).

Change History (4)

This ticket was mentioned in Slack in #meta by bedas. View the logs.


10 months ago

This ticket was mentioned in Slack in #meta by bedas. View the logs.


9 months ago

#4 @dd32
8 months ago

  • Component changed from General to Plugins
  • Version changed from 6.3.3 to 5.8
Note: See TracTickets for help on using tickets.