-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update notice #418
Comments
@BassemN Yes there is. $plugins = array(
array(
'name' => 'TGM Example Plugin', // The plugin name.
'slug' => 'tgm-example-plugin',
'source' => get_stylesheet_directory() . '/lib/plugins/tgm-example-plugin.zip',
'required' => true,
'version' => '1.1.0',
),
); Hope this helps. |
@jrfnl If it's not already, this needs to be in the new FAQ so you can easily point to it :-) |
@BassemN Ah, then that's another issue and with #353 being open, it will be addressed (at some point). @GaryJones It already is + has this info on the configuration page with the parameter explanation. |
@BassemN While I agree that it needs to be addressed, I think you might underestimate the complexity of it. The way plugins are registered now, I don't see much possibility to really get it working as it should. With the changes we propose in the v3.0 roadmap #394 I believe we can address this properly. |
Hello,
I'm using the latest version from the develop branch. Is there any way to display an admin notice if there are available updates for the bundled plugins?
Thanks
The text was updated successfully, but these errors were encountered: