You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As @dd32 said in #441 comment, we need to specify the correct slug in the wp cli command, so we could compare with the ones that we have in the plugin.
This should only work when specifying a ZIP file or URL, not when trying to check an existing plugin on the site.
I disagree, the folder something is installed in isn't necessarily the slug. WordPress installs it into the slug folder by default, but a git checkout might exist in my-plugin.git or my-plugin-trunk alongside the currently released version.
The slug should really be sourced from the API when the explicit slug is not provided:
As @dd32 said in #441 comment, we need to specify the correct slug in the wp cli command, so we could compare with the ones that we have in the plugin.
It's related with PR #441
The text was updated successfully, but these errors were encountered: