YahnisElsts / plugin-update-checker

A custom update checker for WordPress plugins. Useful if you don't want to host your project in the official WP repository, but would still like it to support automatic updates. Despite the name, it also works with themes.
MIT License
2.22k stars 403 forks source link

Allow PUC to use plugin icon assets in the update lists #461

Closed timwiel closed 2 years ago

timwiel commented 2 years ago

Adding functionality to PUC to use any existing plugin icon assets (as described here) when displaying what plugins can be updated in the updates list

Basically this PR searches for the icons in the assets folder and if they exist adds them to the plugin update data passed to the wordpress update core

YahnisElsts commented 2 years ago

That is a fine idea, but I would implement it differently. Rather than ask you to rewrite the whole function, I went ahead and made my own version. See this commit: 8a8788d

timwiel commented 2 years ago

Has been implimented but without this PR - so closing