I saw this message today when accessing my plugin page:

So, how do I create this if I want to update my own plugins that's hosted on wordpress?
|
feedback
|
|
This message is created by It does some nifties to parse readme and display info from changelog, but overall you can just echo some stuff as with any other hook. | |||
|
feedback
|
Hook buildingTo make the action hook name clear:
Hooked callback functionThe function itself has two
Footnote: This approach can be found in the Internal link checker plugin. | ||||
|
feedback
|
|
Howdy, thanks to this question (and no thanks to the author of the W3TC plugin -which is a great plugin), I was able to implement a more generic version of this capability in my plugin (It starts with Version 2.1.16, so you need to play with the version of your installed plugin to see it). You can see it in this file. The callback is near the end, and is called "in_plugin_update_message()". It's a wee bit clunkier than I'd like, so I'll be asking a different question. | |||
|
feedback
|