Open sukhjeetmangat opened 10 years ago
Hi,
Great script ! But... Got the the same problem ! Any idea on how to resolve ??
Thanks !
I got the same problem. This issue since 2014? No one help?
I found it!
Take a look at your plugin for example this file. https://github.com/jeremyclark13/automatic-theme-plugin-update/blob/master/plugin/test-plugin-update/test-plugin-update.php
About line 78 in the conditions !isset($args->slug) || ($args->slug != $plugin_slug)
Don't return false;
! Just return $def;
Hi,
I am using your plugin but it work fine if i used on one plugin. if i add two or more plugin array in package.php file and when i click on plugin version details then it gives me error.
"An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums."
Only the first plugin show me version details.
Looking forward to your reply. Thanks