-
-
Notifications
You must be signed in to change notification settings - Fork 213
[WIP] Add support for installing plugins & themes by uploading ZIP files #1174
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
base: develop
Are you sure you want to change the base?
Conversation
@LukeTowers Maybe we should move this to 1.2.8 and cut that long overdue release? |
👋🏻 Hello there, I'd like to help contribute to this effort. Would the team accept pull requests to this branch to help get things up and running? At the moment due to the requirements of the |
@austinkregel definitely! You can get around that issue by requiring |
@LukeTowers between this PR and this PR, which one would be preferred to work on? 👀 |
@austinkregel definitely #1259. I think some of the changes from this one might need to be integrated back into the other one, but the main work is being done on #1259 |
This PR adds the ability to install plugins & themes from ZIP archives, either uploaded through the backend or via the
plugin:install
andtheme:install
commands.Currently working:
plugin:install plugin(s).zip
- supports single plugin, single plugin nested, multiple plugins no authors, multiple authors, and an entire plugins directoryTODO:
theme:install theme(s).zip
- support single theme, multiple themesEventually this will also play into the work in #967 and our overall marketplace support in general.
Work in progress.