[wp-trac] [WordPress Trac] #59889: Bulk plugin update should show the plugin name/slug being updated
WordPress Trac
noreply at wordpress.org
Sat Nov 11 05:53:56 UTC 2023
#59889: Bulk plugin update should show the plugin name/slug being updated
-------------------------+-----------------------------
Reporter: iamchitti | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Plugins | Version:
Severity: normal | Keywords:
Focuses: ui |
-------------------------+-----------------------------
In case a bulk plugin update is triggered, it doesn't shows the name of
plugin being updated. Here is an output -
{{{
Enabling Maintenance mode...
Downloading update from
https://downloads.wordpress.org/plugin/akismet.3.1.11.zip...
Unpacking the update...
Installing the latest version...
Removing the old version of the plugin...
Plugin updated successfully.
Downloading update from https://downloads.wordpress.org/plugin/nginx-
champuru.3.2.0.zip...
Unpacking the update...
Installing the latest version...
Removing the old version of the plugin...
Plugin updated successfully.
Disabling Maintenance mode...
}}}
Instead, it would be nice to show the plugin name before the download log
message so that user can be well informed. So, on adding `Updating
<plugin-slug>`, message should be -
{{{
Enabling Maintenance mode...
Updating akismet
Downloading update from
https://downloads.wordpress.org/plugin/akismet.3.1.11.zip...
Unpacking the update...
Installing the latest version...
Removing the old version of the plugin...
Plugin updated successfully.
Updating nginx-champuru
Downloading update from https://downloads.wordpress.org/plugin/nginx-
champuru.3.2.0.zip...
Unpacking the update...
Installing the latest version...
Removing the old version of the plugin...
Plugin updated successfully.
Disabling Maintenance mode...
}}}
With this change, the WP CLI log output also improves. This was first
raised here - https://github.com/wp-cli/extension-command/issues/261.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/59889>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list