-
Notifications
You must be signed in to change notification settings - Fork 422
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
Consider adding support for Git Updater and RepoMan #1615
Comments
Does Git Updater supports "composer install" and/or "npm run build"? Our plugins use Composer and requires it to install some packages and generate autoloads. |
Thanks for the response @rilwis Are you saying if users install your plugin into a fresh WordPress install it will not work? Is WordPress not enough as far as dependencies go? I saw your plugin is available on WordPress.org, is the GitHub version totally different? |
They're the same versions. But before deploying to .org, we need a "build" step, which installs Composer dependencies. Some of our plugins also need to install NPM packages and build scripts. |
I see, perhaps it could not support direct installations via GitHub in that case. Personally I oppose the "Composer" trend in WordPress (it seems this is 2nd or 3rd wave) but I do understand. Cheers! |
Hello there,
Please consider adding support for Git Updater and RepoMan by adding these lines to your plugin header:
Ref: https://github.com/wpmetabox/meta-box/blob/master/meta-box.php
More info:
https://github.com/littlebizzy/repoman
The text was updated successfully, but these errors were encountered: