Opened 3 years ago
Closed 10 months ago
#6107 closed defect (bug) (fixed)
Allow slug specification on new plugin upload
Reported by: | dd32 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
When uploading plugins to WordPress.org, it's no uncommon that people want to customise the slug.
Currently the slug is derived from the plugin name, and changing it requires manual action by the reviewers BEFORE the plugin is approved.
It's not uncommon for uploaders to ignore the post-upload email, and to request the slug be changed once they get the approved email.
It would be beneficial if after uploading a new plugin, the uploader is presented with information about the plugin, including the slug, and given a chance to update the slug then-and-there (and perhaps to delete/abort the upload if they've uploaded the incorrect thing..)
Change History (5)
#3
@
16 months ago
Based on audit logs, it appears that some developers are still attempting to change it to their existing slug. No idea why.. doesn't cause any issue though.
Others appear to be using it without issue.
One potential pain-point is that the plugin authors are not having their textdomain
set to the new slug in the ZIPs that are reviewed. As a result, during review this will get flagged as a 'These must match'. In some cases their textdomain is set to their previous slug, in others, it's set to something entirely incorrect.
In 12617: