Changes between Initial Version and Version 1 of Ticket #4656, comment 1
- Timestamp:
- 08/03/2019 04:41:46 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4656, comment 1
initial v1 2 2 - >= 100 installs, active installs only (ie. installed on 1,000 sites, active on 50 won't block) 3 3 - Search will need to be by `Plugin Name` rather than slug 4 - We can't match based on slug, so slug changes in wp-admin won't be able to catch conflicts, but we can do something like `my-awesome-plugin` looks up `My Awesome Plugin` 4 - We can't match based on slug, so slug changes in wp-admin won't be able to catch conflicts, but we can do something like `my-awesome-plugin` looks up `My Awesome Plugin` and warns (but not block) 5 5 - The slug changer will override any blocks, so if the original author of a widely used plugin were to submit under a slightly different name it could be 're-allocated' to it's correct slug.