3 | | Since the plugin meta data can be filtered (`plugin_row_meta`), I opted for some intelligent string replacement (with l10n support) rather than creating new targetable HTML wrappers. |
| 3 | * update the version number in the list table when a plugin is updated. Since the plugin meta data can be filtered (`plugin_row_meta`), I opted for some intelligent string replacement (with l10n support) rather than creating new targetable HTML wrappers. |
| 4 | * return an error in case updates are made in rapid succession, the `update_plugins` site transient has been flushed, and WP doesn't think the plugin needs to be updated. This is a stopgap, and we should look into fixing that. |