We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found that there is no Update button in the popup modal:
When using my Github updater it looks like this:
As far as I know the button is shown when the ['download_link'] field has been set in the return object of the following hook:
// get plugin details for view details page add_filter('plugins_api', [$this, 'plugin_api'], 10, 3);
Additionally it might be nice to add the extra fields like description, version, author etc.
The text was updated successfully, but these errors were encountered:
Hey @opicron - Thanks for reporting this.
Is the "Update now" link/button present when not using the modal in the Plugins page?
Best Regards, Darko
Sorry, something went wrong.
Yes, the update now is available in the action bar commands.
gdarko
No branches or pull requests
I found that there is no Update button in the popup modal:
When using my Github updater it looks like this:
As far as I know the button is shown when the ['download_link'] field has been set in the return object of the following hook:
Additionally it might be nice to add the extra fields like description, version, author etc.
The text was updated successfully, but these errors were encountered: